Skip to content

Commit 3cc4fd7

Browse files
authored
UX improvements: update project describe help (#193)
* update project describe examples * generate docs
1 parent 282383f commit 3cc4fd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/stackit_project_describe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stackit project describe [flags]
1717
$ stackit project describe
1818
1919
Get the details of a STACKIT project by explicitly providing the project ID
20-
$ stackit project describe --project-id xxx
20+
$ stackit project describe xxx
2121
2222
Get the details of the configured STACKIT project, including details of the parent resources
2323
$ stackit project describe --include-parents

internal/cmd/project/describe/describe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func NewCmd() *cobra.Command {
4141
"$ stackit project describe"),
4242
examples.NewExample(
4343
`Get the details of a STACKIT project by explicitly providing the project ID`,
44-
"$ stackit project describe --project-id xxx"),
44+
"$ stackit project describe xxx"),
4545
examples.NewExample(
4646
`Get the details of the configured STACKIT project, including details of the parent resources`,
4747
"$ stackit project describe --include-parents"),

0 commit comments

Comments
 (0)