Skip to content

Releases: LoginRadius/lr-cli

v0.3.0

06 May 10:19
fd31797

Choose a tag to compare

Features

Below are the new commands added to the lr:

  • Sites Related Commands

    • lr get site
    • lr add site
    • lr delete site
    • lr set site
  • Registration Schema Commands

    • lr get schema
    • lr add schema
    • lr delete schema
  • Hooks Command

    • lr get hook
    • lr add hook
    • lr delete hook

Improvements

  • Updated Manual Generation Script
  • Cleaner error messages
  • Refactor Sites Info Logic to improve cli performance
  • Removed Redundant Code and reduced api calls

v0.2.0

15 Apr 05:42
100a03d

Choose a tag to compare

New Features

Below are the new commands added to the lr:

  • Account Management Commands.
  • Theme Management Commands

Improvements

  • Added api package for all the backend API calls
  • Removed another package dependency from the cmtutil package as it may create a cyclic dependency later on.
  • Used proper API response schema
  • Modified api/deployment.go to handle hostedpage API calls.
  • Added Error Handling for admin console backend API.
  • Implement lr demo command which will open the LoginRadius Auth Page in the browser.

v0.1.0

01 Apr 11:31

Choose a tag to compare

Changelog

cbae9ad Initial Commit for LoginRadius CLI