Project facilitator for people with little time and little desire to work
$ 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
...
blip config:machine [LINKNAME]
blip destroy
blip down [LINKNAME]
blip env [LINKNAME]
blip help [COMMAND]
blip link [LINKNAME]
blip ls
blip new [PROJECTNAME]
blip registry:down
blip registry:init
blip registry:remove
blip registry:up
blip unlink [LINKNAME]
blip up [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
describe the command here
USAGE
$ blip destroy
OPTIONS
-h, --help show CLI help
See code: src\commands\destroy.ts
describe the command here
USAGE
$ blip down [LINKNAME]
OPTIONS
-h, --help show CLI help
See code: src\commands\down.ts
describe the command here
USAGE
$ blip env [LINKNAME]
OPTIONS
-h, --help show CLI help
--shell=shell [default: bash]
See code: src\commands\env.ts
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
describe the command here
USAGE
$ blip link [LINKNAME]
OPTIONS
-h, --help show CLI help
See code: src\commands\link.ts
describe the command here
USAGE
$ blip ls
OPTIONS
-h, --help show CLI help
See code: src\commands\ls.ts
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
describe the command here
USAGE
$ blip registry:down
OPTIONS
-h, --help show CLI help
See code: src\commands\registry\down.ts
describe the command here
USAGE
$ blip registry:init
OPTIONS
-h, --help show CLI help
See code: src\commands\registry\init.ts
describe the command here
USAGE
$ blip registry:remove
OPTIONS
-h, --help show CLI help
See code: src\commands\registry\remove.ts
describe the command here
USAGE
$ blip registry:up
OPTIONS
-h, --help show CLI help
See code: src\commands\registry\up.ts
describe the command here
USAGE
$ blip unlink [LINKNAME]
OPTIONS
-h, --help show CLI help
See code: src\commands\unlink.ts
describe the command here
USAGE
$ blip up [LINKNAME]
OPTIONS
-h, --help show CLI help
See code: src\commands\up.ts