Zum Hauptinhalt springen

Use Command (zeysdk use)

Switch between different ZeyOS instances.

zeysdk use [instance] [options]

Parameters

ParameterDescriptionRequiredExample
instanceInstance to switch tomyinstance

Options

OptionDescriptionDefault
--verboseShow detailed outputfalse

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