Sha256: 46b0bd77e37e3ccc34b342399da05f5027ae0f35164580462467c01c88999686

Contents?: true

Size: 205 Bytes

Versions: 1

Compression:

Stored size: 205 Bytes

Contents

module SecretServer
  module Commands
    # Command to fetch an API token
    module Token
      def token
        stdout, * = sdkclient_exec('token')
        stdout
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
secret_server-0.1.0 lib/secret_server/commands/token.rb