-
Notifications
You must be signed in to change notification settings - Fork 84
docs(cli): Clean up CLI command structure and improve documentation #594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
bd3f5f1
feat(cli): add JSON output helpers for rvl
limjoobin ddcd751
feat(cli): add --json to rvl version
limjoobin 96209c9
test(cli): cover rvl version --json and JSON CLI helpers
limjoobin 8ad7da1
feat(cli): improve rvl help discoverability
vishal-bala 3fd2ae6
docs(cli): refresh help examples and command tree
vishal-bala bead749
feat(cli): add --json to rvl stats with shared _stats_rows
limjoobin d9bc7e9
test: add unit tests for rvl stats CLI
limjoobin f77532f
feat(cli): add --json to rvl index listall
limjoobin 7276fa5
test: add unit tests for rvl index listall
limjoobin 8f6118a
feat(cli): add --json to rvl index info
limjoobin 76d45cc
test: add unit tests for rvl index info --json
limjoobin f2b7e77
Merge branch 'main' into feat/RAAE-1557/cli-json
limjoobin 8b3b2cc
chore: Format index.py and utils.py with black
limjoobin db1313f
fix(types): coerce index info inputs before make_dict in cli index js…
limjoobin ce70d09
fix(cli): preserve dict index_definition in index info json
limjoobin 25d0dc7
fix(cli-stats): preserve numeric/null types in --json output
limjoobin 165b755
chore: minor refactor for readability
limjoobin 316e542
chore: updated parser description for readability
limjoobin 6322e19
Revert "feat(cli): add --json to rvl version"
limjoobin 81518d3
reverted tests for JSON output in version.py
limjoobin f344681
Merge remote-tracking branch 'refs/remotes/origin/main' into cli/RAAE…
vishal-bala 0374033
Merge branch 'main' into feat/RAAE-1557/cli-json
limjoobin 2414320
fix: Fixed syntax error from typo
limjoobin 0f0ed61
fix: Resolved merge conflict
limjoobin dc90c26
fix: Removed failing exit code assertions
limjoobin 9e8790b
fix: Fixed exit codes for Stats CLI error handling
limjoobin e1d2bcf
Chore: removed unused import
limjoobin b2b1292
Merge remote-tracking branch 'origin/feat/RAAE-1557/cli-json' into cl…
vishal-bala 71fbb5c
fix(cli): handle missing index subcommand
vishal-bala 557e422
refactor(cli): remove dead index dispatch check
vishal-bala d5bf48e
Remove outdated assertions
vishal-bala 71a6711
Merge remote-tracking branch 'origin/main' into cli/RAAE-1554/cli-hel…
vishal-bala File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.