Skip to main content
Use these examples as starting points. Replace values in angle brackets before running a command.

Set context

idyl login
idyl whoami
idyl context edit --set-namespace <namespace>
idyl context edit --set-subnet <subnet>

Deploy and inspect a workload

idyl deploy nginx:1.25 --name web --replicas 2
idyl get deployment web
idyl get all

Scale a deployment

idyl scale deployment web --replicas 3
idyl get deployment web

Apply a manifest

idyl apply -f app.yaml

Inspect subnets and nodes

idyl subnet get
idyl subnet show
idyl node get
For task-led guidance, use Build, Operate, or Provide. For exact syntax, use the command reference.