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 8c71293 commit 82f7d49Copy full SHA for 82f7d49
internal/cmd/beta/cdn/distribution/list/list.go
@@ -41,7 +41,7 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
41
),
42
examples.NewExample(
43
`List all CDN distributions sorted by id`,
44
- `$ stackit beta dns distribution list --sort-by=id`,
+ `$ stackit beta cdn distribution list --sort-by=id`,
45
46
47
RunE: func(cmd *cobra.Command, args []string) error {
0 commit comments