Create Workspace
Create a new workspace.
kbc remote workspace create [flags]Options
Section titled “Options”--name <string>
: Name of the workspace to be created
--type <string>
: Type of the workspace to be created
--size <string>
: Size of the workspace to be created. It is ignored for database workspaces.
-H, --storage-api-host <string>
: Keboola instance URL, e.g., “connection.keboola.com”
Examples
Section titled “Examples”➜ kbc remote workspace create --name foo --type snowflake
Creating a new workspace, please wait.Created the new workspace "foo" (<id>).Credentials: Host: <host> User: <user> Password: <password> Database: <database> Schema: <schema> Warehouse: <warehouse>