0.0.25 • Published 6 years ago

bootme-cli v0.0.25

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

bootme-cli

Tool to run Bootme Tasks from the console

cli

Usage

  Usage: cli [options]

  Command line for BootMe©


  Options:

    -V, --version          output the version number
    -c, --config <path>    path to config
    -t, --template [name]  name of your Template
    -r, --restore          restore a pipeline
    -d, --debug            enable debug mode
    -r, --runner [name]    the runner
    -w, --wizard           start interactive cli mode
    -T, --task <name>      execute a single Task
    -c, --config <path>    path to config
    -C, --quick <json>     config as quick JSON syntax
    -h, --help             output usage information

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
0.0.25

6 years ago

0.0.24

6 years ago

0.0.23

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago