feat(create): add create config to very_good.yaml - #1665
Conversation
Add a `create` section to `very_good.yaml` so `very_good create` and its subcommands can read defaults for `description`, `org_name`, `publishable`, and `template`. CLI arguments continue to take precedence over config values. Closes #1654
|
Heads up — I'm auto-updating this PR by merging the latest |
|
I tried to auto-update this PR with |
|
@vgvbot merge main into this PR and fix the conflicts that might show up |
Co-authored-by: marcossevilla <marcossevilla@users.noreply.github.com>
|
Heads up — I'm auto-updating this PR by merging the latest |
|
Heads up — I'm auto-updating this PR by merging the latest |
|
Heads up — I'm auto-updating this PR by merging the latest |
…nSource/very_good_cli into feat/very_good_config/create
The getter was never referenced, breaking the 100% coverage gate.
Status
HOLD
Description
Add a
createsection tovery_good.yamlsovery_good createand its subcommands can read defaults fordescription,org_name,publishable, andtemplate. CLI arguments continue to take precedence over config values.Closes #1654
Type of Change