Sha256: f27fe41ebac6b795a2f6d47c1318f45f398fd4fefe65bba8bae54774fe2b03ee
Contents?: true
Size: 482 Bytes
Versions: 1
Compression:
Stored size: 482 Bytes
Contents
require File.join(File.dirname(__FILE__), "../shared") require File.join(File.dirname(__FILE__), "../../commands/auth") GoodData::CLI.module_eval do desc 'Work with your locally stored credentials' command :auth do |c| c.desc "Store your credentials to ~/.gooddata so client does not have to ask you every single time" c.command :store do |store| store.action do |global_options, options, args| GoodData::Command::Auth.store end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gooddata-0.6.0.pre11 | lib/gooddata/cli/commands/auth_cmd.rb |