Dokku: Command `dokku apps:report` is not working

Created on 12 Sep 2020  路  3Comments  路  Source: dokku/dokku

Description of problem

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.

Steps to Reproduce

Run dokku apps:report.

Actual Results

vagrant@dokku:~$ dokku apps:report
FAILED: Please specify an app to run the command on

Expected Results

List the reports for the apps.

Environment Information

How (deb/make/rpm) and where (AWS, VirtualBox, physical, etc.) was Dokku installed?:

Local vagrant installation.

Additional information

Tested on Dokku:

  • v0.21.3
  • v0.21.4
easy patch apps bug

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mysticaltech picture mysticaltech  路  4Comments

rickitan picture rickitan  路  5Comments

chrisdobler picture chrisdobler  路  3Comments

LabN36 picture LabN36  路  5Comments

hhff picture hhff  路  4Comments