module NightcrawlerSwift::CLI

Constants

CACHE_FILE
COMMANDS
CONFIG_FILE

Public Class Methods

sample_rcfile() click to toggle source
# File lib/nightcrawler_swift/cli.rb, line 46
def self.sample_rcfile
  JSON.pretty_generate({
    bucket: "<bucket/container name>",
    tenant_name: "<tenant name>",
    username: "<username>",
    password: "<password>",
    auth_url: "<auth url, ex: https://auth.url.com:123/v2.0/tokens>"
  })
end