Skip to content

Commit 9fcbc2d

Browse files
authored
update docs for output format none addition (#239)
1 parent dd1309f commit 9fcbc2d

File tree

213 files changed

+213
-213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+213
-213
lines changed

docs/stackit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ stackit [flags]
1818
-y, --assume-yes If set, skips all confirmation prompts
1919
--async If set, runs the command asynchronously
2020
-h, --help Help for "stackit"
21-
-o, --output-format string Output format, one of ["json" "pretty"]
21+
-o, --output-format string Output format, one of ["json" "pretty" "none"]
2222
-p, --project-id string Project ID
2323
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
2424
-v, --version Show "stackit" version

docs/stackit_argus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stackit argus [flags]
2121
```
2222
-y, --assume-yes If set, skips all confirmation prompts
2323
--async If set, runs the command asynchronously
24-
-o, --output-format string Output format, one of ["json" "pretty"]
24+
-o, --output-format string Output format, one of ["json" "pretty" "none"]
2525
-p, --project-id string Project ID
2626
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
2727
```

docs/stackit_argus_grafana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stackit argus grafana [flags]
2121
```
2222
-y, --assume-yes If set, skips all confirmation prompts
2323
--async If set, runs the command asynchronously
24-
-o, --output-format string Output format, one of ["json" "pretty"]
24+
-o, --output-format string Output format, one of ["json" "pretty" "none"]
2525
-p, --project-id string Project ID
2626
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
2727
```

docs/stackit_argus_grafana_describe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ stackit argus grafana describe INSTANCE_ID [flags]
3737
```
3838
-y, --assume-yes If set, skips all confirmation prompts
3939
--async If set, runs the command asynchronously
40-
-o, --output-format string Output format, one of ["json" "pretty"]
40+
-o, --output-format string Output format, one of ["json" "pretty" "none"]
4141
-p, --project-id string Project ID
4242
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
4343
```

docs/stackit_argus_grafana_public-read-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ stackit argus grafana public-read-access [flags]
2222
```
2323
-y, --assume-yes If set, skips all confirmation prompts
2424
--async If set, runs the command asynchronously
25-
-o, --output-format string Output format, one of ["json" "pretty"]
25+
-o, --output-format string Output format, one of ["json" "pretty" "none"]
2626
-p, --project-id string Project ID
2727
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
2828
```

docs/stackit_argus_grafana_public-read-access_disable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ stackit argus grafana public-read-access disable INSTANCE_ID [flags]
2929
```
3030
-y, --assume-yes If set, skips all confirmation prompts
3131
--async If set, runs the command asynchronously
32-
-o, --output-format string Output format, one of ["json" "pretty"]
32+
-o, --output-format string Output format, one of ["json" "pretty" "none"]
3333
-p, --project-id string Project ID
3434
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
3535
```

docs/stackit_argus_grafana_public-read-access_enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ stackit argus grafana public-read-access enable INSTANCE_ID [flags]
2929
```
3030
-y, --assume-yes If set, skips all confirmation prompts
3131
--async If set, runs the command asynchronously
32-
-o, --output-format string Output format, one of ["json" "pretty"]
32+
-o, --output-format string Output format, one of ["json" "pretty" "none"]
3333
-p, --project-id string Project ID
3434
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
3535
```

docs/stackit_argus_grafana_single-sign-on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ stackit argus grafana single-sign-on [flags]
2222
```
2323
-y, --assume-yes If set, skips all confirmation prompts
2424
--async If set, runs the command asynchronously
25-
-o, --output-format string Output format, one of ["json" "pretty"]
25+
-o, --output-format string Output format, one of ["json" "pretty" "none"]
2626
-p, --project-id string Project ID
2727
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
2828
```

docs/stackit_argus_grafana_single-sign-on_disable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ stackit argus grafana single-sign-on disable INSTANCE_ID [flags]
2929
```
3030
-y, --assume-yes If set, skips all confirmation prompts
3131
--async If set, runs the command asynchronously
32-
-o, --output-format string Output format, one of ["json" "pretty"]
32+
-o, --output-format string Output format, one of ["json" "pretty" "none"]
3333
-p, --project-id string Project ID
3434
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
3535
```

docs/stackit_argus_grafana_single-sign-on_enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ stackit argus grafana single-sign-on enable INSTANCE_ID [flags]
2929
```
3030
-y, --assume-yes If set, skips all confirmation prompts
3131
--async If set, runs the command asynchronously
32-
-o, --output-format string Output format, one of ["json" "pretty"]
32+
-o, --output-format string Output format, one of ["json" "pretty" "none"]
3333
-p, --project-id string Project ID
3434
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
3535
```

0 commit comments

Comments
 (0)