Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/stackit_beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ stackit beta [flags]
* [stackit](./stackit.md) - Manage STACKIT resources using the command line
* [stackit beta alb](./stackit_beta_alb.md) - Manages application loadbalancers
* [stackit beta cdn](./stackit_beta_cdn.md) - Manage CDN resources
* [stackit beta edge-cloud](./stackit_beta_edge-cloud.md) - Provides functionality for edge services.
* [stackit beta edge-cloud](./stackit_beta_edge-cloud.md) - Provides functionality for Edge Cloud services.
* [stackit beta intake](./stackit_beta_intake.md) - Provides functionality for intake
* [stackit beta sfs](./stackit_beta_sfs.md) - Provides functionality for SFS (STACKIT File Storage)
* [stackit beta sqlserverflex](./stackit_beta_sqlserverflex.md) - Provides functionality for SQLServer Flex
Expand Down
10 changes: 5 additions & 5 deletions docs/stackit_beta_edge-cloud.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## stackit beta edge-cloud

Provides functionality for edge services.
Provides functionality for Edge Cloud services.

### Synopsis

Expand Down Expand Up @@ -30,8 +30,8 @@ stackit beta edge-cloud [flags]
### SEE ALSO

* [stackit beta](./stackit_beta.md) - Contains beta STACKIT CLI commands
* [stackit beta edge-cloud instance](./stackit_beta_edge-cloud_instance.md) - Provides functionality for edge instances.
* [stackit beta edge-cloud kubeconfig](./stackit_beta_edge-cloud_kubeconfig.md) - Provides functionality for edge kubeconfig.
* [stackit beta edge-cloud plans](./stackit_beta_edge-cloud_plans.md) - Provides functionality for edge service plans.
* [stackit beta edge-cloud token](./stackit_beta_edge-cloud_token.md) - Provides functionality for edge service token.
* [stackit beta edge-cloud instance](./stackit_beta_edge-cloud_instance.md) - Provides functionality for Edge Cloud instances.
* [stackit beta edge-cloud kubeconfig](./stackit_beta_edge-cloud_kubeconfig.md) - Provides functionality for Edge Cloud kubeconfig.
* [stackit beta edge-cloud plans](./stackit_beta_edge-cloud_plans.md) - Provides functionality for Edge Cloud service plans.
* [stackit beta edge-cloud token](./stackit_beta_edge-cloud_token.md) - Provides functionality for Edge Cloud service token.

14 changes: 7 additions & 7 deletions docs/stackit_beta_edge-cloud_instance.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## stackit beta edge-cloud instance

Provides functionality for edge instances.
Provides functionality for Edge Cloud instances.

### Synopsis

Expand Down Expand Up @@ -29,10 +29,10 @@ stackit beta edge-cloud instance [flags]

### SEE ALSO

* [stackit beta edge-cloud](./stackit_beta_edge-cloud.md) - Provides functionality for edge services.
* [stackit beta edge-cloud instance create](./stackit_beta_edge-cloud_instance_create.md) - Creates an edge instance
* [stackit beta edge-cloud instance delete](./stackit_beta_edge-cloud_instance_delete.md) - Deletes an edge instance
* [stackit beta edge-cloud instance describe](./stackit_beta_edge-cloud_instance_describe.md) - Describes an edge instance
* [stackit beta edge-cloud instance list](./stackit_beta_edge-cloud_instance_list.md) - Lists edge instances
* [stackit beta edge-cloud instance update](./stackit_beta_edge-cloud_instance_update.md) - Updates an edge instance
* [stackit beta edge-cloud](./stackit_beta_edge-cloud.md) - Provides functionality for Edge Cloud services.
* [stackit beta edge-cloud instance create](./stackit_beta_edge-cloud_instance_create.md) - Creates an Edge Cloud instance
* [stackit beta edge-cloud instance delete](./stackit_beta_edge-cloud_instance_delete.md) - Deletes an Edge Cloud instance
* [stackit beta edge-cloud instance describe](./stackit_beta_edge-cloud_instance_describe.md) - Describes an Edge Cloud instance
* [stackit beta edge-cloud instance list](./stackit_beta_edge-cloud_instance_list.md) - Lists Edge Cloud instances
* [stackit beta edge-cloud instance update](./stackit_beta_edge-cloud_instance_update.md) - Updates an Edge Cloud instance

8 changes: 4 additions & 4 deletions docs/stackit_beta_edge-cloud_instance_create.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## stackit beta edge-cloud instance create

Creates an edge instance
Creates an Edge Cloud instance

### Synopsis

Expand All @@ -13,7 +13,7 @@ stackit beta edge-cloud instance create [flags]
### Examples

```
Creates an edge instance with the name "xxx" and plan-id "yyy"
Creates an Edge Cloud instance with the name "xxx" and plan-id "yyy"
$ stackit beta edge-cloud instance create --name "xxx" --plan-id "yyy"
```

Expand All @@ -23,7 +23,7 @@ stackit beta edge-cloud instance create [flags]
-d, --description string A user chosen description to distinguish multiple instances.
-h, --help Help for "stackit beta edge-cloud instance create"
-n, --name string The displayed name to distinguish multiple instances.
--plan-id string Service Plan configures the size of the Instance.
--plan-id string Service plan configures the size of the Instance.
```

### Options inherited from parent commands
Expand All @@ -39,5 +39,5 @@ stackit beta edge-cloud instance create [flags]

### SEE ALSO

* [stackit beta edge-cloud instance](./stackit_beta_edge-cloud_instance.md) - Provides functionality for edge instances.
* [stackit beta edge-cloud instance](./stackit_beta_edge-cloud_instance.md) - Provides functionality for Edge Cloud instances.

17 changes: 6 additions & 11 deletions docs/stackit_beta_edge-cloud_instance_delete.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,26 @@
## stackit beta edge-cloud instance delete

Deletes an edge instance
Deletes an Edge Cloud instance

### Synopsis

Deletes a STACKIT Edge Cloud (STEC) instance. The instance will be deleted permanently.

```
stackit beta edge-cloud instance delete [flags]
stackit beta edge-cloud instance delete INSTANCE_ID [flags]
```

### Examples

```
Delete an edge instance with id "xxx"
$ stackit beta edge-cloud instance delete --id "xxx"

Delete an edge instance with name "xxx"
$ stackit beta edge-cloud instance delete --name "xxx"
Delete an edge instance with ID "xxx"
$ stackit beta edge-cloud instance delete xxx
```

### Options

```
-h, --help Help for "stackit beta edge-cloud instance delete"
-i, --id string The project-unique identifier of this instance.
-n, --name string The displayed name to distinguish multiple instances.
-h, --help Help for "stackit beta edge-cloud instance delete"
```

### Options inherited from parent commands
Expand All @@ -41,5 +36,5 @@ stackit beta edge-cloud instance delete [flags]

### SEE ALSO

* [stackit beta edge-cloud instance](./stackit_beta_edge-cloud_instance.md) - Provides functionality for edge instances.
* [stackit beta edge-cloud instance](./stackit_beta_edge-cloud_instance.md) - Provides functionality for Edge Cloud instances.

18 changes: 8 additions & 10 deletions docs/stackit_beta_edge-cloud_instance_describe.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,29 @@
## stackit beta edge-cloud instance describe

Describes an edge instance
Describes an Edge Cloud instance

### Synopsis

Describes a STACKIT Edge Cloud (STEC) instance.

```
stackit beta edge-cloud instance describe [flags]
stackit beta edge-cloud instance describe INSTANCE_ID [flags]
```

### Examples

```
Describe an edge instance with id "xxx"
$ stackit beta edge-cloud instance describe --id <ID>
Describe an Edge Cloud instance with ID "xxx"
$ stackit beta edge-cloud instance describe xxx

Describe an edge instance with name "xxx"
$ stackit beta edge-cloud instance describe --name <NAME>
Get details of an Edge Cloud instance with ID "xxx" in JSON format
$ stackit beta edge-cloud instance describe xxx --output-format json
```

### Options

```
-h, --help Help for "stackit beta edge-cloud instance describe"
-i, --id string The project-unique identifier of this instance.
-n, --name string The displayed name to distinguish multiple instances.
-h, --help Help for "stackit beta edge-cloud instance describe"
```

### Options inherited from parent commands
Expand All @@ -41,5 +39,5 @@ stackit beta edge-cloud instance describe [flags]

### SEE ALSO

* [stackit beta edge-cloud instance](./stackit_beta_edge-cloud_instance.md) - Provides functionality for edge instances.
* [stackit beta edge-cloud instance](./stackit_beta_edge-cloud_instance.md) - Provides functionality for Edge Cloud instances.

8 changes: 4 additions & 4 deletions docs/stackit_beta_edge-cloud_instance_list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## stackit beta edge-cloud instance list

Lists edge instances
Lists Edge Cloud instances

### Synopsis

Expand All @@ -13,10 +13,10 @@ stackit beta edge-cloud instance list [flags]
### Examples

```
Lists all edge instances of a given project
Lists all Edge Cloud instances of a given project
$ stackit beta edge-cloud instance list

Lists all edge instances of a given project and limits the output to two instances
Lists all Edge Cloud instances of a given project and limits the output to two instances
$ stackit beta edge-cloud instance list --limit 2
```

Expand All @@ -40,5 +40,5 @@ stackit beta edge-cloud instance list [flags]

### SEE ALSO

* [stackit beta edge-cloud instance](./stackit_beta_edge-cloud_instance.md) - Provides functionality for edge instances.
* [stackit beta edge-cloud instance](./stackit_beta_edge-cloud_instance.md) - Provides functionality for Edge Cloud instances.

21 changes: 8 additions & 13 deletions docs/stackit_beta_edge-cloud_instance_update.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,31 @@
## stackit beta edge-cloud instance update

Updates an edge instance
Updates an Edge Cloud instance

### Synopsis

Updates a STACKIT Edge Cloud (STEC) instance.

```
stackit beta edge-cloud instance update [flags]
stackit beta edge-cloud instance update INSTANCE_ID [flags]
```

### Examples

```
Updates the description of an edge instance with id "xxx"
$ stackit beta edge-cloud instance update --id "xxx" --description "yyy"
Updates the description of an Edge Cloud instance with ID "xxx"
$ stackit beta edge-cloud instance update xxx --description yyy

Updates the plan of an edge instance with name "xxx"
$ stackit beta edge-cloud instance update --name "xxx" --plan-id "yyy"

Updates the description and plan of an edge instance with id "xxx"
$ stackit beta edge-cloud instance update --id "xxx" --description "yyy" --plan-id "zzz"
Updates the plan of an Edge Cloud instance with ID "xxx"
$ stackit beta edge-cloud instance update xxx --plan-id yyy
```

### Options

```
-d, --description string A user chosen description to distinguish multiple instances.
-h, --help Help for "stackit beta edge-cloud instance update"
-i, --id string The project-unique identifier of this instance.
-n, --name string The displayed name to distinguish multiple instances.
--plan-id string Service Plan configures the size of the Instance.
--plan-id string Service plan configures the size of the Instance.
```

### Options inherited from parent commands
Expand All @@ -46,5 +41,5 @@ stackit beta edge-cloud instance update [flags]

### SEE ALSO

* [stackit beta edge-cloud instance](./stackit_beta_edge-cloud_instance.md) - Provides functionality for edge instances.
* [stackit beta edge-cloud instance](./stackit_beta_edge-cloud_instance.md) - Provides functionality for Edge Cloud instances.

6 changes: 3 additions & 3 deletions docs/stackit_beta_edge-cloud_kubeconfig.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## stackit beta edge-cloud kubeconfig

Provides functionality for edge kubeconfig.
Provides functionality for Edge Cloud kubeconfig.

### Synopsis

Expand Down Expand Up @@ -29,6 +29,6 @@ stackit beta edge-cloud kubeconfig [flags]

### SEE ALSO

* [stackit beta edge-cloud](./stackit_beta_edge-cloud.md) - Provides functionality for edge services.
* [stackit beta edge-cloud kubeconfig create](./stackit_beta_edge-cloud_kubeconfig_create.md) - Creates or updates a local kubeconfig file of an edge instance
* [stackit beta edge-cloud](./stackit_beta_edge-cloud.md) - Provides functionality for Edge Cloud services.
* [stackit beta edge-cloud kubeconfig create](./stackit_beta_edge-cloud_kubeconfig_create.md) - Creates or updates a local kubeconfig file of an Edge Cloud instance

24 changes: 11 additions & 13 deletions docs/stackit_beta_edge-cloud_kubeconfig_create.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## stackit beta edge-cloud kubeconfig create

Creates or updates a local kubeconfig file of an edge instance
Creates or updates a local kubeconfig file of an Edge Cloud instance

### Synopsis

Expand All @@ -12,23 +12,23 @@ An expiration time can be set for the kubeconfig. The expiration time is set in
Note: the format for the duration is <value><unit>, e.g. 30d for 30 days. You may not combine units.

```
stackit beta edge-cloud kubeconfig create [flags]
stackit beta edge-cloud kubeconfig create kubeconfig for INSTANCE_ID [flags]
```

### Examples

```
Create or update a kubeconfig for the edge instance with id "xxx". If the config exists in the kubeconfig file, the information will be updated.
$ stackit beta edge-cloud kubeconfig create --id "xxx"
Create or update a kubeconfig for the Edge Cloud instance with instance ID "xxx". If the config exists in the kubeconfig file, the information will be updated.
$ stackit beta edge-cloud kubeconfig create xxx

Create or update a kubeconfig for the edge instance with name "xxx" in a custom filepath.
$ stackit beta edge-cloud kubeconfig create --name "xxx" --filepath "yyy"
Create or update a kubeconfig for the Edge Cloud instance with instance ID "xxx" in a custom filepath.
$ stackit beta edge-cloud kubeconfig create xxx --filepath yyy

