Platform Management
The Platform Management commands help you connect to and manage ZeyOS instances.
Available Commands
| Command | Description | Usage |
|---|---|---|
link | Connect to instance | zeysdk link [instance] |
unlink | Remove instance connection | zeysdk unlink [instance] |
use | Switch active instance | zeysdk use [instance] |
whoami | Show current instance | zeysdk whoami |
Instance Management
Connection States
- Linked: Instance is configured and available
- Active: Currently selected instance
- Unlinked: Connection removed
Authentication
- Uses SDK tokens for security
- Tokens stored in system keychain
- Auto-renewal when possible
Common Workflows
Instance Setup
# Link new instance
zeysdk link my-instance
# Verify connection
zeysdk whoami
Multi-Instance Management
# Switch instances
zeysdk use prod-instance
# Check current instance
zeysdk whoami
# Remove instance
zeysdk unlink dev-instance