File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments