Skip to main content
Use idyl get to inspect workloads and runtime state.

List resources

idyl get all
Include pods:
idyl get all --pods

Inspect deployments

idyl get deployment
idyl get deployment web
idyl get deployment --watch

Inspect pods

idyl get pod
idyl get pod --watch
idyl get pod --all
--all includes terminated pods.

Structured output

Use JSON or YAML when a script needs the result:
idyl get deployment web -o json
idyl get pod -o yaml

Scope

Use --namespace and --subnet to inspect a specific target:
idyl get deployment --namespace production --subnet <subnet>