client/container: usage help updates

This commit is contained in:
2025-10-23 12:12:05 -07:00
parent 9bc6be3a49
commit 0266157abe
6 changed files with 30 additions and 30 deletions

View File

@@ -60,26 +60,26 @@ function main()
Environment (all platforms):
gen \e[34;3mGenerate docker-finance environment\e[0m
gen \e[34;3mGenerate client/container environment\e[0m
edit \e[34;3mEdit existing client-side configurations\e[0m
All platforms:
build \e[34;3mBuild a new docker-finance image\e[0m
update \e[34;3mUpdate an existing docker-finance image\e[0m
backup \e[34;3mBackup existing instance image\e[0m
rm \e[34;3mRemove image, remove network (also stops container, if running)\e[0m
backup \e[34;3mBackup existing docker-finance image\e[0m
rm \e[34;3mRemove docker-finance image and network\e[0m
up \e[34;3mCreate network, bring up unique container, open shell\e[0m
down \e[34;3mStop and remove container, remove network\e[0m
start \e[34;3mStart existing container\e[0m
stop \e[34;3mStop running container\e[0m
up \e[34;3mBring up docker-finance services, open shell\e[0m
down \e[34;3mBring down docker-finance services, remove network\e[0m
start \e[34;3mStart existing docker-finance container\e[0m
stop \e[34;3mStop running docker-finance container\e[0m
run \e[34;3mSpawn a container with given command (container removed on exit)\e[0m
shell \e[34;3mOpen shell into running container\e[0m
run \e[34;3mSpawn docker-finance container with given command (container removed on exit)\e[0m
shell \e[34;3mOpen shell into running docker-finance container\e[0m
plugins \e[34;3mExecute given plugin available in plugins' path\e[0m
version \e[34;3mPrint current version of 'docker-finance' and its dependencies\e[0m
plugins \e[34;3mExecute a client-side categorical docker-finance plugin ('repo' or 'custom')\e[0m
version \e[34;3mPrint current version of docker-finance and its dependencies\e[0m
Dev-tools platform: