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

Application Parameters #4

Open
wpsmithtwc opened this issue Oct 11, 2016 · 5 comments
Open

Application Parameters #4

wpsmithtwc opened this issue Oct 11, 2016 · 5 comments

Comments

@wpsmithtwc
Copy link

How do I pass my GO binary parameters in this process manager?

@MateusDantas
Copy link
Contributor

You can use --args=ARGS which will take an array of arguments that will be passed to the binary.

I will improve the README to make it easier for someone to use APM. Do you think that would help people with their doubts in the future? Or do you have any other suggestions?

@wpsmithtwc
Copy link
Author

So, by array of args do you mean something like this:
--args="-param 10 --paramLong five --paramLongNoVal"

@wpsmithtwc
Copy link
Author

Obviously the more thorough the documentation, the examples, and use cases it has, the more likely it is to be used.

@MateusDantas
Copy link
Contributor

It works by accumulating arguments. Example:
--args="--param=10" --args="--paramLong five" --args=--paramLongNoVal

I will get on with it and improve the documentation by adding more examples and use cases.

Does this answer your questions?

Thanks for the feedback!

@MateusDantas
Copy link
Contributor

The issue with the documentation is being tracked on #7

We can close this one so we don't have duplicates.

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