You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/stackit_config_set.md
+22-21Lines changed: 22 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,27 +29,28 @@ stackit config set [flags]
29
29
### Options
30
30
31
31
```
32
-
--argus-custom-endpoint string Argus API base URL, used in calls to this API
33
-
--authorization-custom-endpoint string Authorization API base URL, used in calls to this API
34
-
--dns-custom-endpoint string DNS API base URL, used in calls to this API
35
-
-h, --help Help for "stackit config set"
36
-
--identity-provider-custom-endpoint string Identity Provider base URL, used for user authentication
37
-
--load-balancer-custom-endpoint string Load Balancer API base URL, used in calls to this API
38
-
--logme-custom-endpoint string LogMe API base URL, used in calls to this API
39
-
--mariadb-custom-endpoint string MariaDB API base URL, used in calls to this API
40
-
--mongodbflex-custom-endpoint string MongoDB Flex API base URL, used in calls to this API
41
-
--object-storage-custom-endpoint string Object Storage API base URL, used in calls to this API
42
-
--opensearch-custom-endpoint string OpenSearch API base URL, used in calls to this API
43
-
--postgresflex-custom-endpoint string PostgreSQL Flex API base URL, used in calls to this API
44
-
--rabbitmq-custom-endpoint string RabbitMQ API base URL, used in calls to this API
45
-
--redis-custom-endpoint string Redis API base URL, used in calls to this API
46
-
--resource-manager-custom-endpoint string Resource Manager API base URL, used in calls to this API
47
-
--secrets-manager-custom-endpoint string Secrets Manager API base URL, used in calls to this API
48
-
--serverbackup-custom-endpoint string Server Backup API base URL, used in calls to this API
49
-
--service-account-custom-endpoint string Service Account API base URL, used in calls to this API
50
-
--session-time-limit string Maximum time before authentication is required again. After this time, you will be prompted to login again to execute commands that require authentication. Can't be larger than 24h. Requires authentication after being set to take effect. Examples: 3h, 5h30m40s (BETA: currently values greater than 2h have no effect)
51
-
--ske-custom-endpoint string SKE API base URL, used in calls to this API
52
-
--sqlserverflex-custom-endpoint string SQLServer Flex API base URL, used in calls to this API
32
+
--argus-custom-endpoint string Argus API base URL, used in calls to this API
33
+
--authorization-custom-endpoint string Authorization API base URL, used in calls to this API
34
+
--dns-custom-endpoint string DNS API base URL, used in calls to this API
35
+
-h, --help Help for "stackit config set"
36
+
--identity-provider-custom-endpoint string Identity Provider base URL, used for user authentication
37
+
--load-balancer-custom-endpoint string Load Balancer API base URL, used in calls to this API
38
+
--logme-custom-endpoint string LogMe API base URL, used in calls to this API
39
+
--mariadb-custom-endpoint string MariaDB API base URL, used in calls to this API
40
+
--mongodbflex-custom-endpoint string MongoDB Flex API base URL, used in calls to this API
41
+
--object-storage-custom-endpoint string Object Storage API base URL, used in calls to this API
42
+
--opensearch-custom-endpoint string OpenSearch API base URL, used in calls to this API
43
+
--postgresflex-custom-endpoint string PostgreSQL Flex API base URL, used in calls to this API
44
+
--rabbitmq-custom-endpoint string RabbitMQ API base URL, used in calls to this API
45
+
--redis-custom-endpoint string Redis API base URL, used in calls to this API
46
+
--resource-manager-custom-endpoint string Resource Manager API base URL, used in calls to this API
47
+
--secrets-manager-custom-endpoint string Secrets Manager API base URL, used in calls to this API
48
+
--serverbackup-custom-endpoint string Server Backup API base URL, used in calls to this API
49
+
--service-account-custom-endpoint string Service Account API base URL, used in calls to this API
50
+
--service-enablement-custom-endpoint string Service Enablement API base URL, used in calls to this API
51
+
--session-time-limit string Maximum time before authentication is required again. After this time, you will be prompted to login again to execute commands that require authentication. Can't be larger than 24h. Requires authentication after being set to take effect. Examples: 3h, 5h30m40s (BETA: currently values greater than 2h have no effect)
52
+
--ske-custom-endpoint string SKE API base URL, used in calls to this API
53
+
--sqlserverflex-custom-endpoint string SQLServer Flex API base URL, used in calls to this API
0 commit comments