generate reference api

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours 2022-03-16 22:54:17 +01:00 committed by Nicolas De loof
parent c843d373de
commit 35ba6f68e5
2 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ options:
shorthand: i shorthand: i
value_type: bool value_type: bool
default_value: "true" default_value: "true"
description: Keep STDIN open even if not attached. DEPRECATED description: Keep STDIN open even if not attached.
deprecated: false deprecated: false
hidden: true hidden: true
experimental: false experimental: false
@ -56,7 +56,7 @@ options:
- option: no-TTY - option: no-TTY
shorthand: T shorthand: T
value_type: bool value_type: bool
default_value: "false" default_value: "true"
description: | description: |
Disable pseudo-TTY allocation. By default `docker compose exec` allocates a TTY. Disable pseudo-TTY allocation. By default `docker compose exec` allocates a TTY.
deprecated: false deprecated: false
@ -79,7 +79,7 @@ options:
shorthand: t shorthand: t
value_type: bool value_type: bool
default_value: "true" default_value: "true"
description: Allocate a pseudo-TTY. DEPRECATED description: Allocate a pseudo-TTY.
deprecated: false deprecated: false
hidden: true hidden: true
experimental: false experimental: false

View File

@ -124,7 +124,7 @@ options:
- option: no-TTY - option: no-TTY
shorthand: T shorthand: T
value_type: bool value_type: bool
default_value: "false" default_value: "true"
description: | description: |
Disable pseudo-noTty allocation. By default docker compose run allocates a TTY Disable pseudo-noTty allocation. By default docker compose run allocates a TTY
deprecated: false deprecated: false