Sha256: 4bb0e60680d2c462d434848866707f2b42bb6f064238e88bd892da60d14d00d5

Contents?: true

Size: 430 Bytes

Versions: 9

Compression:

Stored size: 430 Bytes

Contents

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

desc 'TeamProfile methods.'
command 'team_profile' do |g|
  g.desc "Retrieve a team's profile."
  g.long_desc %( Retrieve a team's profile. )
  g.command 'get' do |c|
    c.flag 'visibility', desc: 'Filter by visibility.'
    c.action do |_global_options, options, _args|
      puts JSON.dump($client.team_profile_get(options))
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
slack-ruby-client-2.0.0 bin/commands/team_profile.rb
slack-ruby-client-1.1.0 bin/commands/team_profile.rb
slack-ruby-client-1.0.0 bin/commands/team_profile.rb
slack-ruby-client-0.17.0 bin/commands/team_profile.rb
slack-ruby-client-0.16.0 bin/commands/team_profile.rb
slack-ruby-client-0.15.1 bin/commands/team_profile.rb
slack-ruby-client-0.15.0 bin/commands/team_profile.rb
slack-ruby-client-0.14.6 bin/commands/team_profile.rb
slack-ruby-client-0.14.5 bin/commands/team_profile.rb