description

This is a module for organizing.

on

session 1

docker compose up -d; docker exec -it prosthetic.1 bash -c "bash" . /habitat/_controls/build_1.sh

session 2

docker exec -it prosthetic.1 bash -c "bash" . /habitat/_controls/build_2.sh

off

docker container stop prosthetic.1; docker container remove prosthetic.1

constellation

tmux? (cd /habitat/constellations && prosthetic_1 ventures on) (cd /habitat/parties/prosthetic/frontiers/trends/sveltenetics && bun run dev) [mongo] 192.168.0.98:39000 [sanic] 192.168.0.98:22000

monetary

objectives: [ ] export the "passes", dump the "squeezes"

saving

prosthetic_1 adventures monetary saves export --version 1

loading

prosthetic_1 adventures monetary saves import --version 1 --drop

publish

(cd /habitat/parties/prosthetic/frontiers/trends/sveltenetics && bun run build) ls /habitat/parties/prosthetic/frontiers/trends/sveltenetics/build (cd /habitat/constellations && prosthetic_1 ventures off) python3 /habitat/parties/prosthetic/_status/status.proc.py (cd /habitat && rm -rf dist && poetry build --format sdist --verbose && chmod -R 777 /habitat && du -sh /habitat/dist) poetry publish --verbose; chmod -R 777 /habitat