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* | `*"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
|
||||
|
||||
|
@ -90,4 +90,4 @@ List tags of a repository
|
||||
|
||||
| Name | Type | Description |
|
||||
| ------------- |:-------------: |:-------------: |
|
||||
|*tags* | `[]` |Repository tags |
|
||||
|*tags* | `[...string]` |Repository tags |
|
||||
|
@ -57,7 +57,7 @@ Re-usable component for the Go compiler
|
||||
| Name | Type | Description |
|
||||
| ------------- |:-------------: |:-------------: |
|
||||
|*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 |
|
||||
|
||||
### go.#Go Outputs
|
||||
|
@ -21,9 +21,9 @@ A Maven project
|
||||
|*source* | `dagger.#Artifact` |Application source code |
|
||||
|*package* | `struct` |Extra alpine packages to install |
|
||||
|*env* | `struct` |Environment variables |
|
||||
|*phases* | `*["package"] \| []` |- |
|
||||
|*goals* | `*[] \| []` |- |
|
||||
|*args* | `*[] \| []` |Optional arguments for the script |
|
||||
|*phases* | `*["package"] \| [...string]` |- |
|
||||
|*goals* | `*[] \| [...string]` |- |
|
||||
|*args* | `*[] \| [...string]` |Optional arguments for the script |
|
||||
|
||||
### maven.#Project Outputs
|
||||
|
||||
|
@ -25,7 +25,7 @@ A Yarn package
|
||||
|*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) |
|
||||
|*script* | `*"build" \| string` |Run this yarn script |
|
||||
|*args* | `*[] \| []` |Optional arguments for the script |
|
||||
|*args* | `*[] \| [...string]` |Optional arguments for the script |
|
||||
|
||||
### yarn.#Package Outputs
|
||||
|
||||
|
Reference in New Issue
Block a user