mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
remove convert alias from config command
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
3059574288
commit
009a239510
4 changed files with 4 additions and 10 deletions
|
|
@ -5,10 +5,6 @@
|
|||
It merges the Compose files set by `-f` flags, resolves variables in the Compose file, and expands short-notation into
|
||||
the canonical format.
|
||||
|
||||
### Aliases
|
||||
|
||||
`docker compose config`, `docker compose convert`
|
||||
|
||||
### Options
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
command: docker compose config
|
||||
aliases: docker compose config, docker compose convert
|
||||
short: Parse, resolve and render compose file in canonical format
|
||||
long: |-
|
||||
`docker compose config` renders the actual data model to be applied on the Docker Engine.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue