Skip to content

Latest commit

 

History

History
96 lines (65 loc) · 2.19 KB

clients.md

File metadata and controls

96 lines (65 loc) · 2.19 KB

heroku clients

OAuth clients on the platform

heroku clients

list your OAuth clients

USAGE
  $ heroku clients

OPTIONS
  -j, --json  output in json format

See code: @heroku-cli/plugin-oauth-v5

heroku clients:create NAME REDIRECT_URI

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

heroku clients:destroy ID

delete client by ID

USAGE
  $ heroku clients:destroy ID

See code: @heroku-cli/plugin-oauth-v5

heroku clients:info ID

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

heroku clients:rotate ID

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

heroku clients:update ID

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