Skip to content

Commit 7868e56

Browse files
author
Yago Carlos Fernandez Gou
committed
update docs
1 parent ecb85c2 commit 7868e56

File tree

5 files changed

+6
-11
lines changed

5 files changed

+6
-11
lines changed

docs/stackit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/stackit_config_set.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

docs/stackit_config_unset.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

docs/stackit_intake.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
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
```
1010
stackit intake [flags]
1111
```
1212

13-
### Examples
14-
15-
```
16-
17-
$ stackit intake
18-
```
19-
2013
### Options
2114

2215
```

docs/stackit_intake_runner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)