Skip to content

Commit 05c7a90

Browse files
committed
Release 0.2.8
1 parent 0a30478 commit 05c7a90

File tree

3 files changed

+711
-154
lines changed

3 files changed

+711
-154
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ pretty printing: enabled
186186
}
187187
```
188188

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

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

236-
237234
<a name="DB-getCollections" />
238235
### `DB#getCollections()`
239236
Returns an array of all collection instances

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-shell-extensions",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "Useful MongoDB shell extensions",
55
"files": [
66
"src",

0 commit comments

Comments
 (0)