Merge pull request #2720 from seguins/2227-improvements-logs

Add flags on logs
This commit is contained in:
Aanand Prasad 2016-03-01 17:41:31 -08:00
commit 0b3561a7d5
9 changed files with 104 additions and 18 deletions

View file

@ -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.