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

@@ -54,6 +54,10 @@ Dokku will no longer distribute packages for Debian versions that are not `stabl
The `--git-sha` flag was moved from the `apps:report` command to the `git:report` command.
## App report output
When an app is not deployed, the `apps:report` command no longer shows the message `not deployed`. Please use the `--deployed` flag on `ps:report` instead to see if the app has been deployed.
## Changes
### App report flags