0.0.21 • Published 7 years ago
@daniellacosse/accounting-cli v0.0.21
accounting cli 🤓 
commands
You'll be prompted for a trello key - generate one here
NOTE: If
makedoesn't work, trybrew bundle.
default : run the cli
make CMD=<your:command>trello:rollup:: count up the number of recent cards by labeltrello:reset:: delete all recent cards and create new ones based on the templates inconfigfile:checkup:: copy a "checkup" template, open relevant resources for filling the templatefile:accounting:: copy an "accounting" template, open relevant resources for filling the template
branch : start a new branch
make branch NAME=<your-branch>lint : run the linter
make linttest : run the unit tests
make testwatch : run the tests as you edit code
make watchcoverage : check if we have sufficient test coverage
make coverageci : debug a continuous integration job locally
make ci JOB=<your-circle-job>JOB options
buildlisttestcoveragerelease_patch- ⚠️ runsmake release!this won't work w/o an SSH key.
⚠️ release! : publishes a release!!! BE CAREFUL
make release!⚠️ flush-*! : clears out generated files!! BE CAREFUL
make flush-all!flush-deps!- clears out dependency locks. forces all your dependencies to reinstall.flush-build!- clears the build. forces the api to rebuildflush-docs!- destroys all the docs so they can be rebuiltflush-ci!- destroys the local ci configflush-coverage!- deletes the last coverage reportflush-tmp!- clears out everything but the docsflush-all!- clears all generated files