Enso Deploy banner
Proxy2021 Proxy2021

Enso Deploy

DevOps community

Description

Merge, build, commit, push, update docs if needed, and restart all Enso services. > **⛔ If you are running inside the Enso gateway** (spawned via the Enso mobile/web client for bug fixing, auto-repair, or debug reporter) — do NOT run this command. Restarting the gateway kills your own session. Just fix the code and stop. ## Steps 1. **Merge worktree to main**: If we're on a worktree branch (not `main`), merge the current branch into `main` using `git merge <branch> --no-edit` from the main re

Installation

Installs to ~/.claude/commands/proxy2021-enso-enso-deploy.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Proxy2021/Enso/HEAD/.claude/commands/enso-deploy.md -o ~/.claude/commands/proxy2021-enso-enso-deploy.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository