@sanity/cli 5.2.0-next.58 → 5.2.0-next.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40687,7 +40687,7 @@ Sanity MCP server has been configured for ${editorNames}. You might need to rest
40687
40687
  ), print(`Learn more: ${chalk2.cyan("https://mcp.sanity.io")}`);
40688
40688
  }
40689
40689
  print(`
40690
- `), print("Other helpful commands:"), print("npx sanity docs to open the documentation in a browser"), print("npx sanity dev to start the development server for your app"), print("npx sanity deploy to deploy your app");
40690
+ `), print("Other helpful commands:"), print("npx sanity docs browse to open the documentation in a browser"), print("npx sanity dev to start the development server for your app"), print("npx sanity deploy to deploy your app");
40691
40691
  } else {
40692
40692
  if (print(`\u2705 ${chalk2.green.bold("Success!")} Your Studio has been created.`), isCurrentDir || print(goToProjectDir), print(
40693
40693
  `
@@ -40704,7 +40704,7 @@ Have feedback? Tell us in the community: ${chalk2.cyan("https://www.sanity.io/co
40704
40704
  );
40705
40705
  }
40706
40706
  print(`
40707
- `), print("Other helpful commands:"), print("npx sanity docs to open the documentation in a browser"), print("npx sanity manage to open the project settings in a browser"), print("npx sanity help to explore the CLI manual");
40707
+ `), print("Other helpful commands:"), print("npx sanity docs browse to open the documentation in a browser"), print("npx sanity manage to open the project settings in a browser"), print("npx sanity help to explore the CLI manual");
40708
40708
  }
40709
40709
  isFirstProject && (trace.log({ step: "sendCommunityInvite", selectedOption: "yes" }), print(`
40710
40710
  Join the Sanity community: ${chalk2.cyan("https://www.sanity.io/community/join")}`), print(`We look forward to seeing you there!