wb app config create
Categories:
Name
wb-app-config-create - Create a custom application configuration.
Synopsis
wb app config create [--description=<appDescription>] --dev-container-path=<devContainerPath> [--format=<format>] [--git-branch=<gitBranch>] --git-repo-url=<gitRepoUrl> --name=<appName> [--workspace=<id>]
Description
Create a custom application configuration.
Options
-
--description=<appDescription>
Description of the application. -
--dev-container-path=<devContainerPath>
Path to the devcontainer directory in the repository. -
--format=<format>
Set the format for printing command output. Defaults to the config format property.Valid values: JSON, TEXT
Default: null -
--git-branch=<gitBranch>
Git repository branch (default: main). -
--git-repo-url=<gitRepoUrl>
Git repository URL containing the devcontainer configuration. -
--name=<appName>
Name of the application. -
--workspace=<id>
Workspace ID to use for this command only.
Last Modified: 10 February 2026