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