Workspace Detail

Print the credentials and details of a workspace

kbc remote workspace detail [flags]

Options

-W, --workspace-id string
ID of the workspace to be detailed. You can find it using the List Workspaces command.
-H, --storage-api-host <string>
Keboola instance URL, e.g., “connection.keboola.com”

Global Options

Examples

➜ kbc remote workspace detail -W <id>

Workspace "foo"
ID: <id>
Type: snowflake
Credentials:
  Host: <host>
  User: <user>
  Password: <password>
  Database: <database>
  Schema: <schema>
  Warehouse: <warehouse>

Next Steps