lr-cli

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2021 License: MIT

README

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.

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.

License

For more information on licensing, please refer to License

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL