CLI Overview
Command reference for the Myco CLI.
Installation
curl -fsSL https://api.myco.com/cli/install | bashGlobal flags
These flags work with any command:
| Flag | Type | Default | Description |
|---|---|---|---|
--cwd | string | Current directory | Workspace directory |
--api-url | string | https://api.myco.com | API base URL (for testing) |
Command groups
| Command | Description |
|---|---|
myco auth | Authentication (login, logout) |
myco app | App management (create, deploy, list) |
myco entity | Entity management (create, update, typegen) |
myco skills | Skill deployment |
myco toolkit | Discover available toolkits and tools |
Getting help
myco --help # List all commands
myco <command> --help # Help for a specific command
myco --version # Show versionThe CLI is myco, not npx myco. It’s installed as a standalone binary.