Skip to content

Commit

Permalink
Release 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielelana committed Feb 5, 2015
1 parent 0a30478 commit 05c7a90
Show file tree
Hide file tree
Showing 3 changed files with 711 additions and 154 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ pretty printing: enabled
}
```


<a name="Command-Ugly" />
### `command ugly`
Switch shell off from pretty printing mode
Expand All @@ -204,7 +203,6 @@ pretty printing: disabled
{ "_id" : ObjectId("53e0f55eca4f6f6589000001"), "name" : "Mervin", "surname" : "Witting", "job" : "Journalist" }
```


<a name="Command-ListDatabases" />
### `command d|dbs|databases`
List all databases and storage data. The format is NUMBER_OF_COLLECTIONS/SIZE_ON_DISK
Expand Down Expand Up @@ -233,7 +231,6 @@ system.indexes 3/4KB
### `command so`
Alias for `rs.slaveOk()` nothing fancy, I was just tired of typing it


<a name="DB-getCollections" />
### `DB#getCollections()`
Returns an array of all collection instances
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-shell-extensions",
"version": "0.2.7",
"version": "0.2.8",
"description": "Useful MongoDB shell extensions",
"files": [
"src",
Expand Down
Loading

0 comments on commit 05c7a90

Please sign in to comment.