Skip to content

setup

usage: cox setup [-h] [--profile PROFILE] {doctor,install} ...

Does this machine's profile actually work.

positional arguments:
  {doctor,install}
    doctor           check this machine's profile against what it needs
    install          clone components and write a profile for this machine

options:
  -h, --help         show this help message and exit
  --profile PROFILE

examples:
  cox setup doctor --profile PATH
  cox setup install --root PATH --team NAME --workspace PATH

doctor

usage: cox setup doctor [-h] [--profile PROFILE] [--repo REPO] [--json]

options:
  -h, --help         show this help message and exit
  --profile PROFILE
  --repo REPO        target repo to check for a .agent/cartridge.yaml overlay
                     (default: cwd)
  --json

install

usage: cox setup install [-h] --root ROOT --team TEAM --workspace WORKSPACE
                         [--provider-profile PROVIDER_PROFILE]
                         [--skills-root SKILLS_ROOT] [--assume {a,r}]
                         [--plugins] [--hook] [--force-profile] [--dry-run]

options:
  -h, --help            show this help message and exit
  --root ROOT
  --team TEAM
  --workspace WORKSPACE
  --provider-profile PROVIDER_PROFILE
  --skills-root SKILLS_ROOT
  --assume {a,r}
  --plugins
  --hook
  --force-profile
  --dry-run