From 34b5b63ee0de632c9a81b14025d1f3111a22fbca Mon Sep 17 00:00:00 2001 From: Debashis Biswal <3373927+DebashisCodes@users.noreply.github.com> Date: Wed, 21 Dec 2022 15:21:38 +0530 Subject: [PATCH] docs: add test medusa cli after installation in set up dev env docs (#2866) * Update Set up your development doc for Medusa CLI section * Remove auto changes by VS code. * Update docs/content/tutorial/0-set-up-your-development-environment.mdx Co-authored-by: Shahed Nasser Co-authored-by: Shahed Nasser --- .../tutorial/0-set-up-your-development-environment.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/tutorial/0-set-up-your-development-environment.mdx b/docs/content/tutorial/0-set-up-your-development-environment.mdx index 40cc068c55..82c98e5f3a 100644 --- a/docs/content/tutorial/0-set-up-your-development-environment.mdx +++ b/docs/content/tutorial/0-set-up-your-development-environment.mdx @@ -127,6 +127,12 @@ You can install Medusa’s CLI with the following command: npm install @medusajs/medusa-cli -g ``` +You can check that Medusa was installed by running the following command: + +```bash noReport +medusa -v +``` + :::note If you run into any errors while installing the CLI tool, check out the [troubleshooting guide](../troubleshooting/cli-installation-errors.mdx).