Skip to content

Commit

Permalink
#293 Fix / improve extension create command in quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
amenk authored and shyim committed Jan 18, 2024
1 parent 9b9c593 commit 605bdc8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions wiki/docs/extension_quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ First you need to [install](install.md) the CLI.

First we need to login into our Shopware account. For this execute the command `shopware-cli account login` and login with your credentials. This credentials will be saved locally. With `shopware-cli account logout` can you logout again. For the CI you can set enviroment variables `SHOPWARE_CLI_ACCOUNT_EMAIL` and `SHOPWARE_CLI_ACCOUNT_PASSWORD` skip the login step.


## Optional: Change the active Shopware Account company

Your Shopware account can be in multiple companies. Use the command `shopware-cli account company list` to show all companys you have access.
Expand All @@ -21,10 +20,14 @@ With `shopware-cli account company use <id>` can you switch the current company
To upload the zip later in the Store, you need to create the extension in the Account. If you haven't done this you can do this with

```
shopware-cli extension create <Name> platform
shopware-cli account producer extension create <Name> platform
```

possible values are: `classic` (Shopware 5) `platform` (Shopware 6 Plugin system) `themes` (Shopware 6 App containg theme) `apps` (Shopware 6 App)
possible values for the last parameter are:
* `classic` (Shopware 5)
* `platform` (Shopware 6 Plugin system)
* `themes` (Shopware 6 App containg theme)
* `apps` (Shopware 6 App)

## Getting the Store Information into the Git repository

Expand Down

0 comments on commit 605bdc8

Please sign in to comment.