Skip to content

Commit 2eca1f3

Browse files
committed
fix(observability) remove show password from docs because deprecation
1 parent 440d008 commit 2eca1f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/cmd/observability/grafana/describe/describe.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,12 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
3939
Long: fmt.Sprintf("%s\n%s\n%s",
4040
"Shows details of the Grafana configuration of an Observability instance.",
4141
`The Grafana dashboard URL and initial credentials (admin user and password) will be shown in the "pretty" output format. These credentials are only valid for first login. Please change the password after first login. After changing, the initial password is no longer valid.`,
42-
`The initial password is hidden by default, if you want to show it use the "--show-password" flag.`,
4342
),
4443
Args: args.SingleArg(instanceIdArg, utils.ValidateUUID),
4544
Example: examples.Build(
4645
examples.NewExample(
4746
`Get details of the Grafana configuration of an Observability instance with ID "xxx"`,
4847
"$ stackit observability grafana describe xxx"),
49-
examples.NewExample(
50-
`Get details of the Grafana configuration of an Observability instance with ID "xxx" and show the initial admin password`,
51-
"$ stackit observability grafana describe xxx --show-password"),
5248
examples.NewExample(
5349
`Get details of the Grafana configuration of an Observability instance with ID "xxx" in JSON format`,
5450
"$ stackit observability grafana describe xxx --output-format json"),

0 commit comments

Comments
 (0)