File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
internal/cmd/observability/grafana/describe Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ stackit observability grafana describe INSTANCE_ID [flags]
16
16
17
17
```
18
18
Get details of the Grafana configuration of an Observability instance with ID "xxx"
19
- $ stackit observability credentials describe xxx
19
+ $ stackit observability grafana describe xxx
20
20
21
21
Get details of the Grafana configuration of an Observability instance with ID "xxx" and show the initial admin password
22
- $ stackit observability credentials describe xxx --show-password
22
+ $ stackit observability grafana describe xxx --show-password
23
23
24
24
Get details of the Grafana configuration of an Observability instance with ID "xxx" in JSON format
25
- $ stackit observability credentials describe xxx --output-format json
25
+ $ stackit observability grafana describe xxx --output-format json
26
26
```
27
27
28
28
### Options
Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ func NewCmd(p *print.Printer) *cobra.Command {
44
44
Example : examples .Build (
45
45
examples .NewExample (
46
46
`Get details of the Grafana configuration of an Observability instance with ID "xxx"` ,
47
- "$ stackit observability credentials describe xxx" ),
47
+ "$ stackit observability grafana describe xxx" ),
48
48
examples .NewExample (
49
49
`Get details of the Grafana configuration of an Observability instance with ID "xxx" and show the initial admin password` ,
50
- "$ stackit observability credentials describe xxx --show-password" ),
50
+ "$ stackit observability grafana describe xxx --show-password" ),
51
51
examples .NewExample (
52
52
`Get details of the Grafana configuration of an Observability instance with ID "xxx" in JSON format` ,
53
- "$ stackit observability credentials describe xxx --output-format json" ),
53
+ "$ stackit observability grafana describe xxx --output-format json" ),
54
54
),
55
55
RunE : func (cmd * cobra.Command , args []string ) error {
56
56
ctx := context .Background ()
You can’t perform that action at this time.
0 commit comments