Sha256: d3bda907bce3028aa4748f3c690173f0e92c7d0b4d10436d58139a1aac13568c

Contents?: true

Size: 508 Bytes

Versions: 2

Compression:

Stored size: 508 Bytes

Contents

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

desc 'Apps methods.'
command 'apps' do |g|
  g.desc 'Uninstalls your app from a workspace.'
  g.long_desc %( Uninstalls your app from a workspace. )
  g.command 'uninstall' do |c|
    c.flag 'client_id', desc: 'Issued when you created your application.'
    c.flag 'client_secret', desc: 'Issued when you created your application.'
    c.action do |_global_options, options, _args|
      puts JSON.dump($client.apps_uninstall(options))
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slack-ruby-client-0.14.1 bin/commands/apps.rb
slack-ruby-client-0.14.0 bin/commands/apps.rb