Module: RubyVault::Options::Sets

Defined in:
lib/ruby_vault/options/sets.rb

Constant Summary collapse

HTTP_OPTIONS =
%w[
  -address
  -agent-address
  -ca-cert
  -ca-path
  -client-cert
  -client-key
  -header
  -mfa
  -namespace
  -non-interactive
  -output-curl-string
  -output-policy
  -policy-override
  -tls-server-name
  -tls-skip-verify
  -unlock-key
  -wrap-ttl
].freeze
OUTPUT_OPTIONS =
%w[
  -field
  -format
].freeze