Skip to main content
Most IDYL CLI commands follow this shape:
idyl <command> [resource] [name] [flags]
Use command help when you need the syntax available in your installed CLI version:
idyl --help
idyl get --help
idyl subnet --help

Command families

FamilyUse
Authentication and contextLog in, inspect identity, and change saved context values.
WorkloadsDeploy, create, update, inspect, scale, and delete workload resources.
SubnetsCreate, inspect, update, approve, and delete subnets.
AdmissionManage deploy access and provider access for subnets.
NodesInspect nodes connected to a subnet.
FleetsGroup provider capacity and manage fleet membership.

Notation

NotationMeaning
<value>Required value.
[value]Optional value.
[flags]Optional flags accepted by the command.
-n, --namespaceShort and long forms of the same flag.
KEY=VALUELiteral key-value format.

Output

Commands that support structured output use -o or --output. Supported formats vary by command. Use the command reference for the exact formats supported by each command.