Skip to main content
Create and manage durable Runs in the entered Workspace. A Run snapshots the Workspace’s current file revision and composes an authoritative Workload in the enclosing Namespace. Enter a Workspace with ‘idyl use <namespace>/<workspace>’ before using these commands. Direct Namespace Workloads use ‘idyl create pod’, ‘idyl deploy’, and the other Workload commands instead.

Usage

Commands

Inherited flags

Subcommand reference

idyl run create

Create a durable Workspace Run. The command is sent as an argv vector and is executed directly, without shell interpolation. Use ’—’ before a command that has flags.

Usage

Flags

Examples

idyl run get

Get a workspace run

Usage

Flags

idyl run list

List workspace runs

Usage

Flags

idyl run logs

Show logs from the latest run attempt

Usage

Flags

idyl run resume

Resume a workspace run

Usage

Flags

idyl run shell

Open a shell in the Workload created for the latest attempt of a Run. The Run is resolved through the entered Namespace and Workspace. The session then uses the attempt’s authoritative Workload target and actual Subnet.

Usage

Flags

idyl run stop

Stop a workspace run

Usage

Flags