bootme-cli
Tool to run Bootme Tasks from the console
Usage
Usage: cli [options] Command line
Features
- Load the pipeline definition from JSON file
- Load the pipeline definition from JS file (Hooks can be defined)
- Load Project template based on NPM package
- Provide an interactive cli wizard
- Notify at startup about new version
- Rollback on SIGTERM Signal
- Restore a pipeline
- Load single Task with JSON configuration or pass JSON in form of a quick JSON format.
Examples
// Load config from a JS file
bootme -c ./example/.bootme.js
// Load config from a JSON file
bootme -c ./example/.bootme.json
// Load from a NPM package
bootme -t bootme-projectx
// Load a single task with quick JSON syntax
bootme --task request -C url:http://www.google.de,contentType:text
// Run BootMe without to polutte the workspace
npx bootme-cli -h
// Run specific version of BootMe
npx bootme-cli@0.0.6 -h