Command Reference
Full list of macyou CLI commands and options.
Navigation
Command Reference
macyou deploy
Create and provision a new server.
macyou deploy [flags]
Flags:
--chip Chip type: m4, m4-pro (default: m4)
--ram RAM in GB: 16, 24, 32, 48, 64 (default: 16)
--storage Storage in GB: 256, 512, 1024, 2048 (default: 256)
--stack Pre-installed stack: ollama, mlx, comfyui, clean-macos
--billing Billing mode: hourly, daily, monthly, reserved
--name Server name (auto-generated if omitted)
--ssh-key SSH key ID to addmacyou servers list
List all servers in your account.
macyou servers list [flags]
Flags:
--status Filter by status: running, stopped, provisioning
--format Output format: table, json, yaml (default: table)macyou ssh
Open an SSH session to a server.
macyou ssh <server-name-or-id> [flags]
Flags:
--user SSH user (default: root)
--port SSH port (default: 22)