-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Allow installation customization
Definition
The first version of the script hardcodes every installed package for each language.
The user should be able to customize the installation using a YAML / JSON formatted config file.
A command should be added to interact with the configuration configuration: devbox configure
.
This command should have the following options:
devbox configure show
: should display the current configurationdevbox configure edit
: should allow edition of the configuration through CLI (we could imagine a flag to just open the configuration file)devbox configure check
: should parse the configuration for errors
Definition of done
- devbox configure command runs (and all the subcommands)
- commands meet the definition criterias
- errors are properly logged
- remediations are suggested
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers