Skip to content

Commit

Permalink
feat(can-i-deploy): remove feature toggle for --ignore option
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Aug 4, 2021
1 parent 5de5942 commit 6e7edd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pact_broker/client/cli/broker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ class Broker < CustomThor
method_option :tag, aliases: "-t", type: :array, banner: "TAG", desc: "Tag name for consumer version. Can be specified multiple times."
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"
method_option :build_url, desc: "The build URL that created the pact"
method_option :on_conflict, desc: "If a pact already exists for this consumer version and provider with different content, specify what action should be taken. Options are "
method_option :merge, type: :boolean, default: false, require: false, desc: "If a pact already exists for this consumer version and provider, merge the contents. Useful when running Pact tests concurrently on different build nodes."

output_option_json_or_text
shared_authentication_options

Expand Down

0 comments on commit 6e7edd8

Please sign in to comment.