Zum Hauptinhalt springen

Use Command

Switch between different ZeyOS instances.

Bash
zeysdk use [instance] [options]

Parameters

ParameterDescriptionRequiredExample
instanceInstance to switch toNomyinstance

Options

OptionDescriptionDefault
--verboseShow detailed outputfalse

Examples

Bash
# Switch to specific instance
zeysdk use myinstance
# Output: Switched to instance 'myinstance'

# Interactive instance selection
zeysdk use
# Output: Select instance to use:
# > instance1
# > instance2