package v2 import ( "context" "fmt" ) // BlueGreenSwitch implements the functionality of the `porter deply blue-green-switch` command for validate apply v2 projects func BlueGreenSwitch(ctx context.Context) error { fmt.Println("This command is not supported for your project. Contact support@porter.run for more information.") return nil }