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

List resources

Include pods:

Inspect deployments

Inspect pods

--all includes terminated pods.

Structured output

Use JSON or YAML when a script needs the result:

Scope

Use --namespace and --subnet to inspect a specific target:

List across every namespace

Add -A or --all-namespaces to any listing to see every namespace in the account you can list. The table gains a NAMESPACE column, so the same name in two namespaces shows as two rows:
-A is a listing scope. A named read such as idyl get pod web -A is rejected because the same name may exist in more than one namespace: name the namespace with --namespace instead. --namespace and --workspace cannot be combined with -A, and --limit/--offset page the combined account-wide result.