Skip to content
Merged
  •  
  •  
  •  
14 changes: 14 additions & 0 deletions docs/stackit.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,41 @@ stackit [flags]
-h, --help Help for "stackit"
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
-v, --version Show "stackit" version
```

### SEE ALSO

* [stackit argus](./stackit_argus.md) - Provides functionality for Argus
* [stackit argus](./stackit_argus.md) - Provides functionality for Argus
* [stackit auth](./stackit_auth.md) - Provides authentication functionality
* [stackit config](./stackit_config.md) - Provides functionality for CLI configuration options
* [stackit curl](./stackit_curl.md) - Executes an authenticated HTTP request to an endpoint
* [stackit dns](./stackit_dns.md) - Provides functionality for DNS
* [stackit logme](./stackit_logme.md) - Provides functionality for LogMe
* [stackit logme](./stackit_logme.md) - Provides functionality for LogMe
* [stackit mariadb](./stackit_mariadb.md) - Provides functionality for MariaDB
* [stackit mariadb](./stackit_mariadb.md) - Provides functionality for MariaDB
* [stackit mongodbflex](./stackit_mongodbflex.md) - Provides functionality for MongoDB Flex
* [stackit mongodbflex](./stackit_mongodbflex.md) - Provides functionality for MongoDB Flex
* [stackit object-storage](./stackit_object-storage.md) - Provides functionality regarding Object Storage
* [stackit object-storage](./stackit_object-storage.md) - Provides functionality regarding Object Storage
* [stackit opensearch](./stackit_opensearch.md) - Provides functionality for OpenSearch
* [stackit opensearch](./stackit_opensearch.md) - Provides functionality for OpenSearch
* [stackit organization](./stackit_organization.md) - Provides functionality regarding organizations
* [stackit organization](./stackit_organization.md) - Provides functionality regarding organizations
* [stackit postgresflex](./stackit_postgresflex.md) - Provides functionality for PostgreSQL Flex
* [stackit postgresflex](./stackit_postgresflex.md) - Provides functionality for PostgreSQL Flex
* [stackit project](./stackit_project.md) - Provides functionality regarding projects
* [stackit rabbitmq](./stackit_rabbitmq.md) - Provides functionality for RabbitMQ
* [stackit rabbitmq](./stackit_rabbitmq.md) - Provides functionality for RabbitMQ
* [stackit redis](./stackit_redis.md) - Provides functionality for Redis
* [stackit redis](./stackit_redis.md) - Provides functionality for Redis
* [stackit secrets-manager](./stackit_secrets-manager.md) - Provides functionality for Secrets Manager
* [stackit secrets-manager](./stackit_secrets-manager.md) - Provides functionality for Secrets Manager
* [stackit service-account](./stackit_service-account.md) - Provides functionality for service accounts
* [stackit service-account](./stackit_service-account.md) - Provides functionality for service accounts
* [stackit ske](./stackit_ske.md) - Provides functionality for SKE
* [stackit ske](./stackit_ske.md) - Provides functionality for SKE

1 change: 1 addition & 0 deletions docs/stackit_argus.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ stackit argus [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_argus_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ stackit argus instance [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_argus_instance_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ stackit argus instance create [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_argus_instance_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ stackit argus instance delete INSTANCE_ID [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_argus_instance_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ stackit argus instance describe INSTANCE_ID [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_argus_instance_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ stackit argus instance list [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_argus_instance_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ stackit argus instance update INSTANCE_ID [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_argus_plans.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ stackit argus plans [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ stackit auth [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_auth_activate-service-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ stackit auth activate-service-account [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_auth_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ stackit auth login [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ stackit config [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_config_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ stackit config list [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_config_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ stackit config set [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_config_unset.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ stackit config unset [flags]
--service-account-custom-endpoint SKE API base URL. If unset, uses the default base URL
--session-time-limit Maximum time before authentication is required again. If unset, defaults to 2h
--ske-custom-endpoint SKE API base URL. If unset, uses the default base URL
--verbosity Verbosity of the CLI
```

### Options inherited from parent commands
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ stackit curl URL [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ stackit dns [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_dns_record-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ stackit dns record-set [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_dns_record-set_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ stackit dns record-set create [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_dns_record-set_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ stackit dns record-set delete RECORD_SET_ID [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_dns_record-set_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ stackit dns record-set describe RECORD_SET_ID [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_dns_record-set_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ stackit dns record-set list [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_dns_record-set_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ stackit dns record-set update RECORD_SET_ID [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_dns_zone.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ stackit dns zone [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_dns_zone_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ stackit dns zone create [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_dns_zone_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ stackit dns zone delete ZONE_ID [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_dns_zone_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ stackit dns zone describe ZONE_ID [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_dns_zone_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ stackit dns zone list [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_dns_zone_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ stackit dns zone update ZONE_ID [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_logme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ stackit logme [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_logme_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ stackit logme credentials [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_logme_credentials_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ stackit logme credentials create [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_logme_credentials_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ stackit logme credentials delete CREDENTIALS_ID [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_logme_credentials_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ stackit logme credentials describe CREDENTIALS_ID [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_logme_credentials_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ stackit logme credentials list [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_logme_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ stackit logme instance [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_logme_instance_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ stackit logme instance create [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_logme_instance_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ stackit logme instance delete INSTANCE_ID [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_logme_instance_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ stackit logme instance describe INSTANCE_ID [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_logme_instance_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ stackit logme instance list [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_logme_instance_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ stackit logme instance update INSTANCE_ID [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_logme_plans.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ stackit logme plans [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ stackit mariadb [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/stackit_mariadb_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ stackit mariadb credentials [flags]
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty"]
-p, --project-id string Project ID
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO
Expand Down
Loading