According to the dokku docs running dokku apps:report should print the reports for the apps. Running dokku apps:report not working as expected, the output is FAILED: Please specify an app to run the command on.
Run dokku apps:report.
vagrant@dokku:~$ dokku apps:report
FAILED: Please specify an app to run the command on
List the reports for the apps.
Local vagrant installation.
Tested on Dokku:
I think there is either a misunderstanding or a problem with the documentation.
Visiting a dokku installation (v0.21.4) displays the following help message for the command dokku apps:report:
apps:report [<app>] [<flag>] Display report about an app
So the command clearly takes an app argument. This is also the same thing it says on the page you linked, but you are right it also says that it can be used to report for all apps.
For now, in my opnion, this is a documentation issue, but I guess it would be a nice feature to have.
However, what you may be looking to do
Yeah this is a bug, looks like the other :report subcommands in golang seem to do the right thing. Thanks for the report!
Closing as there is a pull request open.