-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
🌱 Filesystem and config persistence cleanup #1980
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Adirio The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This should probably be applied with plugin phase 1.5 described in #1990. /hold |
Signed-off-by: Adrian Orive <[email protected]>
…system Signed-off-by: Adrian Orive <[email protected]>
Use PreRunE and PostRunE functions to handle configuration file loading and saving Signed-off-by: Adrian Orive <[email protected]>
…put Subcommand.UpdateMetadata Signed-off-by: Adrian Orive <[email protected]>
Signed-off-by: Adrian Orive <[email protected]>
Definetely closing this in favor of plugin phase 1.5 as implemented in #1991. |
cli
to the scaffolders instead of creating multiple per scaffold.cli
to the config persistence layer instead of creating one per configuration representation.Store
interface that abstracts the persistence layer used forConfig
.Closes: #1936