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, eg. “connection.keboola.com”

Global Options

Examples

See Create Template Tutorial.

Next Steps