docs: update auto-generated docs
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
200aca9f3d
commit
f7de4500a4
@ -17,7 +17,7 @@ import "alpha.dagger.io/docker/compose"
|
|||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| ------------- |:-------------: |:-------------: |
|
| ------------- |:-------------: |:-------------: |
|
||||||
|*name* | `*"source" \| string` |App name (use as COMPOSE_PROJECT_NAME) |
|
|*name* | `*"source" \| string` |App name (use as COMPOSE_PROJECT_NAME) |
|
||||||
|*registries* | `[]` |Image registries |
|
|*registries* | `[...{\n username: string\n secret: {\n $dagger: {\n secret: {}\n }\n }\n}]` |Image registries |
|
||||||
|
|
||||||
### compose.#App Outputs
|
### compose.#App Outputs
|
||||||
|
|
||||||
|
@ -90,4 +90,4 @@ List tags of a repository
|
|||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| ------------- |:-------------: |:-------------: |
|
| ------------- |:-------------: |:-------------: |
|
||||||
|*tags* | `[]` |Repository tags |
|
|*tags* | `[...string]` |Repository tags |
|
||||||
|
@ -57,7 +57,7 @@ Re-usable component for the Go compiler
|
|||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| ------------- |:-------------: |:-------------: |
|
| ------------- |:-------------: |:-------------: |
|
||||||
|*version* | `*"1.16" \| string` |Go version to use |
|
|*version* | `*"1.16" \| string` |Go version to use |
|
||||||
|*args* | `[]` |Arguments to the Go binary |
|
|*args* | `[...string]` |Arguments to the Go binary |
|
||||||
|*source* | `dagger.#Artifact` |Source Directory to build |
|
|*source* | `dagger.#Artifact` |Source Directory to build |
|
||||||
|
|
||||||
### go.#Go Outputs
|
### go.#Go Outputs
|
||||||
|
@ -16,14 +16,14 @@ A Maven project
|
|||||||
|
|
||||||
### maven.#Project Inputs
|
### maven.#Project Inputs
|
||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| ------------- |:-------------: |:-------------: |
|
| ------------- |:-------------: |:-------------: |
|
||||||
|*source* | `dagger.#Artifact` |Application source code |
|
|*source* | `dagger.#Artifact` |Application source code |
|
||||||
|*package* | `struct` |Extra alpine packages to install |
|
|*package* | `struct` |Extra alpine packages to install |
|
||||||
|*env* | `struct` |Environment variables |
|
|*env* | `struct` |Environment variables |
|
||||||
|*phases* | `*["package"] \| []` |- |
|
|*phases* | `*["package"] \| [...string]` |- |
|
||||||
|*goals* | `*[] \| []` |- |
|
|*goals* | `*[] \| [...string]` |- |
|
||||||
|*args* | `*[] \| []` |Optional arguments for the script |
|
|*args* | `*[] \| [...string]` |Optional arguments for the script |
|
||||||
|
|
||||||
### maven.#Project Outputs
|
### maven.#Project Outputs
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ A Yarn package
|
|||||||
|*writeEnvFile* | `*"" \| string` |Write the contents of `environment` to this file, in the "envfile" format |
|
|*writeEnvFile* | `*"" \| string` |Write the contents of `environment` to this file, in the "envfile" format |
|
||||||
|*buildDir* | `*"build" \| string` |Read build output from this directory (path must be relative to working directory) |
|
|*buildDir* | `*"build" \| string` |Read build output from this directory (path must be relative to working directory) |
|
||||||
|*script* | `*"build" \| string` |Run this yarn script |
|
|*script* | `*"build" \| string` |Run this yarn script |
|
||||||
|*args* | `*[] \| []` |Optional arguments for the script |
|
|*args* | `*[] \| [...string]` |Optional arguments for the script |
|
||||||
|
|
||||||
### yarn.#Package Outputs
|
### yarn.#Package Outputs
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user