You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ NOTE: atlas tools are only available when you set credentials on [configuration]
329
329
#### MongoDB Atlas Local Tools
330
330
331
331
-`atlas-local-connect-deployment` - Connect to a MongoDB Atlas Local deployment
332
-
-`atlas-local-create-deployment` - Create a MongoDB Atlas local deployment
332
+
-`atlas-local-create-deployment` - Create a MongoDB Atlas local deployment. Default image is preview. When the user does not specify an image tag, inform them that preview is used by default and provide this link for more information: https://hub.docker.com/r/mongodb/mongodb-atlas-local
333
333
-`atlas-local-delete-deployment` - Delete a MongoDB Atlas local deployment
334
334
-`atlas-local-list-deployments` - List MongoDB Atlas local deployments
publicdescription="Create a MongoDB Atlas local deployment";
10
+
publicdescription=
11
+
"Create a MongoDB Atlas local deployment. Default image is preview. When the user does not specify an image tag, inform them that preview is used by default and provide this link for more information: https://hub.docker.com/r/mongodb/mongodb-atlas-local";
11
12
staticoperationType: OperationType="create";
12
13
publicargsShape={
13
14
deploymentName: CommonArgs.string().describe("Name of the deployment to create").optional(),
14
15
loadSampleData: z.boolean().describe("Load sample data into the deployment").optional().default(false),
16
+
imageTag: z
17
+
.string()
18
+
.describe("Atlas Local image tag: 'preview', 'latest', or a semver (e.g. '8.0.0'). Default: 'preview'.")
0 commit comments