lib/mongoid/shell/commands/mongodump.rb in mongoid-shell-0.4.5 vs lib/mongoid/shell/commands/mongodump.rb in mongoid-shell-0.4.6
- old
+ new
@@ -4,10 +4,12 @@
class Mongodump < Mongoid::Shell::Commands::Base
include Mongoid::Shell::Properties::Host
include Mongoid::Shell::Properties::Database
include Mongoid::Shell::Properties::Username
include Mongoid::Shell::Properties::Password
+ include Mongoid::Shell::Properties::AuthenticationDatabase
+ include Mongoid::Shell::Properties::SSL
option :host
option :db
option :username
option :password, sensitive: true
@@ -21,9 +23,11 @@
option :oplog
option :repair
option :forceTableScan
option :dbpath
option :ipv6
+ option :authenticationDatabase
+ option :ssl
end
end
end
end