- deployment
- replicaset
- pod
- job
- cronjob
Usage
Commands
| Command | Description |
|---|---|
idyl edit cronjob | Edit a cronjob |
idyl edit deployment | Edit a deployment |
idyl edit job | Edit a job |
idyl edit pod | Edit a pod |
idyl edit replicaset | Edit a replicaset |
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 edit cronjob
Edit a cronjob
Usage
Aliases
cronjobscj
Flags
| Flag | Description |
|---|---|
-f <string>, --filename <string> | Required. Path to file containing cronjob definition |
-n <string>, --namespace <string> | Namespace name (overrides context) |
idyl edit deployment
Edit a deployment
Usage
Aliases
deploymentsdeploy
Flags
| Flag | Description |
|---|---|
-f <string>, --filename <string> | Required. Path to file containing deployment definition |
-n <string>, --namespace <string> | Namespace name (overrides context) |
idyl edit job
Edit a job
Usage
Aliases
jobs
Flags
| Flag | Description |
|---|---|
-f <string>, --filename <string> | Required. Path to file containing job definition |
-n <string>, --namespace <string> | Namespace name (overrides context) |
idyl edit pod
Edit a pod
Usage
Aliases
pods
Flags
| Flag | Description |
|---|---|
-f <string>, --filename <string> | Required. Path to file containing pod definition |
-n <string>, --namespace <string> | Namespace name (overrides context) |
idyl edit replicaset
Edit a replicaset
Usage
Aliases
replicasetsrs
Flags
| Flag | Description |
|---|---|
-f <string>, --filename <string> | Required. Path to file containing replicaset definition |
-n <string>, --namespace <string> | Namespace name (overrides context) |

