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
@@ -84,12 +84,12 @@ var deployCmd = &cobra.Command{
84
84
}
85
85
86
86
funcinit() {
87
-
deployCmd.Flags().StringP(baseImageFlag, "b", "ghcr.io/agntcy/acp/wfsrv:v0.2.0-dev.1", "Base image to be used as the workflowserver for the agent")
87
+
deployCmd.Flags().StringP(baseImageFlag, "b", "ghcr.io/agntcy/acp/wfsrv:v0.2.2", "Base image to be used as the workflowserver for the agent")
88
88
deployCmd.Flags().BoolP(deleteBuildFoldersFlag, "d", true, "Delete build folders after deployment")
89
89
deployCmd.Flags().StringP(deploymentOptionFlag, "o", "", "Deployment option to use from the manifest")
90
90
deployCmd.Flags().BoolP(dryRunFlag, "r", false, "If set to true, the deployment will not be executed, instead deployment artifacts will be printed to the console")
91
91
deployCmd.Flags().StringP(envFilePathFlag, "e", "", "Environment file for the application")
92
-
deployCmd.Flags().BoolP(foreceBuild, "f", false, "If set to true, the build will be forced even if the image already exists")
92
+
deployCmd.Flags().BoolP(forceBuild, "f", false, "If set to true, the build will be forced even if the image already exists")
93
93
deployCmd.Flags().StringP(manifestPathFlag, "m", "", "Manifest file for the application")
94
94
deployCmd.Flags().StringP(platformsFlag, "p", "docker", "Environment file for the application")
0 commit comments