-
Notifications
You must be signed in to change notification settings - Fork 11
CLI reconcile
cmd should be able to remove rings and services from the hld repository via the lifecycle pipeline
#858
Comments
@evanlouie @bnookala @mtarng do we have sub tasks that correspond to these? |
@andrebriggs Don't believe subtasks have been written yet. I think it would probably be best to wait for @bnookala and @mtarng to return to go through more thoroughly. |
@bnookala can you share you design doc here? |
Non-indexable text in an image? 😅 |
reconcile
cmd should be able to remove rings and services from the hld repository via the lifecycle pipeline
As a:
SPK User
I want:
To be able to remove rings and services via spk and pipelines
So that:
I don't have to manually remove them and worry about conflicts.
Describe the solution you'd like:
bedrock.yaml
, myhld
repository, and thematerialized
repository.bedrock.yaml
, myhld
repository, and thematerialized
repository.spk service delete
command first. for full testing work flow, but reconcile will remove services that have been removed from a projectbedrock.yaml
bedrock.yaml
, myhld
repository, and thematerialized
repository, if and only if, it is not also being utilized by any other mono-repository linked to the same HLD and Materialized repositories.Acceptance Criteria:
If i have multiple bedrock application repositories (or even many mono-repositories) removing a shared referenced dependency from one, should not impact other repositories.
Describe alternatives you've considered:
Running
spk hld reconcile
locally/manually or through automation pipelines.Additional context:
Previous work to add rings and services #717
Does this require updates to documentation?:
Yes!
The text was updated successfully, but these errors were encountered: