1.0.5 • Published 5 years ago

mtr-cli v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

mtr-cli

CLI tool to simply run your meteor application.

Usage

mtr-cli [-h] [-v] [-e ENV] [-s SETTINGS] [-d] [-t] [-p PORT]

Parameters

  • -h: Show Help
  • -v: Show Version
  • -e --env: Explicitly specify .env-file to use (default: projectRoot/.env)
  • -s --settings: Explicitly specify meteor settings-file to use (default: projectRoot/settings.json (if it exists))
  • -d --debug: Activate node debugger (adds --inspect=0.0.0.0 to command)
  • -t --trace: Display all environment variables.
  • -p --port: Specify the port to use.

Good to know

Ports

3 Sources can specify the port. They are checked in the following priority:

  • the --port flag
  • the PORT environment variable
  • the port in the ROOT_URL environment variable (default beeing 80 ignoring https)
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.0

5 years ago