OAuth clients on the platform
heroku clients
heroku clients:create NAME REDIRECT_URI
heroku clients:destroy ID
heroku clients:info ID
heroku clients:rotate ID
heroku clients:update ID
list your OAuth clients
USAGE
$ heroku clients
OPTIONS
-j, --json output in json format
See code: @heroku-cli/plugin-oauth-v5
create a new OAuth client
USAGE
$ heroku clients:create NAME REDIRECT_URI
OPTIONS
-j, --json output in json format
-s, --shell output in shell format
See code: @heroku-cli/plugin-oauth-v5
delete client by ID
USAGE
$ heroku clients:destroy ID
See code: @heroku-cli/plugin-oauth-v5
show details of an oauth client
USAGE
$ heroku clients:info ID
OPTIONS
-j, --json output in json format
-s, --shell output in shell format
See code: @heroku-cli/plugin-oauth-v5
rotate OAuth client secret
USAGE
$ heroku clients:rotate ID
OPTIONS
-j, --json output in json format
-s, --shell output in shell format
See code: @heroku-cli/plugin-oauth-v5
update OAuth client
USAGE
$ heroku clients:update ID
OPTIONS
-n, --name=name change the client name
--url=url change the client redirect URL
See code: @heroku-cli/plugin-oauth-v5