diff --git a/docs/reference/docker/compose.md b/docs/reference/docker/compose.md index afea1ec0..0947f2bb 100644 --- a/docs/reference/docker/compose.md +++ b/docs/reference/docker/compose.md @@ -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 diff --git a/docs/reference/git.md b/docs/reference/git.md index ae6e60a2..08b4dca6 100644 --- a/docs/reference/git.md +++ b/docs/reference/git.md @@ -90,4 +90,4 @@ List tags of a repository | Name | Type | Description | | ------------- |:-------------: |:-------------: | -|*tags* | `[]` |Repository tags | +|*tags* | `[...string]` |Repository tags | diff --git a/docs/reference/go.md b/docs/reference/go.md index e464fe5c..b0bddbc7 100644 --- a/docs/reference/go.md +++ b/docs/reference/go.md @@ -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 diff --git a/docs/reference/java/maven.md b/docs/reference/java/maven.md index 17387563..9ac96614 100644 --- a/docs/reference/java/maven.md +++ b/docs/reference/java/maven.md @@ -16,14 +16,14 @@ A Maven project ### maven.#Project Inputs -| Name | Type | Description | -| ------------- |:-------------: |:-------------: | -|*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 | +| Name | Type | Description | +| ------------- |:-------------: |:-------------: | +|*source* | `dagger.#Artifact` |Application source code | +|*package* | `struct` |Extra alpine packages to install | +|*env* | `struct` |Environment variables | +|*phases* | `*["package"] \| [...string]` |- | +|*goals* | `*[] \| [...string]` |- | +|*args* | `*[] \| [...string]` |Optional arguments for the script | ### maven.#Project Outputs diff --git a/docs/reference/js/yarn.md b/docs/reference/js/yarn.md index 322847d0..d9c9146a 100644 --- a/docs/reference/js/yarn.md +++ b/docs/reference/js/yarn.md @@ -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