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
Adds two functions `transact` and `dryrun` that both create a new version of the currently active
service config, then apply a set of changes (specified in a function) to it and either activate the
new version (`transact`) or leave it as is (`dryrun`)
fixes#21
It would be cool to wrap the boilerplate code needed to make modifications (create version, activate version) in a small transaction helper like this:
or
The text was updated successfully, but these errors were encountered: