Sha256: c9527fa761fe527156c88821f6ab0d998691a5dc252b16340588312e59d421da

Contents?: true

Size: 336 Bytes

Versions: 10

Compression:

Stored size: 336 Bytes

Contents

module SmartMachine
  module Commands
    class Credentials < Thor
      include Utilities

      default_task :edit

      desc "edit", "Allows editing the credentials"
      def edit
        inside_machine_dir do
          credentials = SmartMachine::Credentials.new
          credentials.edit
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
smartmachine-1.3.0 lib/smart_machine/commands/credentials.rb
smartmachine-1.2.3 lib/smart_machine/commands/credentials.rb
smartmachine-1.2.1 lib/smart_machine/commands/credentials.rb
smartmachine-1.2.0 lib/smart_machine/commands/credentials.rb
smartmachine-1.2.0.dev lib/smart_machine/commands/credentials.rb
smartmachine-1.1.1 lib/smart_machine/commands/credentials.rb
smartmachine-1.1.0 lib/smart_machine/commands/credentials.rb
smartmachine-1.0.1 lib/smart_machine/commands/credentials.rb
smartmachine-1.0.0 lib/smart_machine/commands/credentials.rb
smartmachine-0.9.0 lib/smart_machine/commands/credentials.rb