docs: changes for CLI tools (#10284)
* docs: changes for create-medusa-app * update medusa cli
This commit is contained in:
@@ -64,21 +64,6 @@ npx create-medusa-app@latest
|
||||
|
||||
</Table.Cell>
|
||||
</Table.Row>
|
||||
<Table.Row>
|
||||
<Table.Cell>
|
||||
|
||||
`--seed`
|
||||
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
Whether to seed the database with demo data.
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
`false`
|
||||
|
||||
</Table.Cell>
|
||||
</Table.Row>
|
||||
<Table.Row>
|
||||
<Table.Cell>
|
||||
|
||||
@@ -198,23 +183,6 @@ npx create-medusa-app@latest
|
||||
|
||||
</Table.Cell>
|
||||
</Table.Row>
|
||||
<Table.Row>
|
||||
<Table.Cell>
|
||||
|
||||
`--v2`
|
||||
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
Installs Medusa v2, which is still not ready for production.
|
||||
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
`false`
|
||||
|
||||
</Table.Cell>
|
||||
</Table.Row>
|
||||
</Table.Body>
|
||||
</Table>
|
||||
|
||||
|
||||
@@ -180,18 +180,6 @@ medusa new [<dir_name> [<starter_url>]]
|
||||
|
||||
The database host to use for database setup.
|
||||
|
||||
</Table.Cell>
|
||||
</Table.Row>
|
||||
<Table.Row>
|
||||
<Table.Cell>
|
||||
|
||||
`--v2`
|
||||
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
|
||||
Installs Medusa v2, which is still not ready for production.
|
||||
|
||||
</Table.Cell>
|
||||
</Table.Row>
|
||||
</Table.Body>
|
||||
|
||||
@@ -86,6 +86,11 @@ export const navDropdownItems: NavigationItem[] = [
|
||||
title: "Next.js Starter",
|
||||
link: "/resources/nextjs-starter",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "create-medusa-app",
|
||||
link: "/resources/create-medusa-app",
|
||||
},
|
||||
{
|
||||
type: "divider",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user