# File lib/push_command.rb, line 48
      def combo_implemented?
        if @options[:provider].empty? || (@options[:build].empty? && @options[:id].empty?)
          puts "This combination of parameters is not currently supported"
          quit(1)
        end
        true
      end