idyl init
Initialize the IDYL CLI for a Network
Configure the CLI for an IDYL Network without authenticating.
This command configures the Network endpoints (identity, global API, meta) and
saves the Network configuration to <idyl-home>/networks/<network-domain>/network.yaml. It does
not authenticate; run ‘idyl login’ to sign in.
For CI environments, initialize the Network and provide a service account token
through the environment:
idyl init —network 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.

