You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cli): refactor stackctl.sh to use Python wrapper and add bootstrap
Introduce run_py and check_py_cli helpers and centralize all python3 calls
through run_py. Add info/warn/die helpers and improved error messages.
Add a bootstrap command that:
- copies .env.example -> .env when missing
- installs tools/requirements.txt into active venv (warn if no venv)
- checks Docker presence and Docker Swarm state, with guidance
Also keep legacy flag mappings for deploy and ensure help is shown for
empty/unknown commands.
0 commit comments