Use Command (zeysdk use)
Switch between different ZeyOS instances.
zeysdk use [instance] [options]
Parameters
| Parameter | Description | Required | Example |
|---|---|---|---|
instance | Instance to switch to | ❌ | myinstance |
Options
| Option | Description | Default |
|---|---|---|
--verbose | Show detailed output | false |
Examples
# Switch to specific instance
zeysdk use myinstance
# Output: Switched to instance 'myinstance'
# Interactive instance selection
zeysdk use
# Output: Select instance to use:
# > instance1
# > instance2