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 new features to the config file #23

Open
hector-js opened this issue Mar 22, 2020 · 0 comments
Open

add new features to the config file #23

hector-js opened this issue Mar 22, 2020 · 0 comments
Assignees
Labels

Comments

@hector-js
Copy link
Owner

Is your feature request related to a problem? Please describe.
given a .hjs.config.json property file already created, when the user wants to add or overwrite a new property, it should be able to do it with the command and not to overwrite the file.

Describe the solution you'd like
given the following .hjs.config.json file:

{
  "logs": "tiny",
}

when I execute the next command hjs config --port 8080, the file will be updated like:

{
  "logs":"tiny",
  "port":8080
}
@hector-js hector-js self-assigned this Mar 22, 2020
@hector-js hector-js added this to the MVP - 1.0.0 milestone Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant