Blueprint Sync Hook
a
account
We build our Blueprint yaml from a template and want to sync changes to the blueprint only after some checks were done or depending on the branch/tag/...
Therefor it would be preferable if we could "manually" trigger the blueprint sync in the CI/CD pipeline. Through a hook/API call/....
The only current solution would be to call the API/get the blueprint/update the blueprint for autosync/ wait for the sync to happen/update the blueprint to disable autosync.
It's doable but tedious
Log In