cli command statehub register with install

This commit is contained in:
2026-06-05 13:09:25 +02:00
parent 1d986748a1
commit 3663bac6f7
6 changed files with 1062 additions and 3 deletions

View File

@@ -26,7 +26,9 @@ dashboard-check: dashboard-install
install-cli: install
mkdir -p ~/.local/bin
ln -sf "$(shell pwd)/.venv/bin/custodian" ~/.local/bin/custodian
ln -sf "$(shell pwd)/.venv/bin/statehub" ~/.local/bin/statehub
@echo "Installed: custodian → $$(readlink -f ~/.local/bin/custodian)"
@echo "Installed: statehub → $$(readlink -f ~/.local/bin/statehub)"
@echo "Make sure ~/.local/bin is on your PATH:"
@echo " echo 'export PATH=\"\$$HOME/.local/bin:\$$PATH\"' >> ~/.bashrc && source ~/.bashrc"