diff --git a/docs/reference/compose_alpha_publish.md b/docs/reference/compose_alpha_publish.md index 43bb3472c7f..8424d7fbce5 100644 --- a/docs/reference/compose_alpha_publish.md +++ b/docs/reference/compose_alpha_publish.md @@ -5,11 +5,11 @@ Publish compose application ### Options -| Name | Type | Default | Description | -|:--------------------------|:---------|:--------|:----------------------------------------------------------------------| -| `--dry-run` | | | Execute command in dry run mode | -| `--oci-version` | `string` | | OCI Image specification version (automatically determined by default) | -| `--resolve-image-digests` | | | Pin image tags to digests. | +| Name | Type | Default | Description | +|:--------------------------|:---------|:--------|:-------------------------------------------------------------------------------| +| `--dry-run` | | | Execute command in dry run mode | +| `--oci-version` | `string` | | OCI Image/Artifact specification version (automatically determined by default) | +| `--resolve-image-digests` | | | Pin image tags to digests. | diff --git a/docs/reference/docker_compose_alpha_publish.yaml b/docs/reference/docker_compose_alpha_publish.yaml index bc68468e724..f2237f2ae43 100644 --- a/docs/reference/docker_compose_alpha_publish.yaml +++ b/docs/reference/docker_compose_alpha_publish.yaml @@ -8,7 +8,7 @@ options: - option: oci-version value_type: string description: | - OCI Image specification version (automatically determined by default) + OCI Image/Artifact specification version (automatically determined by default) deprecated: false hidden: false experimental: false