Skip to content

Commit a979ca6

Browse files
author
Paola Nicosia
committed
fix: ddit commands descriptions
1 parent bccea68 commit a979ca6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/30_commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ Available flags for the command:
10031003
## marketplace
10041004

10051005
:::warning
1006-
This command and its subcommands are deprecated from v14.0.0 Mia-Platform Console. Please use [catalog](#catalog) command instead.
1006+
This command and its subcommands are deprecated from Mia-Platform Console v14.0.0. Please use [catalog](#catalog) command instead.
10071007
:::
10081008

10091009
View and manage Marketplace items
@@ -1148,7 +1148,7 @@ miactl marketplace list-versions -i some-item
11481148
## catalog
11491149
11501150
:::info
1151-
This command and its subcommands are available from v14.0.0 Mia-Plaftorm Console. If you are using a previous version, use [marketplace](#marketplace) instead.
1151+
This command and its subcommands are available from Mia-Plaftorm Console v14.0.0. If you are using a previous version, use [marketplace](#marketplace) instead.
11521152
:::
11531153
11541154
View and manage Catalog items

internal/cmd/catalog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
func CatalogCmd(options *clioptions.CLIOptions) *cobra.Command {
2626
cmd := &cobra.Command{
2727
Use: "catalog",
28-
Short: "View and manage Catalog items",
28+
Short: "View and manage Catalog items. This command is available from Mia-Platform Console v14.0.0.",
2929
}
3030

3131
// add cmd flags

internal/cmd/marketplace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
func MarketplaceCmd(options *clioptions.CLIOptions) *cobra.Command {
2626
cmd := &cobra.Command{
2727
Use: "marketplace",
28-
Short: "View and manage Marketplace items",
28+
Short: "View and manage Marketplace items. This command is deprecated from Mia-Platform Console v14.0.0.",
2929
}
3030

3131
// add cmd flags

0 commit comments

Comments
 (0)