Sha256: 61d39a01263851d79e75ad388a893edac219908f850845d53b60008fe673d064

Contents?: true

Size: 905 Bytes

Versions: 3

Compression:

Stored size: 905 Bytes

Contents

# frozen_string_literal: true
# This file was auto-generated by lib/tasks/web.rake

module Slack
  module Cli
    class App
      desc 'FunctionsWorkflowsStepsResponses methods.'
      command 'functions_workflows_steps_responses' do |g|
        g.desc 'Download form responses of a workflow'
        g.long_desc %( Download form responses of a workflow )
        g.command 'export' do |c|
          c.flag 'step_id', desc: 'The ID of the OpenForm step to export.'
          c.flag 'workflow', desc: 'The workflow encoded ID or workflow reference.'
          c.flag 'workflow_app_id', desc: 'The app tied to the workflow reference.'
          c.flag 'workflow_id', desc: 'The workflow ID, starts with Wf*.'
          c.action do |_global_options, options, _args|
            puts JSON.dump(@client.functions_workflows_steps_responses_export(options))
          end
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
slack-ruby-client-2.4.0 bin/commands/functions_workflows_steps_responses.rb
slack-ruby-client-2.3.0 bin/commands/functions_workflows_steps_responses.rb
slack-ruby-client-2.2.0 bin/commands/functions_workflows_steps_responses.rb