Merge pull request #2720 from seguins/2227-improvements-logs
Add flags on logs
This commit is contained in:
commit
0b3561a7d5
9 changed files with 104 additions and 18 deletions
|
|
@ -15,7 +15,11 @@ parent = "smn_compose_cli"
|
|||
Usage: logs [options] [SERVICE...]
|
||||
|
||||
Options:
|
||||
--no-color Produce monochrome output.
|
||||
--no-color Produce monochrome output.
|
||||
-f, --follow Follow log output
|
||||
-t, --timestamps Show timestamps
|
||||
--tail Number of lines to show from the end of the logs
|
||||
for each container.
|
||||
```
|
||||
|
||||
Displays log output from services.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue