Skip to content

Latest commit

 

History

History
114 lines (71 loc) · 2.35 KB

clients.md

File metadata and controls

114 lines (71 loc) · 2.35 KB

heroku clients

OAuth clients on the platform

heroku clients

list your OAuth 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

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

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

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

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

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