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