refactor(cli): Replace arguments with options #615
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Type
Enhancement, Documentation
Description
Refactored CLI commands to replace arguments with options.
Updated command implementations to use descriptive option flags.
Added new subcommands and improved workspace role management.
Updated version to 2.1.0 and documented changes in the changelog.
Changes walkthrough 📝
13 files
Refactored secret list command to use options
Refactored secret revisions command to use options
Updated secret rollback command to use options
Refactored variable revisions command to use options
Updated variable rollback command to use options
Refactored cancel invitation command to use options
Updated invite membership command to use options
Refactored remove membership command to use options
Updated transfer ownership command to use options
Refactored update role command to use options
Added create role subcommand to workspace role
Added new create role command
Updated workspace role update command to use options
1 files
Documented changes for version 2.1.0
2 files
Updated package-lock.json for version 2.1.0
Updated package.json version to 2.1.0