Sha256: 0ab656bdd112f8c5d9f4ecc0ef5993cf312af14be626a1f071b12dde6e5f2d94

Contents?: true

Size: 400 Bytes

Versions: 9

Compression:

Stored size: 400 Bytes

Contents

# 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-0.14.1 bin/commands/team_profile.rb
slack-ruby-client-0.14.0 bin/commands/team_profile.rb
slack-ruby-client-0.13.1 bin/commands/team_profile.rb
slack-ruby-client-0.13.0 bin/commands/team_profile.rb
slack-ruby-client-0.12.0 bin/commands/team_profile.rb
slack-ruby-client-0.11.1 bin/commands/team_profile.rb
slack-ruby-client-0.11.0 bin/commands/team_profile.rb
slack-ruby-client-0.10.0 bin/commands/team_profile.rb
slack-ruby-client-0.9.1 bin/commands/team_profile.rb