0.1.11 • Published 5 years ago

uscs v0.1.11

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

uscs

CLI for management docker based microservices apps

oclif Version Codecov Downloads/week License

Usage

$ npm install -g uscs
$ uscs COMMAND
running command...
$ uscs (-v|--version|version)
uscs/0.1.11 darwin-x64 node-v10.15.3
$ uscs --help [COMMAND]
USAGE
  $ uscs COMMAND
...

Commands

uscs containers ACTION

Manage containers

USAGE
  $ uscs containers ACTION

ARGUMENTS
  ACTION  (start|restart|rebuild) What you want to do with containers?

See code: src/commands/containers.ts

uscs help [COMMAND]

display help for uscs

USAGE
  $ uscs help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

uscs init

Initialize project

USAGE
  $ uscs init

See code: src/commands/init.ts

uscs mysql

Clone mysql database from remote

USAGE
  $ uscs mysql

See code: src/commands/mysql.ts

uscs run COMMAND_NAME

Run commands for services

USAGE
  $ uscs run COMMAND_NAME

ARGUMENTS
  COMMAND_NAME  Command name from config

See code: src/commands/run.ts

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago