dtkt flow create

Command

Create a new flow from name or specification.

Description

Create a new flow by name or from a specification via --input flags. If only a name is provided, initializes a new empty specification.

Usage

dtkt flow create [NAME] [flags]

Aliases

c, new, add

Flags

FieldDefaultUsage
--compact, -cfalse

Compact output (no extra whitespace).

--data, -d

Input data as string literal parsed according to input format.

--delim

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

--editfalse

Edit input with interactive prompt when validate reports error(s).

--expr

CEL expression to filter/transform output data.

--help, -hfalse

Show help for the create command.

--input-expr

CEL expression to filter/transform input data.

--input-file, -f

Read input from file: (PATH|URI|stdin|"@"|"-").

--input-format, -iyaml

Input format: [yaml | json].

--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.

--rawfalse

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

--redactfalse

Redact sensitive data from output.

--streamfalse

Parse input list value as stream of individual items.

--template

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

--template-file

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

--validatetrue

Validate input and report error(s).

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 flow