Sha256: 2364b7cd61108ddbd2a4c968a0f4881ea33d53c60d63d9f2f67c45419b0d24ce

Contents?: true

Size: 308 Bytes

Versions: 3

Compression:

Stored size: 308 Bytes

Contents

module Contentful
	module Importer
		class TestCredentials < Command
			self.command = 'test-credentials'
			self.summary = 'Test given credentials against the server.'

			def self.options
				super.concat(space_options).sort
			end

			def run
				super
				importer.test_credentials
			end
		end
	end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
contentful-importer-0.2.2 lib/contentful/importer/test_credentials.rb
contentful-importer-0.2.1 lib/contentful/importer/test_credentials.rb
contentful-importer-0.2.0 lib/contentful/importer/test_credentials.rb