Adds commander CLI, improve remote deployments#58
Conversation
- Adds support for --config, --port --allowInsecureHTTP - Adds support for PARSE_DASHBOARD_ALLOW_INSECURE_HTTP - Adds npm start script for easy deployments
|
By analyzing the blame information on this pull request, we identified @drew-gross, @mnoble and @hallucinogen to be potential reviewers. |
|
nice! could we not reuse the |
|
not really as we 'demonize' with & and watch for changes. that breaks the passed command line arguments as they get passed to web pack :( The ideal scenario would be to have the built dashboard, and just do |
|
:( lgtm. We're still referencing |
|
I've updated the README to reference it for 'deployments'. |
Adds commander CLI, improve remote deployments
|
@flovilmart |
|
yeah but it don't build a production version in dist/ with the minified that I would use for I could add this to web pack so when we run |
|
Yeah feel free to modify it. I think |
|
Good! so |
fixes #54