LoginRadius / lr-cli

lr is LoginRadius on the command line. You can perform basic actions of your LoginRadius Dashboard through command line. The actions includes login, register, logout, email configuration, domain whitelisting etc.
MIT License
11 stars 12 forks source link

Guideline to Add APIKey and APISecret for App is missing #2

Closed mayankagwl closed 3 years ago

mayankagwl commented 3 years ago

There is no guideline for where to add APIkey and APISecret on the specific machine, it should be added in the Getting Started Section lrcli

mohammed786 commented 3 years ago

Hi @mayankagwl , Thanks for raising the issue.

As this CLI is meant for the LoginRadius Dashboard Users, we don't need to add any configuration for using this CLI.

After installing the CLI, Once you run the command lr login and successfully authenticate. The .lrcli folder will be automatically created with all required information that is needed for further dashboard related actions.

You are facing the above issue because there was some bug in the login command, which will be fixed in the next release.