Class: Digicert::CLI::Commands::Config
- Inherits:
-
Thor
- Object
- Thor
- Digicert::CLI::Commands::Config
- Defined in:
- lib/digicert/cli/commands/config.rb
Instance Method Summary collapse
Instance Method Details
#api_key(api_key) ⇒ Object
8 9 10 |
# File 'lib/digicert/cli/commands/config.rb', line 8 def api_key(api_key) Digicert::CLI::RCFile.set_key(api_key) end |