Skip to main content
The CLI uses a context to decide which account, profile, Namespace, optional Workspace, and Subnet a command applies to. Use idyl whoami to inspect the active context:

Update saved context values

Set default values when you want future commands to use the same namespace or subnet:
Only the values supplied by flags are changed.

Enter a Namespace or Workspace

Use a Namespace address for direct Workload and application-resource commands:
Use a Namespace and Workspace address for Workspace-local file and Run commands:
Run idyl use with no address to print the entered scope. Entering a different Namespace clears any entered Workspace unless the new address also names one.

Override context for one command

Many commands accept context flags. Use them when one command should run against a different account, Namespace, Workspace, Subnet, or saved context without changing saved values. Example:

Use a different configuration directory

Use --homedir when you need a command to read configuration from a different IDYL directory:
By default, the CLI uses the platform configuration directory, such as ~/.config/idyl on Linux.