Files
abra/cli/internal/ensure.go
decentral1se d5c66020ad
All checks were successful
continuous-integration/drone/push Build is passing
refactor!: --ignore-env-version is --latest *only* on deploy
See #617
2025-08-29 16:38:49 +02:00

12 lines
177 B
Go

package internal
import "coopcloud.tech/abra/pkg/recipe"
func GetEnsureContext() recipe.EnsureContext {
return recipe.EnsureContext{
Chaos,
Offline,
DeployLatest,
}
}