docs: used the NPX CLI tool across docs (#4099)

This commit is contained in:
Shahed Nasser
2023-05-15 11:04:14 +03:00
committed by GitHub
parent 23a0c5b71e
commit 7da6cc961e
57 changed files with 74 additions and 68 deletions

View File

@@ -44,7 +44,7 @@ The following data is being collected on your backend:
:::info
💡 Data is only collected when the backend is run with the command `medusa start`.
Data is only collected when the backend is run with the command `medusa start`.
:::
@@ -59,7 +59,7 @@ MEDUSA_DISABLE_TELEMETRY=true
Or, you can run the following command in the root of your Medusa backend project to disable it:
```bash
medusa telemetry --disable
npx @medusajs/medusa-cli telemetry --disable
```
---