Skip to content

Commit

Permalink
CLOUDP-269647: Add link to docs for 'atlas deployments setup' command (
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenvervaeke authored Sep 9, 2024
1 parent 6d44014 commit e500b92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/command/atlas-deployments-setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ atlas deployments setup

Create a local deployment.

To learn more about local atlas deployments, see https://www.mongodb.com/docs/atlas/cli/current/atlas-cli-deploy-local/

Syntax
------

Expand Down
1 change: 1 addition & 0 deletions internal/cli/deployments/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ func SetupBuilder() *cobra.Command {
cmd := &cobra.Command{
Use: "setup [deploymentName]",
Short: "Create a local deployment.",
Long: "To learn more about local atlas deployments, see https://www.mongodb.com/docs/atlas/cli/current/atlas-cli-deploy-local/",
Args: require.MaximumNArgs(1),
GroupID: "all",
Annotations: map[string]string{
Expand Down

0 comments on commit e500b92

Please sign in to comment.