-
Notifications
You must be signed in to change notification settings - Fork 32
Added rbsearch command skelton #277
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
Added rbsearch command skelton #277
Conversation
lifecycle/docs/rbsearch/help.go
Outdated
| return []components.Argument{ | ||
| { | ||
| Name: "option", | ||
| Description: "Available option is : names, versions. All Available flags are not applicable with all options.\n For flags applicable to specific option, please refer to https://jfrog.com/help/r/jfrog-rest-apis/release-lifecycle-management", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add amore appropriate description, describing what the command does from the user point of view, probably add a example and also attach screenshot of this help section from terminal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed it.
What: Added command skeleton for rbsearch and added logic for handling input and structure.
Depend on other PRs: Yes,