File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ a script.
20
20
| ` --dry-run ` | ` bool ` | | Execute command in dry run mode |
21
21
| ` -e ` , ` --env ` | ` stringArray ` | | Set environment variables |
22
22
| ` --index ` | ` int ` | ` 0 ` | Index of the container if service has multiple replicas |
23
- | ` -T ` , ` --no-TTY ` | ` bool ` | ` true ` | Disable pseudo-TTY allocation. By default ` docker compose exec ` allocates a TTY. |
23
+ | ` -T ` , ` --no-tty ` | ` bool ` | ` true ` | Disable pseudo-TTY allocation. By default ` docker compose exec ` allocates a TTY. |
24
24
| ` --privileged ` | ` bool ` | | Give extended privileges to the process |
25
25
| ` -u ` , ` --user ` | ` string ` | | Run the command as this user |
26
26
| ` -w ` , ` --workdir ` | ` string ` | | Path to workdir directory for this command |
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ options:
58
58
experimentalcli : false
59
59
kubernetes : false
60
60
swarm : false
61
- - option : no-TTY
61
+ - option : no-tty
62
62
shorthand : T
63
63
value_type : bool
64
64
default_value : " true"
You can’t perform that action at this time.
0 commit comments