Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ionic --help does not document --dev-logger-port #1819

Closed
tomsun opened this issue Dec 29, 2016 · 1 comment
Closed

ionic --help does not document --dev-logger-port #1819

tomsun opened this issue Dec 29, 2016 · 1 comment

Comments

@tomsun
Copy link

tomsun commented Dec 29, 2016

ionic --help does not document --dev-logger-port , a parameter implemented by ionic-app-scripts which is useful to know about when running multiple ionic projects at once ( #1678 ) or when otherwise desired to manage ports explictly ( ionic-team/ionic-app-scripts#599 (comment) ).

The parameter seems to behave as desired, i.e. probably just a documentation shortcoming?

$ ionic serve serve --port 7812 --livereload-port 7813 --dev-logger-port 7814
npm info it worked if it ends with ok
npm info using [email protected]
npm info using [email protected]
npm info lifecycle ionic-hello-world@~preionic:serve: ionic-hello-world@
npm info lifecycle ionic-hello-world@~ionic:serve: ionic-hello-world@

> ionic-hello-world@ ionic:serve /opt/ionic-iris-playback-example/example
> ionic-app-scripts serve "--dev-logger-port" "7814" "--v2" "--port" "7812" "--livereload-port" "7813" "--address" "0.0.0.0"
...
@imhoffd
Copy link
Contributor

imhoffd commented Jul 12, 2018

It should be documented now. I also just made an app-scripts release which works well with the latest Ionic CLI to choose a different dev-logger port. Thanks!

@imhoffd imhoffd closed this as completed Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants