Skip to content

Commit 0768e51

Browse files
authored
Add yaml output to lb commands (#321)
* update docs * add yaml output
1 parent 41915da commit 0768e51

26 files changed

+90
-26
lines changed

docs/stackit_load-balancer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stackit load-balancer [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" "none"]
24+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
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_load-balancer_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ stackit load-balancer create [flags]
3939
```
4040
-y, --assume-yes If set, skips all confirmation prompts
4141
--async If set, runs the command asynchronously
42-
-o, --output-format string Output format, one of ["json" "pretty" "none"]
42+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
4343
-p, --project-id string Project ID
4444
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
4545
```

docs/stackit_load-balancer_delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stackit load-balancer delete LOAD_BALANCER_NAME [flags]
2828
```
2929
-y, --assume-yes If set, skips all confirmation prompts
3030
--async If set, runs the command asynchronously
31-
-o, --output-format string Output format, one of ["json" "pretty" "none"]
31+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
3232
-p, --project-id string Project ID
3333
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
3434
```

docs/stackit_load-balancer_describe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ stackit load-balancer describe LOAD_BALANCER_NAME [flags]
3131
```
3232
-y, --assume-yes If set, skips all confirmation prompts
3333
--async If set, runs the command asynchronously
34-
-o, --output-format string Output format, one of ["json" "pretty" "none"]
34+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
3535
-p, --project-id string Project ID
3636
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
3737
```

docs/stackit_load-balancer_generate-payload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ stackit load-balancer generate-payload [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" "none"]
40+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
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_load-balancer_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ stackit load-balancer list [flags]
3535
```
3636
-y, --assume-yes If set, skips all confirmation prompts
3737
--async If set, runs the command asynchronously
38-
-o, --output-format string Output format, one of ["json" "pretty" "none"]
38+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
3939
-p, --project-id string Project ID
4040
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
4141
```

docs/stackit_load-balancer_observability-credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stackit load-balancer observability-credentials [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" "none"]
24+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
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_load-balancer_observability-credentials_add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ stackit load-balancer observability-credentials add [flags]
3434
```
3535
-y, --assume-yes If set, skips all confirmation prompts
3636
--async If set, runs the command asynchronously
37-
-o, --output-format string Output format, one of ["json" "pretty" "none"]
37+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
3838
-p, --project-id string Project ID
3939
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
4040
```

docs/stackit_load-balancer_observability-credentials_cleanup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stackit load-balancer observability-credentials cleanup [flags]
2828
```
2929
-y, --assume-yes If set, skips all confirmation prompts
3030
--async If set, runs the command asynchronously
31-
-o, --output-format string Output format, one of ["json" "pretty" "none"]
31+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
3232
-p, --project-id string Project ID
3333
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
3434
```

docs/stackit_load-balancer_observability-credentials_delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stackit load-balancer observability-credentials delete CREDENTIALS_REF [flags]
2828
```
2929
-y, --assume-yes If set, skips all confirmation prompts
3030
--async If set, runs the command asynchronously
31-
-o, --output-format string Output format, one of ["json" "pretty" "none"]
31+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
3232
-p, --project-id string Project ID
3333
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
3434
```

0 commit comments

Comments
 (0)