Runtimes
Manage agent runtime environments.
$ dn runtime <command>Manage agent runtime environments.
Aliases: ls
$ dn runtime listList available runtimes.
Options
--json(defaultFalse)
$ dn runtime get <runtime-id>Get details of a runtime.
Options
<runtime-id>,--runtime-id(Required)--json(defaultFalse)
create
Section titled “create”Aliases: new
$ dn runtime createEnsure a runtime exists for a project or the workspace default project.
Options
<project-ref>,--project-ref— Project key or UUID. Defaults to the active project scope, then workspace default.--key— Runtime key. Required with —name when no project is resolved.--name— Runtime display name. Required with —key when no project is resolved.--description— Optional runtime description.--file— Load runtime.yaml from a file or directory.--json(defaultFalse)
$ dn runtime startStart a runtime, creating it first when the target flow requires it.
Options
<target>,--target— Runtime UUID or project key/UUID. Defaults to the active project scope.--runtime-id— Start a specific runtime by UUID.--key— Runtime key to ensure before starting.--name— Runtime name to ensure before starting.--description— Optional runtime description when ensuring a runtime.--file— Load runtime.yaml from a file or directory.--json(defaultFalse)