Create Template

Create a new template in the repository directory from an existing project.

kbc template create [flags]

An interactive dialog will start. It will guide you through the process of creating a new template. See Create Template Tutorial.

The command must be run in the repository directory.

Options

-a, --all-configs
Use all configs from the branch
--all-inputs
Use all found config/row fields as user inputs
-b, --branch string
Source branch ID or name
-c, --configs string
Comma separated list of {componentId}:{configId}
--description string
Template description
--id string
Template ID
--name string
Template name
-H, --storage-api-host string
Storage API host, e.g., “connection.keboola.com”

Global Options

Examples

See Create Template Tutorial.

Next Steps