rectangle-terminalK2K CLI Reference

K2K can be started using the following command:

k2k start -f <pipeline.yaml> -t

The following configuration flags can also be specified:

Flag
Type
Default
Description

-f, --file

string

-

Specifies one or more files that define the K2K Pipeline.

-t, --telemetry

-

-

When provided, telemetry collection will be enabled.

-g, --template-engine

enabled / disabled

enabled

Toggles variable substitution within the pipeline definition file(s).

-l, --termination-log

path

/dev/termination-log

Path where K2K will write the failure that caused the app to terminate.

-w, --termination-log-enabled

enabled / disabled

enabled

Enables/Disables writing the termination failure to a file.

Last updated

Was this helpful?