Experimental js cli for managing my local development environment
You can either download the latest release from the releases tab, or install the repo via npm.
$ npm install -g https://github.com/ndom91/rakun.jsOnce installed, the cli can be used via the common pattern of rakun [FLAGS] [ACTION], like the following examples.
$ rakun --help
$ rakun restart
$ rakun -m -h ndo-docker statusTip: After building the project, run
npm linkin the root of the repo to link therakunbinary to a directory in your systems$PATHso you can use the commandrakunanywhere.
FLAGS:
-m [BOOL] use docker-machine
-h [STRING] docker-machine hostname
-cd checkly directory
ACTIONS:
help, -h display this help output
status, -s show current status of tmux window and containers
start start all development processes
frontend, -f start frontend only
backend, -b start backend only
containers, -c start containers only
datapipeline, -d start data-pipeline only
restart restart running development processes
frontend, -f restart frontend only
backend, -b restart backend only
containers, -c restart containers only
datapipeline, -d restart data-pipeline only
stop stop and kill any running processes
frontend, -f stop frontend only
backend, -b stop backend only
containers, -c stop containers only
datapipeline, -d stop data-pipeline only
clean ensure no development processes or containers are left runningPlease stick to any formatting settings and if you have question or comments you can open an issue here.
MIT