Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ redirects:
concepts/framework/rules.html: concepts/framework/rule/index.html
products/extensions/migration-assistant/concept.html: products/extensions/migration-assistant/concept/index.html
products/extensions/migration-assistant/guides.html: products/extensions/migration-assistant/guides/index.html
products/cli/project-commands/project-config-sync.html: resources/tooling/fixture-bundle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Shopware CLI has an extension manager to install and manage extensions in your S
This functionality was designed for Shopware SaaS and should not be used for self-hosted installations. [The recommendation is to use the Deployment Helper and install all plugins via Composer](../../../guides/hosting/installation-updates/deployments/deployment-helper.md)
:::

To use the extension manager, you need a `.shopware-project.yml` or set environment variables. See here for more information about the [Project Configuration](./project-config-sync.md#setup).
To use the extension manager, you need a `.shopware-project.yml` or set environment variables. See here for more information about the [Fixture Bundle](../../../resources/tooling/fixture-bundle/index.md).

::: warning
Make sure you log in using your username and password to the CLI. The extension API can be used **only by users**.
Expand Down