We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42da7d8 commit d9e1f04Copy full SHA for d9e1f04
internal/cmd/item-type-definition.go
@@ -23,8 +23,8 @@ import (
23
24
func ItemTypeDefinitionCmd(options *clioptions.CLIOptions) *cobra.Command {
25
cmd := &cobra.Command{
26
- Use: "catalog",
27
- Short: "View and manage Catalog items. This command is available from Mia-Platform Console v14.1.0.",
+ Use: "itd",
+ Short: "View and manage Item Type Definitions. This command is available from Mia-Platform Console v14.1.0.",
28
}
29
30
// add cmd flags
0 commit comments