Notation
| Notation | Meaning |
|---|---|
<value> | Required value. |
[value] | Optional value. |
[flags] | Optional flags accepted by the command. |
-n, --namespace | Short and long forms of the same flag. |
KEY=VALUE | Literal key-value format. |
Usage
Global 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 |
Commands
Authentication
| Command | Description |
|---|---|
idyl init | Initialize Idyl CLI for a realm |
idyl login | Authenticate with Idyl |
idyl logout | Log out from Idyl |
idyl signup | Create a new Idyl account |
Session
| Command | Description |
|---|---|
idyl context | Manage saved contexts |
idyl profile | View your access profiles |
idyl update | Check for CLI updates |
idyl use | Switch to a different context |
idyl whoami | Show current identity and context |
Deploy
| Command | Description |
|---|---|
idyl apply | Apply workload manifests from a file |
idyl deploy | Quickly deploy an application |
idyl run | Quickly run a standalone pod for debugging/testing |
Workloads
| Command | Description |
|---|---|
idyl create | Create a workload resource |
idyl delete | Delete workload resources |
idyl edit | Edit a resource |
idyl get | Display one or many workload resources |
idyl scale | Set a new size for a resource |
idyl trigger | Manually trigger a resource |
idyl wait | Wait for a workload resource condition |
Network
| Command | Description |
|---|---|
idyl fleet | Manage provider fleets |
idyl node | Manage nodes |
idyl region | View and manage regions |
idyl sname | Manage subnet names |
idyl subnet | Manage subnets |
Organization
| Command | Description |
|---|---|
idyl account | Manage your account |
idyl namespace | Manage namespaces in your account |
idyl org | Manage organizations |
Access Control
| Command | Description |
|---|---|
idyl iam | Manage identity and access |
Other
| Command | Description |
|---|---|
idyl version | Print version information |

