Sha256: 1ed875fa9007104beb1929bfb0cc6ef4d5aff5d7e8c61e02baeb03887dbb3cca
Contents?: true
Size: 538 Bytes
Versions: 9
Compression:
Stored size: 538 Bytes
Contents
# frozen_string_literal: true # 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
9 entries across 9 versions & 1 rubygems