dtkt integrate dev
CommandRun an integration in development mode with live reloading.
Description
Run an integration in development mode at the specified directory (default: current directory). Watches for file changes and automatically rebuilds and restarts the deployment.
Usage
dtkt integrate dev [DIR] [flags]Flags
| Field | Default | Usage |
|---|---|---|
| --address, -a | Bind address (network-specific). | |
| --build-dir, -b | config.build_dir | directory containing build artifacts |
| --compact, -c | false | Compact output (no extra whitespace). |
| --env | [] | Environment variables to set in the deployment. |
| --expr | CEL expression to filter/transform output data. | |
| --help, -h | false | Show help for the dev command. |
| --network, -n | unix | Bind network (cloud, unix, ssh+unix, ssh+tcp, tcp). |
| --output-delim | Output delimiter when streaming, format-specific defaults: (json: "\n", yaml: "---\n"). | |
| --output-file, -w | stdout | Output file: (PATH|stdout|stderr). |
| --output-format, -o | pretty | Output format: [pretty | json | yaml | go-template]. |
| --output-stream | false | Encode output list as stream of individual items. |
| --ports | [] | Additional port mappings to use (when platform is docker) in the form host:container (e.g. 9090:9090). By default all exposed ports are bound to the host. |
| --raw | false | Raw output (unquoted when output is a single string). |
| --redact | false | Redact sensitive data from output. |
| --registry | us-docker.pkg.dev/datakit-prd/us-docker-virtual | Registry to use when runtime is docker. |
| --runtime | native | Target runtime of integration build: (native|docker). |
| --template | Template string; when set, output format | |
| --template-file | Template file path; when set, output format |
Inherited Flags
| Field | Default | Usage |
|---|---|---|
| --accept-legal-notices | false | Accept legal notices (license). |
| --cloud | false | 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. |
| --local | false | Overrides the contexts to local; equivalent to --contexts=local. |
| --log-format | pretty | Log format: (text|json|pretty). |
| --log-level | info | Log level: (debug|info|warn|error). |
| --non-interactive | false | Run in non-interactive mode. |
| --remote | false | Overrides the contexts to the configured remote. |