Usage
Aliases
accountsacc
Commands
| Command | Description |
|---|---|
idyl account delete | Delete an account |
idyl account edit | Edit an account |
idyl account get | Get account details or list accessible accounts |
idyl account show | Show current account details |
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 account delete
Delete an account by ID.
This action is irreversible and will remove the account and all associated
resources including namespaces, deployments, and other resources.
You will be prompted for confirmation unless the —yes flag is provided.
Usage
Flags
| Flag | Description |
|---|---|
-y, --yes | Skip confirmation prompts |
Examples
idyl account edit
Edit account settings.
Only the specified flags are updated; other settings remain unchanged.
Usage
Flags
| Flag | Description |
|---|---|
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |
--set-name <string> | Set the account display name |
Examples
idyl account get
Get details of a specific account, or list all accessible accounts.
With no arguments, lists all accounts the current identity can access.
With an argument, gets details of that account by ID.
Usage
Aliases
listls
Flags
| Flag | Description |
|---|---|
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |
Examples
idyl account show
Show details of the current account from the active context.
Usage
Flags
| Flag | Description |
|---|---|
-o <string>, --output <string> | Output format: table, json, yaml Default: table. |

