idyl init
Initialize the IDYL CLI for a realm
Configure the CLI for an IDYL realm without authenticating.
This command configures the realm endpoints (identity, global API, meta) and
saves the realm configuration to <idyl-home>/realms/<realm>/realm.yaml. It does
not authenticate; run ‘idyl login’ to sign in.
For CI environments, initialize the realm and provide a service account token
through the environment:
idyl init —realm idyl.network
export IDYL_TOKEN=<service-account-token>
export IDYL_ACCOUNT=<account-id>
idyl deploy myapp:latest —name myapp —subnet <subnet>
For interactive use, prefer ‘idyl login’, which includes init.

