mtr-cli
v1.0.5
Published
simply run your meteor application
Downloads
2
Readme
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 beeing80
ignoringhttps
)