Releases: LoginRadius/lr-cli
Releases · LoginRadius/lr-cli
v0.3.0
Features
Below are the new commands added to the lr:
-
Sites Related Commands
lr get sitelr add sitelr delete sitelr set site
-
Registration Schema Commands
lr get schemalr add schemalr delete schema
-
Hooks Command
lr get hooklr add hooklr 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
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 democommand which will open the LoginRadius Auth Page in the browser.