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/pactflow/client/cli/provider_contract_commands.rb
+44-23Lines changed: 44 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ def self.included(thor)
20
20
#method_option :tag_with_git_branch, aliases: "-g", type: :boolean, default: false, required: false, desc: "Tag consumer version with the name of the current git branch. Default: false"
21
21
method_option:specification,default: "oas",desc: "The contract specification"
22
22
method_option:content_type,desc: "The content type. eg. application/yml"
23
-
method_option:verification_success,type: :boolean
23
+
method_option:verification_success,type: :boolean,desc: "Whether or not the self verification passed successfully."
24
+
method_option:verification_exit_code,type: :numeric,desc: "The exit code of the verification process. Can be used instead of --verificaiton-success|--no-verification-success for a simpler build script."
24
25
method_option:verification_results,desc: "The path to the file containing the output from the verification process"
25
26
method_option:verification_results_content_type,desc: "The content type of the verification output eg. text/plain, application/yaml"
26
27
method_option:verification_results_format,desc: "The format of the verification output eg. junit, text"
0 commit comments