Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Remove a Subcomponent from Config #225

Open
jomalsan opened this issue Jul 12, 2019 · 0 comments
Open

Remove a Subcomponent from Config #225

jomalsan opened this issue Jul 12, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jomalsan
Copy link

As a:
Developer

I want:
A command to remove a subcomponent from config/common.yaml

So that:
I can fully remove a subcomponent from my HLD by running Fabrikate commands.

Describe the solution you'd like:
For removing a subcomponent from component.yaml, there is currently fab remove <subcomponent>. I would like a similar command for removing a subcomponent from config/common.yaml`

Describe alternatives you've considered:
Currently to remove the subcomponent from common.yaml I am using a python script with a yaml parser to load the whole file, remove the subcomponent that I no longer need, and then rewrite the file in place. It would be convenient to have support for this feature in Fabrikate to eliminate other tooling for removing a subcomponent.

Additional context:

@jomalsan jomalsan added the enhancement New feature or request label Jul 12, 2019
@evanlouie evanlouie self-assigned this Jul 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants