File tree Expand file tree Collapse file tree 5 files changed +6
-11
lines changed Expand file tree Collapse file tree 5 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ stackit [flags]
3434* [ stackit dns] ( ./stackit_dns.md ) - Provides functionality for DNS
3535* [ stackit git] ( ./stackit_git.md ) - Provides functionality for STACKIT Git
3636* [ stackit image] ( ./stackit_image.md ) - Manage server images
37- * [ stackit intake] ( ./stackit_intake.md ) - Provides functionality for STACKIT Intake
37+ * [ stackit intake] ( ./stackit_intake.md ) - Provides functionality for intake
3838* [ stackit key-pair] ( ./stackit_key-pair.md ) - Provides functionality for SSH key pairs
3939* [ stackit load-balancer] ( ./stackit_load-balancer.md ) - Provides functionality for Load Balancer
4040* [ stackit logme] ( ./stackit_logme.md ) - Provides functionality for LogMe
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ stackit config set [flags]
3636 --iaas-custom-endpoint string IaaS API base URL, used in calls to this API
3737 --identity-provider-custom-client-id string Identity Provider client ID, used for user authentication
3838 --identity-provider-custom-well-known-configuration string Identity Provider well-known OpenID configuration URL, used for user authentication
39+ --intake-custom-endpoint string Intake API base URL, used in calls to this API
3940 --load-balancer-custom-endpoint string Load Balancer API base URL, used in calls to this API
4041 --logme-custom-endpoint string LogMe API base URL, used in calls to this API
4142 --mariadb-custom-endpoint string MariaDB API base URL, used in calls to this API
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ stackit config unset [flags]
3434 --iaas-custom-endpoint IaaS API base URL. If unset, uses the default base URL
3535 --identity-provider-custom-client-id Identity Provider client ID, used for user authentication
3636 --identity-provider-custom-well-known-configuration Identity Provider well-known OpenID configuration URL. If unset, uses the default identity provider
37+ --intake-custom-endpoint Intake API base URL. If unset, uses the default base URL
3738 --load-balancer-custom-endpoint Load Balancer API base URL. If unset, uses the default base URL
3839 --logme-custom-endpoint LogMe API base URL. If unset, uses the default base URL
3940 --mariadb-custom-endpoint MariaDB API base URL. If unset, uses the default base URL
Original file line number Diff line number Diff line change 11## stackit intake
22
3- Provides functionality for STACKIT Intake
3+ Provides functionality for intake
44
55### Synopsis
66
7- Provides functionality for STACKIT Intake .
7+ Provides functionality for intake .
88
99```
1010stackit intake [flags]
1111```
1212
13- ### Examples
14-
15- ```
16-
17- $ stackit intake
18- ```
19-
2013### Options
2114
2215```
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ stackit intake runner [flags]
2929
3030### SEE ALSO
3131
32- * [ stackit intake] ( ./stackit_intake.md ) - Provides functionality for STACKIT Intake
32+ * [ stackit intake] ( ./stackit_intake.md ) - Provides functionality for intake
3333* [ stackit intake runner create] ( ./stackit_intake_runner_create.md ) - Creates a new Intake Runner
3434* [ stackit intake runner delete] ( ./stackit_intake_runner_delete.md ) - Deletes an Intake Runner
3535* [ stackit intake runner describe] ( ./stackit_intake_runner_describe.md ) - Shows details of an Intake Runner
You can’t perform that action at this time.
0 commit comments