Document osb shorthand command#1013
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughUpdated README.md to document the shorthand command "osb" for opensearch-benchmark. Added a new "Shorthand Command" section in Quick Start with usage examples and updated the Quick Help reference to include both the full and shorthand command syntax. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
b8cac2d to
3dbfac8
Compare
|
|
||
| ```bash | ||
| # Full command | ||
| opensearch-benchmark execute-test --workload=geonames |
There was a problem hiding this comment.
In OSB 2.0, we replaced execute-test and test-execution with run and test-run respectively. Can you just update execute-test to run here?
|
thanks @drtootsie ! Just left one comment :) |
Addresses opensearch-project#744 Add documentation for the 'osb' shorthand command that can be used as an alias for 'opensearch-benchmark', making it easier and faster to invoke the tool. Signed-off-by: drtootsie <peptz7@gmail.com>
3dbfac8 to
9327d09
Compare
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
| opensearch-benchmark execute-test --workload=geonames | ||
|
|
||
| # Shorthand equivalent | ||
| osb execute-test --workload=geonames |
There was a problem hiding this comment.
hey @drtootsie , looks like this line and line 41 still say execute-test :p
Addresses #744
Changes
Add documentation for the
osbshorthand command that can be used as an alias foropensearch-benchmark.Documentation Added
osb --helpExample
This makes it easier and faster for users to invoke OpenSearch Benchmark.