Copy readme commands docs to CLI docstrings
This commit is contained in:
parent
c06456da37
commit
cdcea98290
2 changed files with 33 additions and 8 deletions
|
|
@ -212,7 +212,7 @@ View output from services.
|
|||
|
||||
#### ps
|
||||
|
||||
List running containers.
|
||||
List containers.
|
||||
|
||||
#### rm
|
||||
|
||||
|
|
@ -221,7 +221,9 @@ Remove stopped service containers.
|
|||
|
||||
#### run
|
||||
|
||||
Run a one-off command for a service. E.g.:
|
||||
Run a one-off command on a service.
|
||||
|
||||
For example:
|
||||
|
||||
$ fig run web python manage.py shell
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue