docs: correctly doc apps:report output

The `not deployed` message was removed in 0.20.0, and that state can be queried via `ps:report` now.

Closes #4134
This commit is contained in:
Jose Diaz-Gonzalez
2020-11-22 15:59:35 -05:00
parent 5f1dc46392
commit fcebbd67df
3 changed files with 68 additions and 5 deletions

View File

@@ -244,13 +244,15 @@ dokku apps:report
```
```
=====> node-js-app
=====> node-js-app app information
App dir: /home/dokku/node-js-app
App deploy source: git
App locked: false
=====> python-sample
not deployed
=====> ruby-sample
=====> python-sample app information
App dir: /home/dokku/python-sample
App deploy source:
App locked: false
=====> ruby-sample app information
App dir: /home/dokku/ruby-sample
App deploy source: git
App locked: false
@@ -263,7 +265,7 @@ dokku apps:report node-js-app
```
```
=====> node-js-app
=====> node-js-app app information
App dir: /home/dokku/node-js-app
App deploy source: git
App locked: false