We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The issue is related to resolving parameters in a janky way. The work in the client generator branch has the necessary pieces to fix this.
@markpundsack filed an issue about this:
oauth-client:delete doesn't seem to understand it's primary parameter.
$ bundle exec bin/heroku-api help oauth-client:delete Usage: heroku-api oauth-client:delete Description: Delete OAuth client.
Whereas something like app:delete shows:
$ bundle exec bin/heroku-api help app:delete Usage: heroku-api app:delete <id|name> Description: Delete an existing app.
The text was updated successfully, but these errors were encountered:
I tried reproducing this behavior and it looks like the bin/heroku-api script produces the correct output:
bin/heroku-api
$ bundle exec bin/heroku-api help oauth-client:delete Usage: heroku-api oauth-client:delete <id> Description: Delete OAuth client.
Note the <id> present in this line:
<id>
Usage: heroku-api oauth-client:delete <id>
I believe we can close this issue.
Sorry, something went wrong.
No branches or pull requests
The issue is related to resolving parameters in a janky way. The work
in the client generator branch has the necessary pieces to fix this.
@markpundsack filed an issue about this:
oauth-client:delete doesn't seem to understand it's primary parameter.
Whereas something like app:delete shows:
The text was updated successfully, but these errors were encountered: