#272 forward certain cli options to disposable client
Closed: Fixed None Opened 8 years ago by kparal.

Right now we copy taskotron.yaml from host to disposable VM to mirror the configuration. But that's not sufficient. We also need to forward certain CLI options like --debug into the VM.

Find out which options need to be forwarded and find a best way to do it. Possibilities include:
1. Use a hard-coded list of CLI options to forward
2. Forward all CLI options except for a defined blacklist
3. If it makes sense, make use of the fact that the CLI options often override default config values, and instead of copying taskotron.yaml from host to VM, export the current (run-time) configuration into a file and copy that into the VM
4. something else?


This ticket had assigned some Differential requests:
D743

Login to comment on this ticket.

Metadata