mtr-cli
v1.0.5
Published
simply run your meteor application
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.0to 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
--portflag - the
PORTenvironment variable - the port in the
ROOT_URLenvironment variable (default beeing80ignoringhttps)
