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

Add support for inline configuration in CLI #5408

Open
nazar-pc opened this issue May 11, 2024 · 0 comments
Open

Add support for inline configuration in CLI #5408

nazar-pc opened this issue May 11, 2024 · 0 comments
Assignees
Labels
proposal Enhancement idea or proposal

Comments

@nazar-pc
Copy link

Proposed change

It would be nice to be able to specify configuration options in CLI without creation of config file

Use case

The only option I need to modify is max_payload = 2MB and it is not a great UX to create a file and map it as volume into container just to change this simple value. Something like -C "max_payload = 2MB" would be so much more convenient for simple cases like this, it should be possible to specify this argument many times in order to set multiple configuration options.

Contribution

No response

@nazar-pc nazar-pc added the proposal Enhancement idea or proposal label May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Enhancement idea or proposal
Projects
None yet
Development

No branches or pull requests

2 participants