Get a kubeconfig for the edge instance with name "xxx" without writing it to a file and format the output as json.
$ stackit beta edge-cloud kubeconfig create --name "xxx" --disable-writing --output-format json
Get a kubeconfig for the Edge Cloud instance with instance ID "xxx" without writing it to a file and format the output as json.
$ stackit beta edge-cloud kubeconfig create xxx --disable-writing --output-format json

Create a kubeconfig for the edge instance with id "xxx". This will replace your current kubeconfig file.
$ stackit beta edge-cloud kubeconfig create --id "xxx" --overwrite
Create a kubeconfig for the Edge Cloud instance with instance ID "xxx". This will replace your current kubeconfig file.
$ stackit beta edge-cloud kubeconfig create xxx --overwrite
```

### Options
Expand All @@ -38,8 +38,6 @@ stackit beta edge-cloud kubeconfig create [flags]
-e, --expiration string Expiration time for the kubeconfig, e.g. 5d. By default, the token is valid for 1h.
-f, --filepath string Path to the kubeconfig file. A default is chosen by Kubernetes if not set.
-h, --help Help for "stackit beta edge-cloud kubeconfig create"
-i, --id string The project-unique identifier of this instance.
-n, --name string The displayed name to distinguish multiple instances.
--overwrite Force overwrite the kubeconfig file if it exists.
--switch-context Switch to the context in the kubeconfig file to the new context.
```
Expand All @@ -57,5 +55,5 @@ stackit beta edge-cloud kubeconfig create [flags]

### SEE ALSO

* [stackit beta edge-cloud kubeconfig](./stackit_beta_edge-cloud_kubeconfig.md) - Provides functionality for edge kubeconfig.
* [stackit beta edge-cloud kubeconfig](./stackit_beta_edge-cloud_kubeconfig.md) - Provides functionality for Edge Cloud kubeconfig.

6 changes: 3 additions & 3 deletions docs/stackit_beta_edge-cloud_plans.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## stackit beta edge-cloud plans

Provides functionality for edge service plans.
Provides functionality for Edge Cloud service plans.

### Synopsis

Expand Down Expand Up @@ -29,6 +29,6 @@ stackit beta edge-cloud plans [flags]

### SEE ALSO

* [stackit beta edge-cloud](./stackit_beta_edge-cloud.md) - Provides functionality for edge services.
* [stackit beta edge-cloud plans list](./stackit_beta_edge-cloud_plans_list.md) - Lists available edge service plans
* [stackit beta edge-cloud](./stackit_beta_edge-cloud.md) - Provides functionality for Edge Cloud services.
* [stackit beta edge-cloud plans list](./stackit_beta_edge-cloud_plans_list.md) - Lists available Edge Cloud service plans

12 changes: 6 additions & 6 deletions docs/stackit_beta_edge-cloud_plans_list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## stackit beta edge-cloud plans list

Lists available edge service plans
Lists available Edge Cloud service plans

### Synopsis

Expand All @@ -13,11 +13,11 @@ stackit beta edge-cloud plans list [flags]
### Examples

```
Lists all edge plans for a given project
$ stackit beta edge-cloud plan list
Lists all Edge Cloud plans for a given project
$ stackit beta edge-cloud plans list

Lists all edge plans for a given project and limits the output to two plans
$ stackit beta edge-cloud plan list --limit 2
Lists all Edge Cloud plans for a given project and limits the output to two plans
$ stackit beta edge-cloud plans list --limit=2
```

### Options
Expand All @@ -40,5 +40,5 @@ stackit beta edge-cloud plans list [flags]

### SEE ALSO

* [stackit beta edge-cloud plans](./stackit_beta_edge-cloud_plans.md) - Provides functionality for edge service plans.
* [stackit beta edge-cloud plans](./stackit_beta_edge-cloud_plans.md) - Provides functionality for Edge Cloud service plans.

6 changes: 3 additions & 3 deletions docs/stackit_beta_edge-cloud_token.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## stackit beta edge-cloud token

Provides functionality for edge service token.
Provides functionality for Edge Cloud service token.

### Synopsis

Expand Down Expand Up @@ -29,6 +29,6 @@ stackit beta edge-cloud token [flags]

### SEE ALSO

* [stackit beta edge-cloud](./stackit_beta_edge-cloud.md) - Provides functionality for edge services.
* [stackit beta edge-cloud token create](./stackit_beta_edge-cloud_token_create.md) - Creates a token for an edge instance
* [stackit beta edge-cloud](./stackit_beta_edge-cloud.md) - Provides functionality for Edge Cloud services.
* [stackit beta edge-cloud token create](./stackit_beta_edge-cloud_token_create.md) - Creates a token for an Edge Cloud instance

Loading
Loading