Feature #28441
closedTracker #27706: Make the options more readable in the command help
Add information about required options in help output
Description
There's no way to mark options for identifiers of resources that are required, because they can exist in multiple
complementary variants.
In combinations like (`--organization`, `--organization-id`, `--organization-label`) or (`--name` and `--id`)
there is only one of the options required, therefore we can't simply put "(required)" into the option descriptions
for each of them (the standard way in Clamp).
Another issue is dependencies between options.
Most of resources in Katello are scoped to some other resource (to organization at minimum) and their name and/or label identifiers are
unique only in this scope. When this is translated to command options necessary for resolving names to ids it creates dependencies.
Updated by Shira Maximov almost 5 years ago
- In Kanboard set to yes
Changing in_kanboard field to yes
Updated by Shira Maximov almost 5 years ago
- In Kanboard deleted (
yes) - Found in Releases hammer-cli-0.15.1 added
Updated by Oleh Fedorenko over 4 years ago
- Status changed from New to Assigned
- Assignee set to Oleh Fedorenko
Updated by Shira Maximov over 4 years ago
- Status changed from Assigned to Duplicate
- In Kanboard set to no
duplication of: https://projects.theforeman.org/issues/4128