Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
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
1 change: 1 addition & 0 deletions docs/stackit_beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ stackit beta [flags]
### SEE ALSO

* [stackit](./stackit.md) - Manage STACKIT resources using the command line
* [stackit beta alb](./stackit_beta_alb.md) - Manages application loadbalancers
* [stackit beta sqlserverflex](./stackit_beta_sqlserverflex.md) - Provides functionality for SQLServer Flex

43 changes: 43 additions & 0 deletions docs/stackit_beta_alb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
## stackit beta alb

Manages application loadbalancers

### Synopsis

Manage the lifecycle of application loadbalancers.

```
stackit beta alb [flags]
```

### Options

```
-h, --help Help for "stackit beta alb"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta](./stackit_beta.md) - Contains beta STACKIT CLI commands
* [stackit beta alb create](./stackit_beta_alb_create.md) - Creates an application loadbalancer
* [stackit beta alb delete](./stackit_beta_alb_delete.md) - Deletes an application loadbalancer
* [stackit beta alb describe](./stackit_beta_alb_describe.md) - Describes an application loadbalancer
* [stackit beta alb list](./stackit_beta_alb_list.md) - Lists albs
* [stackit beta alb observability-credentials](./stackit_beta_alb_observability-credentials.md) - Provides functionality for application loadbalancer credentials
* [stackit beta alb plans](./stackit_beta_alb_plans.md) - Lists the application load balancer plans
* [stackit beta alb pool](./stackit_beta_alb_pool.md) - Manages target pools for application loadbalancers
* [stackit beta alb quotas](./stackit_beta_alb_quotas.md) - Shows the application load balancer quotas
* [stackit beta alb template](./stackit_beta_alb_template.md) - creates configuration templates to use for resource creation
* [stackit beta alb update](./stackit_beta_alb_update.md) - Updates an application loadbalancer

41 changes: 41 additions & 0 deletions docs/stackit_beta_alb_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
## stackit beta alb create

Creates an application loadbalancer

### Synopsis

Creates an application loadbalancer.

```
stackit beta alb create [flags]
```

### Examples

```
Create an application loadbalancer from a configuration file
$ stackit beta alb create --configuration my-loadbalancer.json
```

### Options

```
-c, --configuration string Filename of the input configuration file
-h, --help Help for "stackit beta alb create"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta alb](./stackit_beta_alb.md) - Manages application loadbalancers

40 changes: 40 additions & 0 deletions docs/stackit_beta_alb_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## stackit beta alb delete

Deletes an application loadbalancer

### Synopsis

Deletes an application loadbalancer.

```
stackit beta alb delete LOADBALANCER_NAME_ARG [flags]
```

### Examples

```
Delete an application loadbalancer with name "my-load-balancer"
$ stackit beta alb delete my-load-balancer
```

### Options

```
-h, --help Help for "stackit beta alb delete"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta alb](./stackit_beta_alb.md) - Manages application loadbalancers

40 changes: 40 additions & 0 deletions docs/stackit_beta_alb_describe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## stackit beta alb describe

Describes an application loadbalancer

### Synopsis

Describes an application alb.

```
stackit beta alb describe LOADBALANCER_NAME_ARG [flags]
```

### Examples

```
Get details about an application loadbalancer with name "my-load-balancer"
$ stackit beta alb describe my-load-balancer
```

### Options

```
-h, --help Help for "stackit beta alb describe"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta alb](./stackit_beta_alb.md) - Manages application loadbalancers

44 changes: 44 additions & 0 deletions docs/stackit_beta_alb_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
## stackit beta alb list

Lists albs

### Synopsis

Lists application load balancers.

```
stackit beta alb list [flags]
```

### Examples

```
List all load balancers
$ stackit beta alb list

List the first 10 application load balancers
$ stackit beta alb list --limit=10
```

### Options

```
-h, --help Help for "stackit beta alb list"
--limit int Limit the output to the first n elements
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta alb](./stackit_beta_alb.md) - Manages application loadbalancers

38 changes: 38 additions & 0 deletions docs/stackit_beta_alb_observability-credentials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## stackit beta alb observability-credentials

Provides functionality for application loadbalancer credentials

### Synopsis

Provides functionality for application loadbalancer credentials

```
stackit beta alb observability-credentials [flags]
```

### Options

```
-h, --help Help for "stackit beta alb observability-credentials"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta alb](./stackit_beta_alb.md) - Manages application loadbalancers
* [stackit beta alb observability-credentials add](./stackit_beta_alb_observability-credentials_add.md) - Adds observability credentials to an application load balancer
* [stackit beta alb observability-credentials delete](./stackit_beta_alb_observability-credentials_delete.md) - Deletes credentials
* [stackit beta alb observability-credentials describe](./stackit_beta_alb_observability-credentials_describe.md) - Describes observability credentials for the Application Load Balancer
* [stackit beta alb observability-credentials list](./stackit_beta_alb_observability-credentials_list.md) - Lists all credentials
* [stackit beta alb observability-credentials update](./stackit_beta_alb_observability-credentials_update.md) - Update credentials

43 changes: 43 additions & 0 deletions docs/stackit_beta_alb_observability-credentials_add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
## stackit beta alb observability-credentials add

Adds observability credentials to an application load balancer

### Synopsis

Adds observability credentials (username and password) to an application load balancer. The credentials can be for Observability or another monitoring tool.

```
stackit beta alb observability-credentials add [flags]
```

### Examples

```
Add observability credentials to a load balancer with username "xxx" and display name "yyy", providing the path to a file with the password as flag
$ stackit beta alb observability-credentials add --username xxx --password @./password.txt --display-name yyy
```

### Options

```
-d, --displayname string Displayname for the credentials
-h, --help Help for "stackit beta alb observability-credentials add"
--password string Password. Can be a string or a file path, if prefixed with "@" (example: @./password.txt).
-u, --username string Username for the credentials
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta alb observability-credentials](./stackit_beta_alb_observability-credentials.md) - Provides functionality for application loadbalancer credentials

40 changes: 40 additions & 0 deletions docs/stackit_beta_alb_observability-credentials_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## stackit beta alb observability-credentials delete

Deletes credentials

### Synopsis

Deletes credentials.

```
stackit beta alb observability-credentials delete CREDENTIAL_REF [flags]
```

### Examples

```
Delete credential with name "credential-12345"
$ stackit beta alb observability-credentials delete credential-12345
```

### Options

```
-h, --help Help for "stackit beta alb observability-credentials delete"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta alb observability-credentials](./stackit_beta_alb_observability-credentials.md) - Provides functionality for application loadbalancer credentials

40 changes: 40 additions & 0 deletions docs/stackit_beta_alb_observability-credentials_describe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## stackit beta alb observability-credentials describe

Describes observability credentials for the Application Load Balancer

### Synopsis

Describes observability credentials for the Application Load Balancer.

```
stackit beta alb observability-credentials describe CREDENTIAL_REF [flags]
```

### Examples

```
Get details about credentials with name "credential-12345"
$ stackit beta alb observability-credentials describe credential-12345
```

### Options

```
-h, --help Help for "stackit beta alb observability-credentials describe"
```

### Options inherited from parent commands

```
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
```

### SEE ALSO

* [stackit beta alb observability-credentials](./stackit_beta_alb_observability-credentials.md) - Provides functionality for application loadbalancer credentials

Loading