Sha256: 976414d63719ea2493974fac048b8f1608796492455f0076b9cd76eeb40c67ca

Contents?: true

Size: 461 Bytes

Versions: 1

Compression:

Stored size: 461 Bytes

Contents

# LastPass CLI Global Configuration
#
# Use this to set up shared configuration options for your entire application.
#
# To learn more, check out the README:
#
# https://github.com/QuantifiAi/lastpass-cli-ruby/blob/master/README.md

LastpassCLI.configure do |config|
  # Credentials of the LastPass account to sync with
  # Stored in an environment variable, by default
  config.username = ENV['LASTPASS_EMAIL']
  config.password = ENV['LASTPASS_PASSWORD']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lastpass-cli-0.1.1 generators/lastpass_cli/templates/lastpass_cli.rb