Marketplace

/togo:deploy

Skill

Provision infra and deploy the togo app (Terraform).

Use it in Claude Code

bash
/togo:deploy [init <provider> | plan | apply]

Install the skill

bash
togo install skill:deploy

Drive togo deployment:

  • togo infra:init $1 — scaffold a per-app infra repo (Terraform) for the chosen provider
  • togo infra:plan / togo infra:apply — preview / apply infrastructure
  • togo deploy — build the single binary + deploy

Run the step matching $ARGUMENTS. Never hard-code connections/URLs — they come from togo.yaml + .env.

A skill from the togo Claude Code plugin — or get the whole set with togo install claude.