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

Ability to add arguments for a config file #58

Closed
kelunik opened this issue Nov 5, 2015 · 3 comments
Closed

Ability to add arguments for a config file #58

kelunik opened this issue Nov 5, 2015 · 3 comments

Comments

@kelunik
Copy link
Member

kelunik commented Nov 5, 2015

Allow defining arguments that can be used in the config file, e.g.

  • bin/aerys -c config.php -- --port 80 --host localhost or,
  • bin/aerys -c config.php --args port:80 --args host:localhost
@bwoebi
Copy link
Member

bwoebi commented Nov 7, 2015

Pending issue upstream: thephpleague/climate#73

@kelunik
Copy link
Member Author

kelunik commented Nov 24, 2016

I guess we can just recommend to use environment variables as well.

@kelunik
Copy link
Member Author

kelunik commented Aug 18, 2017

I think this should be solved with a configuration for the app instead of process arguments.

@kelunik kelunik closed this as completed Aug 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants