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
Copy file name to clipboardExpand all lines: lib/pact_broker/client/cli/deployment_commands.rb
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@ def record_deployment
27
27
desc"record-undeployment","Record undeployment of a pacticipant version from an environment."
28
28
long_desc"Note that use of this command is not required if you are deploying over a previous version, as record-deployment will handle that scenario for you. This command is only required if you are permanently removing an application instance from an environment."
29
29
method_option:pacticipant,required: true,aliases: "-a",desc: "The name of the pacticipant that was undeployed."
30
-
method_option:version,required: true,aliases: "-e",desc: "The pacticipant version number that was undeployed."
31
30
method_option:environment,required: true,desc: "The name of the environment that the pacticipant version was undeployed from."
32
31
method_option:target,default: nil,required: false,desc: "Optional. The target that the application is being undeployed from - a logical identifer required to differentiate deployments when there are multiple instances of the same application in an environment."
0 commit comments