Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 497 Bytes

File metadata and controls

45 lines (25 loc) · 497 Bytes

boxcar

Containerizing all the things

Status

Early alpha.

API is subject to rapid and dramatic change.

Getting Started

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.

Debugging

Enable debug logs by specifying a loglevel flag

./bin/boxcar -L debug start

CLI

The cli attempts to be self documenting

boxcar --help