Containerizing all the things
Early alpha.
API is subject to rapid and dramatic change.
To fire up the server use
npm run start
Or to run commands via the cli use boxcar
directly
./bin/boxcar --version
You may have to run all commands using sudo
.
Enable debug logs by specifying a loglevel flag
./bin/boxcar -L debug start
The cli attempts to be self documenting
boxcar --help