describe_deployment_strategy

in lib/google/serverless/exec.rb [708:715]


      def describe_deployment_strategy
        puts "\nUsing the `deployment` strategy for serverless:exec"
        puts "(i.e. deploying a temporary version of your app)"
        puts "PROJECT: #{@project}"
        puts "SERVICE: #{@service}"
        puts "TIMEOUT: #{@timeout}"
      end