@sanity/cli 3.88.2 → 3.88.3

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.
@@ -75785,16 +75785,9 @@ ${chalk2.green("Success!")} Now, use these commands to continue:
75785
75785
  `), print(`First: ${chalk2.cyan(`cd ${outputPath}`)} - to enter project's directory`), print(
75786
75786
  `Then: ${chalk2.cyan(devCommand)} -to run ${isAppTemplate ? "your Sanity application" : "Sanity Studio"}
75787
75787
  `
75788
- )), 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");
75789
- const sendInvite = isFirstProject && await prompt2.single({
75790
- type: "confirm",
75791
- message: "We have an excellent developer community, would you like us to send you an invitation to join?",
75792
- default: !0
75793
- });
75794
- sendInvite && (trace.log({ step: "sendCommunityInvite", selectedOption: sendInvite ? "yes" : "no" }), apiClient({ requireProject: !1 }).request({
75795
- uri: "/invitations/community",
75796
- method: "POST"
75797
- }).catch(lodashExports.noop)), trace.complete();
75788
+ )), 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"), isFirstProject && (trace.log({ step: "sendCommunityInvite", selectedOption: "yes" }), print(`
75789
+ Join our wonderful developer community as well: ${chalk2.cyan("https://snty.link/community")}`), print(`We look forward to seeing you there!
75790
+ `)), trace.complete();
75798
75791
  async function getOrCreateUser() {
75799
75792
  return warn("No authentication credentials found in your Sanity config"), print(""), await login({ extOptions: {} }, { ...context, telemetry: trace.newContext("login") }), getUserData(apiClient);
75800
75793
  }