Update usage examples in the Readme

This commit is contained in:
Juan Carlos Mejías Rodríguez 2019-08-16 01:55:22 -04:00
parent 60485e8439
commit bfeabe2736

View File

@ -35,8 +35,8 @@ Here are some examples:
```bash
psu help
psu status --help
psu stack ls --quiet --endpoint 5
psu stack deploy mystack --stack-file docker-compose.yml -e .env --verbose
psu stack ls --endpoint primary --format "{{ .Name }}"
psu stack deploy mystack --stack-file docker-compose.yml -e .env --log-level debug
psu stack rm mystack
```