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
idyl [flags]
Global flags
| Flag | Description |
|---|---|
-a <string>, --account-id <string> | Account ID to use, overriding the current context. |
-c <string>, --context <string> | Use the named context for this command. |
-h, --help | Show help for a command. |
--homedir <string> | Override the configuration directory. Defaults to ~/.config/idyl. |
-n <string>, --namespace <string> | Namespace to use for this command. |
-o <string>, --output <string> | Output format (json|yaml). |
-p <string>, --profile <string> | Override the access profile for this command. |
--realm <string> | Override the realm for this command. |
--subnet <string> | Override the context subnet for this command. |
Commands
Deploy
| Command | Description |
|---|---|
idyl apply | Apply resource manifests from a file |
idyl deploy | Deploy an application from the command line |
idyl run | Run a standalone pod for debugging or testing |
Manage Workloads
| Command | Description |
|---|---|
idyl create | Create a resource |
idyl delete | Delete resources |
idyl edit | Edit a resource |
idyl get | List and inspect resources |
idyl scale | Change the replica count of a workload |
idyl trigger | Manually trigger a resource |
idyl wait | Wait for a workload resource condition |
Debug
| Command | Description |
|---|---|
idyl exec | Run a command in a workload container |
idyl logs | Show logs from a workload container |
idyl shell | Open an interactive shell in a workload container |
Infrastructure
| Command | Description |
|---|---|
idyl fleet | Manage provider fleets |
idyl node | Manage nodes |
idyl region | View and manage regions |
idyl subnet | Manage subnets |
Account & Access
| Command | Description |
|---|---|
idyl account | Manage your account |
idyl iam | Manage identity and access |
idyl namespace | Manage namespaces in your account |
idyl org | Manage organizations |
Auth & Context
| Command | Description |
|---|---|
idyl context | Manage saved contexts |
idyl init | Initialize the IDYL CLI for a realm |
idyl login | Authenticate with IDYL |
idyl logout | Log out from IDYL |
idyl profile | View your access profiles |
idyl signup | Create a new IDYL account |
idyl use | Switch to a different context |
idyl whoami | Show current identity and context |
System
| Command | Description |
|---|---|
idyl update | Check for CLI updates |
idyl version | Print version information |

