File tree 1 file changed +2
-2
lines changed
wfsm/internal/wfsm/command
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ import (
22
22
23
23
var deployLongHelp = `
24
24
This command takes two required flags: --manifestPath path/to/acpManifest
25
- --envFilePath path/to/envConfigFile
25
+
26
26
Optional flags:
27
+ --envFilePath path/to/envConfigFile
27
28
--baseImage can be set to determine which base image is used as the workflowserver for the agent.
28
29
--deleteBuildFolders can be set to true or false to determine if the build folders should be deleted after deployment.
29
30
--deploymentOption can be set to determine which deployment option to use from the manifest. It defaults to the first deployment option.
@@ -93,7 +94,6 @@ func init() {
93
94
deployCmd .Flags ().StringP (manifestPathFlag , "m" , "" , "Manifest file for the application" )
94
95
deployCmd .Flags ().StringP (platformsFlag , "p" , "docker" , "Environment file for the application" )
95
96
96
- deployCmd .MarkFlagRequired (envFilePathFlag )
97
97
deployCmd .MarkFlagRequired (manifestPathFlag )
98
98
}
99
99
You can’t perform that action at this time.
0 commit comments