NicolasBonduel / blip

Project facilitator for people with little time and little desire to work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blip

Project facilitator for people with little time and little desire to work

Version License

Usage

$ npm install -g @lime.it/blip
$ blip COMMAND
running command...
$ blip (-v|--version|version)
@lime.it/blip/0.2.2 win32-x64 node-v10.16.0
$ blip --help [COMMAND]
USAGE
  $ blip COMMAND
...

Commands

blip config:machine [LINKNAME]

describe the command here

USAGE
  $ blip config:machine [LINKNAME]

OPTIONS
  -h, --help  show CLI help
  --id=id     index of the desired machine

See code: src\commands\config\machine.ts

blip destroy

describe the command here

USAGE
  $ blip destroy

OPTIONS
  -h, --help  show CLI help

See code: src\commands\destroy.ts

blip down [LINKNAME]

describe the command here

USAGE
  $ blip down [LINKNAME]

OPTIONS
  -h, --help  show CLI help

See code: src\commands\down.ts

blip env [LINKNAME]

describe the command here

USAGE
  $ blip env [LINKNAME]

OPTIONS
  -h, --help     show CLI help
  --shell=shell  [default: bash]

See code: src\commands\env.ts

blip help [COMMAND]

display help for blip

USAGE
  $ blip help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

blip link [LINKNAME]

describe the command here

USAGE
  $ blip link [LINKNAME]

OPTIONS
  -h, --help  show CLI help

See code: src\commands\link.ts

blip ls

describe the command here

USAGE
  $ blip ls

OPTIONS
  -h, --help  show CLI help

See code: src\commands\ls.ts

blip new [PROJECTNAME]

describe the command here

USAGE
  $ blip new [PROJECTNAME]

OPTIONS
  -h, --help                 show CLI help
  --localmirror              Use local docker registry mirror
  --machinename=machinename  Docker machine name for the project
  --mirror=mirror            Use docker registry mirror

See code: src\commands\new.ts

blip registry:down

describe the command here

USAGE
  $ blip registry:down

OPTIONS
  -h, --help  show CLI help

See code: src\commands\registry\down.ts

blip registry:init

describe the command here

USAGE
  $ blip registry:init

OPTIONS
  -h, --help  show CLI help

See code: src\commands\registry\init.ts

blip registry:remove

describe the command here

USAGE
  $ blip registry:remove

OPTIONS
  -h, --help  show CLI help

See code: src\commands\registry\remove.ts

blip registry:up

describe the command here

USAGE
  $ blip registry:up

OPTIONS
  -h, --help  show CLI help

See code: src\commands\registry\up.ts

blip unlink [LINKNAME]

describe the command here

USAGE
  $ blip unlink [LINKNAME]

OPTIONS
  -h, --help  show CLI help

See code: src\commands\unlink.ts

blip up [LINKNAME]

describe the command here

USAGE
  $ blip up [LINKNAME]

OPTIONS
  -h, --help  show CLI help

See code: src\commands\up.ts

About

Project facilitator for people with little time and little desire to work

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 99.6%Language:JavaScript 0.3%Language:Batchfile 0.1%