docs: general improvements and updates (#13485)
* docs: general improvements and updates * fix vale error
This commit is contained in:
@@ -11,7 +11,7 @@ export const metadata = {
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
Run a custom CLI script. Learn more about it in [this guide](!docs!/learn/fundamentals/custom-cli-scripts).
|
||||
Run a custom CLI script using Medusa's CLI tool. Learn more about it in [Custom CLI Scripts guide](!docs!/learn/fundamentals/custom-cli-scripts).
|
||||
|
||||
```bash
|
||||
npx medusa exec [file] [args...]
|
||||
@@ -36,7 +36,7 @@ npx medusa exec [file] [args...]
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
The path to the TypeScript or JavaScript file holding the function to execute.
|
||||
The path to the TypeScript or JavaScript file containing the function to execute.
|
||||
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
Reference in New Issue
Block a user