mongodb
MongoDB queries
v1.0.7 • by cliforai • Updated 2 days ago • BUSL-1.1 License
$ cli4ai add mongodb About
@cli4ai/mongodb
Official @cli4ai package • https://cli4ai.com • Install cli4ai:
npm i -g cli4ai
MongoDB explorer and query helper (JSON in/out).
Setup
npm i -g cli4ai
cli4ai add -g mongodb
Optional: set a default connection URI (defaults to mongodb://localhost:27017):
cli4ai secrets set MONGO_URI
Commands
cli4ai run mongodb databases
cli4ai run mongodb collections <db>
cli4ai run mongodb schema <db> <collection> [samples]
cli4ai run mongodb find <db> <collection> [queryJson] [limit]
cli4ai run mongodb one <db> <collection> [queryJson]
cli4ai run mongodb aggregate <db> <collection> <pipelineJson>
cli4ai run mongodb count <db> <collection> [queryJson]
cli4ai run mongodb indexes <db> <collection>
cli4ai run mongodb stats <db> <collection>
cli4ai run mongodb distinct <db> <collection> <field> [queryJson]
cli4ai run mongodb sample <db> <collection> [size]
cli4ai run mongodb explain <db> <collection> [queryJson]
Examples
# List databases
cli4ai run mongodb databases
# Find recent users (query/pipeline args are JSON)
cli4ai run mongodb find app users '{"status":"active"}' 10
cli4ai run mongodb aggregate app events '[{"$match":{"type":"signup"}},{"$limit":5}]'
Keywords
Related Packages
dataforseo
v2.0.10 • by cliforai
SEO Intelligence - Google Trends, Keywords, Competitors & More
#seo
#keywords
#trends
0 downloads
hubspot
v1.0.1 • by cliforai
HubSpot CRM CLI tool for contacts, deals, and companies
#hubspot
#crm
#contacts
0 downloads
postgres
v1.0.9 • by cliforai
PostgreSQL read-only queries
#postgres
#postgresql
#database
0 downloads
shopify
v1.0.2 • by cliforai
Shopify management tools for orders, products, inventory, and content
#shopify
#ecommerce
#orders
0 downloads