heroku-cli-oauth icon indicating copy to clipboard operation
heroku-cli-oauth copied to clipboard

clients:info -s does not show all the details

Open dmcinnes opened this issue 7 years ago • 0 comments

heroku help clients:info shows

-s, --shell         # output in shell format

but it appears to only show the ID and SECRET which is undefined:

$ heroku clients:info 01234567-89ab-cdef-0123-456789abcdef -s
HEROKU_OAUTH_ID=01234567-89ab-cdef-0123-456789abcdef
HEROKU_OAUTH_SECRET=undefined

dmcinnes avatar Mar 23 '17 16:03 dmcinnes