Skip to content

Commit c5f67b1

Browse files
committed
fix(docs) generate docs
1 parent def1715 commit c5f67b1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/stackit_beta_cdn_distribution_create.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,17 @@ stackit beta cdn distribution create [flags]
1414

1515
```
1616
Create a CDN distribution with an HTTP backend
17-
$ stackit beta cdn create --http --http-origin-url https://example.com \
17+
$ stackit beta cdn distribution create --http --http-origin-url https://example.com \
1818
--regions AF,EU
1919
2020
Create a CDN distribution with an Object Storage backend
21-
$ stackit beta cdn create --bucket --bucket-url https://bucket.example.com \
21+
$ stackit beta cdn distribution create --bucket --bucket-url https://bucket.example.com \
2222
--bucket-credentials-access-key-id yyyy --bucket-region EU \
23+
--regions AF,EU
24+
25+
Create a CDN distribution passing the password via stdin, take care that there's a '\n' at the end of the input'
26+
$ cat secret.txt | stackit beta cdn distribution create -y --project-id xxx \
27+
--bucket --bucket-url https://bucket.example.com --bucekt-credentials-access-key-id yyyy --bucket-region EU \
2328
--regions AF,EU
2429
```
2530

0 commit comments

Comments
 (0)