You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
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:
The text was updated successfully, but these errors were encountered:
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 currentlyfab 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:
The text was updated successfully, but these errors were encountered: