creates configuration templates to use for resource creation
creates a json or yaml template file for creating/updating an application loadbalancer or target pool.
stackit beta alb template [flags]
Create a yaml template
$ stackit beta alb template --format=yaml --type alb
Create a json template
$ stackit beta alb template --format=json --type pool
-f, --format string Defines the output format (one of: [json, yaml]) (default "json")
-h, --help Help for "stackit beta alb template"
-t, --type string Defines the output type (one of: [alb, pool]) (default "alb")
-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")
- stackit beta alb - Manages application loadbalancers