lumper
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

lumper

A tool for working with docker.

oclif Version Downloads/week License

Usage

$ npm install -g lumper
$ lumper COMMAND
running command...
$ lumper (-v|--version|version)
lumper/0.0.0 darwin-x64 node-v8.12.0
$ lumper --help [COMMAND]
USAGE
  $ lumper COMMAND
...

Commands

lumper [FILE]

describe the command here

USAGE
  $ lumper [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ lumper hello
  hello world from ./src/hello.ts!

See code: src/commands/index.ts

lumper help [COMMAND]

display help for lumper

USAGE
  $ lumper help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

lumper ps

Run docker ps in against remote docker host and easily filter results

USAGE
  $ lumper ps

OPTIONS
  -c, --copy         Copy ID to clipboard
  -e, --env=env      Docker Environment Name -- Eg. prod, np
  -q, --query=query  Initial query to filter against before prompt

See code: src/commands/ps.ts

lumper service-env

Pluck docker service environment variable from remote host

USAGE
  $ lumper service-env

OPTIONS
  -c, --copy         Copy ID to clipboard
  -e, --env=env      Docker Environment Name -- Eg. prod, np
  -q, --query=query  Initial query to filter before prompt

See code: src/commands/service-env.ts

lumper service-ls

Docker service ls with interactive filtering

USAGE
  $ lumper service-ls

OPTIONS
  -c, --copy         Copy ID to clipboard
  -e, --env=env      Docker Environment Name -- Eg. prod, np
  -q, --query=query  Initial query to filter before prompt

See code: src/commands/service-ls.ts

lumper setup-environment [ENV]

describe the command here

USAGE
  $ lumper setup-environment [ENV]

OPTIONS
  -h, --help               show CLI help
  -p, --password=password
  -u, --username=username

See code: src/commands/setup-environment.ts

Readme

Keywords

Package Sidebar

Install

npm i lumper

Weekly Downloads

1

Version

0.0.0

License

MIT

Unpacked Size

30.4 kB

Total Files

50

Last publish

Collaborators

  • paulsevere