Sha256: 3135eb2100d04928be5dad02c54fbc76ae271d125356d33d19b38393eb384804
Contents?: true
Size: 453 Bytes
Versions: 1
Compression:
Stored size: 453 Bytes
Contents
# encoding: UTF-8 require_relative '../shared' require_relative '../../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.11 | lib/gooddata/cli/commands/auth_cmd.rb |