We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow defining arguments that can be used in the config file, e.g.
bin/aerys -c config.php -- --port 80 --host localhost
bin/aerys -c config.php --args port:80 --args host:localhost
The text was updated successfully, but these errors were encountered:
Pending issue upstream: thephpleague/climate#73
Sorry, something went wrong.
I guess we can just recommend to use environment variables as well.
I think this should be solved with a configuration for the app instead of process arguments.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: