Releases: LoginRadius/lr-cli
v2.0.2-beta
Features
-
Provided the Permission to all the commands in LoginRadius CLI. [#85 ]
-
Updated Commands to manage Access Restriction (IP or IP Range). [#85 ]
# Use this command to get the list of the Allowed/Denied IP or IP Range $ lr get access-restriction --ip # Use this command to add the Allowed/Denied IP or IP Range. $ lr add access-restriction [flags] # Use this command to remove the Allowed/Denied IP or IP Range or to disable ip access restriction. $ lr delete access-restriction
Changelog
- fefc9df Added Permission feature
- 2df5502 Added permission to all the commands
- 195dd55 Added the feature of IP or IP Range access restriction to cli
- c315393 Added the permissions to all LoginRadius CLI commands
- ab792a1 Changed default theme to Template 2
- f0f8472 Fixed Breaking issue for checking login method
- 1afc142 Merge pull request #1 from muskansoninmh/ft_CLI_allow_IP_Range_in_whitelist_and_blacklist_pca_10294
- 9dcc403 Merge pull request #2 from muskansoninmh/ft_CLI_permission_pca_10325
- bc7ad18 Merge pull request #78 from muskansoninmh/ft_smtp_configuration_using_cli
- fc40948 Merge pull request #84 from muskansoninmh/ft_CLI_Update_Default_Theme_pca_10460
- 5b7c9b7 Merge pull request #85 from sagarPujariLr/develop
- edfbaf0 Resolved all lr cli qa round 1 bugs (#76)
- 5201fab Revert "Changed default theme to Template 2"
- 7fc31b8 Updated content and all other changes
- 07b72e2 resolved all the bugs
- 5b424a1 resolved all the bugs in cli
- c2ffcf5 resolved conflicts
- a5e6bce updated the message
- 98aa222 updated the message for docs
v2.0.1-beta
Features
-
Added Commands to manage SMTP Configuration. #57
# To Get SMTP Configuration $ lr get smtp-configuration # To Add a SMTP Configuration $ lr add smtp-configuration [flags] # To Delete SMTP Configuration $ lr delete smtp-configuration
-
Added Commands to manage Access Restriction. #57
# Use this command to get the list of the whitelist/blacklist Domains/Emails $ lr get access-restriction # Use this command to Whitelist/Blacklist Domain/Email or to disable access restriction. $ lr add access-restriction [flags] # Use this command to remove the whitelisted/blacklisted Domains/Emails. $ lr delete access-restriction
Changelog
- dd3cd0e Added the feature of setting access restriction type and email/domain whitelist blaklist
- cbbcbb3 Added the feature of smtp configuration
- 05619fc Changed Home Page Image in ReadME file
- 0e127d0 Content related changes
- 8f6e494 Fix #68 added a unit test for version function (#69)
- 5b889d4 Fix typo (#71)
- 31678c2 Fix typo in CONTRIBUTING.md [ci skip] (#75)
- f0f8472 Fixed Breaking issue for checking login method
- baa6f40 Merge pull request #77 from muskansoninmh/ft_email_domain_whitelist_blacklist_update_access_restriction_type_using_cli
- bc7ad18 Merge pull request #78 from muskansoninmh/ft_smtp_configuration_using_cli
- 9556d58 Merge pull request #79 from muskansoninmh/major_cli_bugs
- 8387e46 Remove unused vars (#72)
- 0a2b1eb Removed Developer Dashboard Support from LoginRadius CLI
- edfbaf0 Resolved all lr cli qa round 1 bugs (#76)
- d37a9ba Updated CLI commands for LoginRadius pricing changes (#60)
- 8104ed5 Updated Homepage screenshot
- 955c991 Updated content and all other changes
- 2b08150 Updated messages and docs
- a04b111 resolved all conflicts
- bacfa69 resolved all the bugs in cli
- c2ffcf5 resolved conflicts
- 34054a7 resolved the delete command bug if one domain exist
v2.0.0-beta
Changelog
- 05619fc Changed Home Page Image in ReadME file
- 0e127d0 Content related changes
- 8f6e494 Fix #68 added a unit test for version function (#69)
- 5b889d4 Fix typo (#71)
- 31678c2 Fix typo in CONTRIBUTING.md [ci skip] (#75)
- f0f8472 Fixed Breaking issue for checking login method
- 91e55fe Merge pull request #73 from LoginRadius/develop
- 8387e46 Remove unused vars (#72)
- 0a2b1eb Removed Developer Dashboard Support from LoginRadius CLI
- edfbaf0 Resolved all lr cli qa round 1 bugs (#76)
- d37a9ba Updated CLI commands for LoginRadius pricing changes (#60)
- 8104ed5 Updated Homepage screenshot
LoginRadius CLI 1.1.0
Features
-
Added Commands to manage SOTT. #57
# To Get the list of SOTT generated $ lr get sott # To Add a SOTT $ lr add sott -f <value> -t <value> # To Delete single/all Sott $ lr delete sott -t <value> $ lr delete sott --all
Enhancements
- Updated descriptions for all CLI commands.
- Renamed
lr get servertime
command tolr get server-info
. - Updated
lr get config
command by adding App Name: #56.
LoginRadius CLI 1.0.0
Please see our installation instructions for help with installation or upgrading.
Features
-
Added Custom Fields releated Commands #51
# To Get the Available Custom Field $ lr get schema # To Add a Custom field $ lr add custom-field -f MyCF # To Delete Custom Field $ lr delete custom-field
-
Added Commands to support Passwordless/Phonelogin setup through CLI #53
# To Add Login Method to your IDX Page $ lr add login-method # To Get Available Login Methods $ lr get login-method # To Delete Login Method from your IDX Page $ lr delete login-method
Enhancements
-
Registration Schema Commands are now supported in the free plan as well.
-
Commands for Adding and deleting Registration Schema are now deprecated. Users can now use the Set Schema command to update pre-defined schema configuration or enabled or disable it. #51
# To Update Schema Configuration $ lr set schema -f <field-name> # To Enable the Schema for IDX Page $ lr set schema -f <field-name> --enable # To Disable the Schema for IDX Page $ lr set schema -f <field-name> --disable
-
Improved and optimized Social Login commands and also added the support for Developer Pro plan
-
Introduced a command to Update the active social login configurations
# To Update Provider Configuration lr set social -p <provider> # To Enable Social Provider lr set social -p <provider> --enable # To Disable Social Provider lr set social -p <provider> --disable
-
Hooks Commands are now supported in the free plan as well.
Thanks
Thank you to all our open source contributors and everyone who has provided valuable feedback during the beta period! For specific shout-outs, as well as some examples of what's possible using LoginRadius CLI, check out our announcement post.
v0.4.1
v0.4.0
v0.3.3
v0.3.2
v0.3.1
Bug Fixes
- Fixed the bug in the
lr register
command.