Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 572d8d9

Browse files
authored
(EAI-651) Source mongosh Release Artifacts (#609)
Add mongosh config
1 parent 4cf0b4a commit 572d8d9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
github:
2+
owner: "mongodb-js"
3+
repo: "mongosh"
4+
version: "v2.3.3"
5+
previousVersion: "v2.3.2"
6+
jira:
7+
project: "MONGOSH"
8+
version: "2.3.3"
9+
projectDescription: >-
10+
The MongoDB Shell, mongosh, is a JavaScript and Node.js REPL environment for
11+
interacting with MongoDB deployments in Atlas, locally, or on another remote
12+
host. Use the MongoDB Shell to test queries and interact with the data in your
13+
MongoDB database.
14+
15+
The MongoDB Shell can perform a variety of tasks, including:
16+
17+
- Connecting to MongoDB deployments
18+
- Creating and managing databases and collections
19+
- Running queries and aggregations
20+
- Inserting, updating, and deleting data
21+
- Managing database users and roles
22+
- Creating and managing indexes
23+
- Running other administrative commands
24+
25+
The MongoDB Shell is particularly useful for developers and system
26+
administrators who prefer working within a terminal environment.

0 commit comments

Comments
 (0)