docs: added troubleshooting component (#4255)
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
description: 'Learn how to install the Medusa CLI Tool. Medusa CLI Tool can be used to perform actions such as create a new Medusa backend, run migrations, create a new admin user, and more.'
|
||||
---
|
||||
|
||||
import TroubleshootingSection from "../troubleshooting/cli-installation-errors/_reusable-section.mdx"
|
||||
|
||||
# CLI Reference
|
||||
|
||||
This document serves as a reference to the Medusa CLI tool including how to install it and what commands are available.
|
||||
@@ -24,7 +26,7 @@ npm install @medusajs/medusa-cli -g
|
||||
|
||||
:::note
|
||||
|
||||
If you run into any errors while installing the CLI tool, check out the [troubleshooting guide](../troubleshooting/cli-installation-errors.mdx).
|
||||
If you run into any errors while installing the CLI tool, check out the [troubleshooting section](#troubleshooting-installation).
|
||||
|
||||
:::
|
||||
|
||||
@@ -36,6 +38,12 @@ medusa --help
|
||||
|
||||
---
|
||||
|
||||
## Troubleshooting Installation
|
||||
|
||||
<TroubleshootingSection />
|
||||
|
||||
---
|
||||
|
||||
## Common Options
|
||||
|
||||
The following options can be used with all available commands.
|
||||
Reference in New Issue
Block a user