Skip to content

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.

License

Notifications You must be signed in to change notification settings

LoginRadius/lr-cli

Repository files navigation

LoginRadius CLI

lr is LoginRadius on the command line. You can perform basic actions of your LoginRadius Admin Console through command line. The actions includes login, 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.

How do I install this formulae using homebrew?

Install the tap via:

$ brew tap loginradius/tap

Then you can install LR CLI via:

$ brew install lr

How to Upgrade the loginradius cli using Homebrew?

$ brew upgrade loginradius/tap/lr

Other Platforms

Download packaged binaries from the release page.

Build from Source

Installation from source

  1. Verify that you have Go 1.16+ installed

    $ go version

    If go is not installed, follow instructions on the Go website.

  2. Clone this repository

    $ git clone https://github.com/LoginRadius/lr-cli.git
    $ cd lr-cli
  3. 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.

  4. Run lr --help to check if it worked.

    Windows

    Run bin\lr --help to check if it worked.

Contributing

We encourage you to contribute to LoginRadius CLI! Please check out the Guidelines for Contributing and become a contributor.

Everyone interacting in LoginRadius CLI codebases, issue trackers, chat rooms, and mailing lists is expected to follow the LoginRadius code of conduct.

License

For more information on licensing, please refer to License

About

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks