Usage
Aliases
contextsctx
Commands
| Command | Description |
|---|---|
idyl context create | Create a new context |
idyl context delete | Delete a context |
idyl context edit | Edit a context |
idyl context get | Get context details or list all contexts |
idyl context show | Show current context |
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 context create
Create a new context by selecting an account and profile.
A context stores all the configuration needed to interact with an Idyl realm,
including identity, account, profile, namespace, and subnet settings.
When run without arguments, the command enters interactive mode and prompts you
to select an account and profile from available options.
Usage
Flags
| Flag | Description |
|---|---|
--account-id <string> | Account ID (12-digit public ID) |
--namespace <string> | Namespace Default: default. |
--profile <string> | Access profile name |
--subnet <string> | Subnet for workload placement |
--use | Set as current context after creation |
Examples
idyl context delete
Delete a context by name.
By default, the current context cannot be deleted. Use —force to override.
Usage
Aliases
rm
Flags
| Flag | Description |
|---|---|
--force | Force delete even if current context |
Examples
idyl context edit
Edit settings on the current context, or a specific context with —context.
Only the specified flags are updated; other settings remain unchanged.
Usage
Flags
| Flag | Description |
|---|---|
--set-namespace <string> | Set the namespace |
--set-subnet <string> | Set the subnet |
Examples
idyl context get
Get details of a specific context, or list all saved contexts.
With no arguments, lists all contexts.
With a name argument, shows details of that specific context.
Usage
Aliases
listls

