Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
variety
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-gitdep
variety
Commits
4066f2b2
Commit
4066f2b2
authored
Dec 09, 2015
by
James Cropcho
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #106 from todvora/master
variety-cli mentioned in readme
parents
37aa8c96
d13b197e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
README.markdown
README.markdown
+13
-0
No files found.
README.markdown
View file @
4066f2b2
...
...
@@ -161,6 +161,19 @@ If the source collection's name is ```users```, Variety will store results in co
$ mongo test --quiet --eval "var collection = 'users', persistResults=true" variety.js
### Command Line Interface
Variety itself is command line friendly, as shown on examples above.
But if you are a NPM and Node.js user, you could prefer the
[
variety-cli
](
https://github.com/variety/variety-cli
)
project. It simplifies usage of
Variety and removes all the complexity of passing variables in the
```--eval```
argument and
providing a path to the variety.js library.
Example of a simplified command-line usage:
```
variety test/users --outputFormat='json' --quiet
```
For more details see the
[
documentation of variety-cli project
](
https://github.com/variety/variety-cli
)
.
##### "But my dad told me MongoDB is a schemaless database!" #####
First of all, your father is a great guy. Moving on...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment