- Configures realm endpoints (identity, global API, meta)
- Saves realm configuration to ~/.idyl/realms/{realm}/realm.yaml
- Does NOT authenticate - use ‘idyl login’ for that
Usage
Flags
| Flag | Description |
|---|---|
--globalapi-url <string> | Override global API URL (accounts, orgs, IAM) |
--identity-url <string> | Override identity service URL |
--localhost | Use localhost endpoints |
--meta-url <string> | Override meta service URL (subnet discovery) |
--realm <string> | Realm to initialize (required unless —localhost) |
Inherited flags
| Flag | Description |
|---|---|
-a <string>, --account-id <string> | Account ID to use (overrides context) |
-c <string>, --context <string> | Use specific context |
--homedir <string> | Override config directory (default: ~/.idyl) |
-n <string>, --namespace <string> | Namespace to use |
-o <string>, --output <string> | Output format (json|yaml) |
-p <string>, --profile <string> | Override profile |
--subnet <string> | Override context subnet for this command |

