cli command statehub register with install
This commit is contained in:
parent
1d986748a1
commit
3663bac6f7
6 changed files with 1062 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue