Skip to Content
ReferenceCLI ReferenceOverview

CLI Overview

Command reference for the Myco CLI.

Installation

curl -fsSL https://api.myco.com/cli/install | bash

Global flags

These flags work with any command:

FlagTypeDefaultDescription
--cwdstringCurrent directoryWorkspace directory
--api-urlstringhttps://api.myco.comAPI base URL (for testing)

Command groups

CommandDescription
myco authAuthentication (login, logout)
myco appApp management (create, deploy, list)
myco entityEntity management (create, update, typegen)
myco skillsSkill deployment
myco toolkitDiscover available toolkits and tools

Getting help

myco --help # List all commands myco <command> --help # Help for a specific command myco --version # Show version

The CLI is myco, not npx myco. It’s installed as a standalone binary.