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
I've got a scenario where this would be useful functionality - particularly when combined with --remote.
In my organisation we have a cookbook development environment and a code development environment - both are expected to be on the latest cookbooks, but occasionally a developer will want to block changes reaching the code dev environment because the change breaks it, isolating the change to the cookbook dev environment.
Essentially the end of this process involves removing the version tag from the cod dev environment once the cookbook is stable enough - and this is something which spork could do 👍
What do you say ?
The text was updated successfully, but these errors were encountered:
So essentially the ability to remove a constraint from an environment? It's definitely possible that spork could to this, probably with a depromote command or something. I'll have a look at it :)
Hi,
I've got a scenario where this would be useful functionality - particularly when combined with --remote.
In my organisation we have a cookbook development environment and a code development environment - both are expected to be on the latest cookbooks, but occasionally a developer will want to block changes reaching the code dev environment because the change breaks it, isolating the change to the cookbook dev environment.
Essentially the end of this process involves removing the version tag from the cod dev environment once the cookbook is stable enough - and this is something which spork could do 👍
What do you say ?
The text was updated successfully, but these errors were encountered: