- deployments (deploy)
- replicasets (rs)
- pods (pod)
- jobs (job)
- sandboxes (sandbox)
- cronjobs (cj)
Usage
Aliases
listls
Commands
| Command | Description |
|---|---|
idyl get all | Get all workloads (deployments, replicasets, jobs, cronjobs, and optionally pods) |
idyl get cronjob | Get cronjob details |
idyl get deployment | Get deployment details |
idyl get job | Get job details |
idyl get pod | Get pod details |
idyl get replicaset | Get replicaset details |
idyl get sandbox | List or inspect Sandboxes |
Inherited flags
| Flag | Description |
|---|---|
-a <string>, --account-id <string> | Account ID to use (overrides context) |
-c <string>, --context <string> | Use specific context |
--homedir <string> | Override config directory (default: ~/.idyl) |
-n <string>, --namespace <string> | Namespace to use |
-o <string>, --output <string> | Output format (json|yaml) |
-p <string>, --profile <string> | Override profile |
--realm <string> | Override realm |
--subnet <string> | Override context subnet for this command |
Examples
Subcommand reference
idyl get all
Get all workloads in the current namespace.
Shows deployments, replicasets, jobs, and cronjobs by default.
Use —pods flag to also include active and failed pods (limited to 100 max).
Usage
Flags
| Flag | Description |
|---|---|
--limit <int> | Maximum number of items to list per resource type Default: 20. |
-n <string>, --namespace <string> | Namespace name (overrides context) |
--offset <int> | Number of items to skip Default: 0. |
-o <string>, --output <string> | Output format (json) |
--pods | Include active and failed pods (max 100) |
Examples
idyl get cronjob
Get cronjob details
Usage
Aliases
cronjobscj
Flags
| Flag | Description |
|---|---|
--limit <int> | Maximum number of cronjobs to list Default: 20. |
-n <string>, --namespace <string> | Namespace name (overrides context) |
--offset <int> | Number of cronjobs to skip Default: 0. |
-o <string>, --output <string> | Output format (json|yaml) |
idyl get deployment
Get deployment details
Usage
Aliases
deploymentsdeploy
Flags
| Flag | Description |
|---|---|
--limit <int> | Maximum number of deployments to list Default: 20. |
-n <string>, --namespace <string> | Namespace name (overrides context) |
--offset <int> | Number of deployments to skip Default: 0. |
-o <string>, --output <string> | Output format (json|yaml) |
-w, --watch | Watch for changes to deployments |
idyl get job
Get job details
Usage
Aliases
jobs
Flags
| Flag | Description |
|---|---|
--limit <int> | Maximum number of jobs to list Default: 20. |
-n <string>, --namespace <string> | Namespace name (overrides context) |
--offset <int> | Number of jobs to skip Default: 0. |
-o <string>, --output <string> | Output format (json|yaml) |
-w, --watch | Watch for changes to jobs |
idyl get pod
Get pod details
Usage
Aliases
pods
Flags
| Flag | Description |
|---|---|
--all | Include completed pods |
--limit <int> | Maximum number of pods to list Default: 20. |
-n <string>, --namespace <string> | Namespace name (overrides context) |
--offset <int> | Number of pods to skip Default: 0. |
-o <string>, --output <string> | Output format (json|yaml|wide) |
-w, --watch | Watch for changes to pods |
idyl get replicaset
Get replicaset details
Usage
Aliases
replicasetsrs
Flags
| Flag | Description |
|---|---|
--limit <int> | Maximum number of replicasets to list Default: 20. |
-n <string>, --namespace <string> | Namespace name (overrides context) |
--offset <int> | Number of replicasets to skip Default: 0. |
-o <string>, --output <string> | Output format (json|yaml) |
-w, --watch | Watch for changes to replicasets |
idyl get sandbox
List Sandboxes in a namespace or inspect one Sandbox by name.
Use idyl get sandboxes to list Sandboxes. Use idyl get sandbox <name> to show
details for one Sandbox, including TTL, expiry time, and the associated pod when
available. Expired Sandboxes are hidden from lists by default; use —all to
include them.
Usage
Aliases
sandboxes
Flags
| Flag | Description |
|---|---|
--all | Include expired Sandboxes |
--limit <int> | Maximum number of sandboxes to list Default: 20. |
-n <string>, --namespace <string> | Namespace name (overrides context) |
--offset <int> | Number of sandboxes to skip Default: 0. |
-o <string>, --output <string> | Output format (json|yaml) |

