LoginRadius 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.

Documentation
See the manual for more information related to the commands.
Installation
MacOS and Linux
lr is available via Homebrew and as a downloadable binary from the release page.
Download packaged binaries from the release page.
Build from Source
Installation from source
-
Verify that you have Go 1.16+ installed
$ go version
If go is not installed, follow instructions on the Go website.
-
Clone this repository
$ git clone https://github.com/LoginRadius/lr-cli.git
$ cd lr-cli
-
Build and install
Unix-like systems
# installs to '/usr/local' by default; sudo may be required
$ make install
Windows
# build the `bin\gh.exe` binary
> go run script/build.go
There is no install step available on Windows.
-
Run lr --help to check if it worked.
Windows
Run bin\lr --help to check if it worked.
License
For more information on licensing, please refer to License