- Your contribution here.
- #13: Support masking sensitive values with
to_s(mask_sensitive: true)
- @dblock. - #14: Refactored arg definitions into
arg
andoption
- @dblock.
- #9: Remove example and spec alleging that
--collection
can be specified multiple times - @joeyAghion.
- #8: Support repeatable parameters; add
excludeCollection
andexcludeCollectionsWithPrefix
tomongodump
- @joeyAghion.
- #7: Added support for
mongoimport
andmongoexport
- @hoang1417.
- #3: Added Mongoid 4.x support - @pawelniewie, @dblock.
- #2: Added support for
--noIndexRestore
toMongoid::Shell::Commands::Mongorestore
- @macreery. - #1: Enforced compatibility with Mongoid 3.x only - @macreery.
- Fix: the
mongorestore
command requires a primary node in a replica set - @dblock. - Added Rubocop, Ruby style linter - @dblock.
- Upgraded to RSpec 3.x expectation syntax - @dblock.
- Added
Mongoid::Shell::Commands::Mongo
that generates a command line which connects to the session's primary node - @dblock. - Added
Mongoid::Shell::Commands::Mongostat
that generates a command line formongostat
- @dblock. - Added
Mongoid::Shell::Commands::Mongorestore
that generates a command line formongorestore
- @dblock. - A
Mongoid::Shell::Errors::SessionNotConnectedError
error will be raised when a session is not connected - @dblock. - Added support for
--out
,--dbpath
,--directoryperdb
,--journal
,--oplog
,--repair
,--forceTableScan
,--dbpath
,--ipv6
toMongoid::Shell::Commands::Mongodump
- @dblock. - Added support for
--nodb
,--norc
,--quiet
and--ipv6
toMongoid::Shell::Commands::Mongo
- @dblock. - It's now possible to override built-in
db
,username
,password
,host
andprimary
- @dblock.
- Initial public release with support for
mongodump
- @dblock.