src-d / engine-deprecated

[DISCONTINUED] Go to https://github.com/src-d/sourced-ce/
https://docs.sourced.tech/engine
Apache License 2.0
217 stars 26 forks source link

New command to edit the config file #422

Closed carlosms closed 5 years ago

carlosms commented 5 years ago

This issue is to have a new command srcd config that will open the default editor to edit the config file. If the file does not exit, it will be created, and the editor will contain the default config (https://docs.sourced.tech/engine/learn-more/commands#srcd). This comes from a discussion in the original Design Document titled 'Engine Port Management'.

To discuss: should we have also the --config=file flag, to edit a config file in a path different from the default?

Let's block this until #410 is merged.