From f7ff9081b73502d370c3898373ac32b1bcc0b89a Mon Sep 17 00:00:00 2001 From: Wilson Rivera Date: Wed, 3 Dec 2025 09:21:47 -0500 Subject: [PATCH] feat: add `bunx` notice about using `@latest` --- docs/cli/intro.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/cli/intro.mdx b/docs/cli/intro.mdx index 021cc035..0de7eba7 100644 --- a/docs/cli/intro.mdx +++ b/docs/cli/intro.mdx @@ -22,6 +22,12 @@ or npx -y wgc@latest ``` + + **When using `bunx`** + + Running `bunx wgc@latest` doesn't guarantee that you are going to run the latest version of the package (you can check the status of the [issue here](https://github.com/oven-sh/bun/issues/4989)). For this reason, we recommend using `npx` or `pnpm dlx`. + + Cosmo CLI Tool, or `wgc`, is an essential companion for developers leveraging the powerful capabilities of the Cosmo platform. It simplifies the management of GraphQL schemas, projects, and users, making the process of building and maintaining GraphQL APIs a seamless and efficient experience. Empowered by `wgc`, developers can focus on delivering innovative GraphQL solutions while taking full advantage of Cosmo's advanced features and functionalities. ### Authentication