dtkt type list

Command

List all types with optional filtering.

Description

List all available types across integrations, connections, and deployments. Filter by parent resource using --conn, --intgr, or --depl flags.

Usage

dtkt type list [FILTER] [flags]

Aliases

l, ls

Flags

FieldDefaultUsage
--compact, -cfalse

Compact output (no extra whitespace).

--conn

Return types defined by connection.

--depl

Return types defined by deployment (must provide --intgr).

--expr

CEL expression to filter/transform output data.

--help, -hfalse

Show help for the list command.

--intgr

Return types defined by integration (if --depl not set, aggregates all deployments).

--output-delim

Output delimiter when streaming, format-specific defaults: (json: "\n", yaml: "---\n").

--output-file, -wstdout

Output file: (PATH|stdout|stderr).

--output-format, -opretty

Output format: [pretty | json | yaml | go-template].

--output-streamfalse

Encode output list as stream of individual items.

--page-size25

Number of items to return per page

--page-token

Token for retrieving next page

--rawfalse

Raw output (unquoted when output is a single string).

--redactfalse

Redact sensitive data from output.

--template

Template string; when set, output format go-template is implied.

--template-file

Template file path; when set, output format go-template is implied.

Inherited Flags

FieldDefaultUsage
--accept-legal-noticesfalse

Accept legal notices (license).

--cloudfalse

Overrides the contexts to cloud; equivalent to --contexts=cloud.

--cloud-org

Cloud Organization by (UID|NAME).

--cloud-space

Cloud Space by (UID|NAME).

--config

The active configuration name to override.

--contexts[]

Overrides any current contexts from config.

--localfalse

Overrides the contexts to local; equivalent to --contexts=local.

--log-formatpretty

Log format: (text|json|pretty).

--log-levelinfo

Log level: (debug|info|warn|error).

--non-interactivefalse

Run in non-interactive mode.

--remotefalse

Overrides the contexts to the configured remote.

Parent Command

dtkt type