0.0.6 • Published 4 years ago

mongoapp v0.0.6

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

mongoapp

MongoDB Developer Kit

oclif Version Downloads/week License

Usage

$ npm install -g mongoapp
$ mongoapp COMMAND
running command...
$ mongoapp (-v|--version|version)
mongoapp/0.0.6 darwin-x64 node-v14.14.0
$ mongoapp --help [COMMAND]
USAGE
  $ mongoapp COMMAND
...

Commands

mongoapp app:start

Starts an existing application created with mdk.

USAGE
  $ mongoapp app:start

DESCRIPTION
  ...
  Reads the configuration from the workspace, builds the containers and starts things up.

See code: src/commands/app/start.js

mongoapp app:stop

Stops a running application created with mongoapp.

USAGE
  $ mongoapp app:stop

DESCRIPTION
  ...
  Stops and destroys the containers.

See code: src/commands/app/stop.js

mongoapp create

Create a new application that uses MongoDB as its database.

USAGE
  $ mongoapp create

OPTIONS
  -a, --appPort=appPort          App port
  -d, --destination=destination  Destination directory
  -l, --language=node            Programming language
  -m, --mdbPort=mdbPort          MongoDB port
  -n, --name=name                Name of the application to create
  --mdbVersion=4.4|4.2|4.0       MongoDB version

DESCRIPTION
  ...
  Sets up a workspace with all the configuration needed to run the application locally with Docker containers.

See code: src/commands/create.js

mongoapp hello

Describe the command here

USAGE
  $ mongoapp hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

mongoapp help [COMMAND]

display help for mongoapp

USAGE
  $ mongoapp help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help