Feature Request: Support a flag to specify whether to authenticate as a user or machine #772
Open
1 task done
Labels
feature request
A feature has been asked for or suggested by the community
Checklist
Describe the problem you'd like to have solved
While recently updating our quickstart guides to use the CLI, I noted an area of improvement that would be great to address.
It would be helpful if users could provide a command line flag when using the
login
command to specify whether to authenticate as a user or machine rather than requiring input. This would simplify our documentation by keeping guidance in a copy-and-paste format without extra direction and reducing the chances of a user overlooking said direction and needing clarification on which to choose (which has happened, based on recent QS feedback.)Describe the ideal solution
auth0 login
accepts a command line flag to specify signing in as a user or machine without input.Perhaps something like
auth0 login --as user
/auth0 login --as machine
, or a direct alias likeauth0 login --user
/auth0 login --machine
.Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: