Giter Club home page Giter Club logo

lr-cli's Introduction

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

lr-cli's People

Contributors

akaashsaxena2897 avatar akash-patil avatar hjwk avatar mohammed786 avatar muskansoninmh avatar ravitejag avatar revanthtanneeru avatar rkpattnaik780 avatar sagarpujarilr avatar shammirbaig avatar vershagupta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lr-cli's Issues

Pretty print the command output.

Currently, the output of certain commands is just a normal command print in a b/w colour.

Need to make it prettier by adding some colour or proper format to it. You can use any good third party library to support this.

Thanks

Implement proper caching mechanism for the API Calls

Currently, the API calls from the CLI is not cached hence it is delayed in returning the same response in case of GET api calls, need to implement the proper caching mechanism which can reduce the API calls and return the data directly from the cache.

I am open to the discussion if someone is interested to work on this problem.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.