A user can be authenticated in abc using the login
command or by setting an environment variable.
Please see login docs for more details.
# login using google
abc login google
# login using github
abc login github
User can set an environment variable ABC_TOKEN
with their token to have them authenticated in abc.
To get your token, please visit the following url -
Once ABC_TOKEN
is set, abc
can be used without having the need to run abc login
command.
export ABC_TOKEN=myFullTokenTextHere
# you should be authenticated now
abc user