Skip to content

Commit d36a7e2

Browse files
committed
fix(docs) generate docs
1 parent e738d95 commit d36a7e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/stackit_beta_alb_observability-credentials_add.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ stackit beta alb observability-credentials add [flags]
1414

1515
```
1616
Add observability credentials to a load balancer with username "xxx" and display name "yyy", providing the path to a file with the password as flag
17-
$ stackit beta alb observability-credentials add --username xxx --password @./password.txt --display-name yyy
17+
$ stackit beta alb observability-credentials add --username xxx --password @./password.txt --displayname yyy
1818
```
1919

2020
### Options
2121

2222
```
2323
-d, --displayname string Displayname for the credentials
2424
-h, --help Help for "stackit beta alb observability-credentials add"
25-
--password string Password. Can be a string or a file path, if prefixed with "@" (example: @./password.txt).
25+
--password string password. Can be a string (deprecated) or a file path, if prefixed with '@' (example: @./secret.txt). Will be read from stdin when empty.
2626
-u, --username string Username for the credentials
2727
```
2828

0 commit comments

Comments
 (0)