Skip to content

Commit e42f799

Browse files
committed
Update docs for new paas-cli
1 parent 6e1b5a1 commit e42f799

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

products/paas/shopware/fundamentals/applications.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,14 @@ To update your application, you need to run the following command, and provide t
4242
sw-paas application update
4343
```
4444

45-
This command initiates the build process, packaging your application and preparing it for deployment.
46-
Then you need to deploy it, see below.
45+
This command initiates the build process, wait until its done and run the deployment for you.
4746

48-
## Deploy your application
47+
## Deploy a specific build of your application
4948

50-
To deploy your application and make your changes live, you need to run the following command:
49+
To create a deployment with a specific build, use the following command:
5150

5251
```sh
53-
sw-paas application deploy
52+
sw-paas application deploy create
5453
```
5554

5655
It will let you chose, which build you want to deploy.
@@ -61,13 +60,13 @@ This is very handy, since you chose any successful build to deploy. The lastest
6160
To list all past deployments:
6261

6362
```sh
64-
sw-paas application list-deployments
63+
sw-paas application deploy list
6564
```
6665

6766
To get details about a given deployment:
6867

6968
```sh
70-
sw-paas application get-deployment
69+
sw-paas application deploy get
7170
```
7271

7372
## Plugin Management
@@ -153,11 +152,9 @@ This configuration ensures that all traffic to your custom domain is routed thro
153152
Following domain creation, you must redeploy your application. You can do it by using:
154153

155154
```sh
156-
sw-paas application deploy
155+
sw-paas application deploy create
157156
```
158157

159-
This process will be automated in future releases.
160-
161158
#### Shopware Configuration
162159

163160
Subsequently, you can configure the domain within Shopware and associate it with a storefront. Status update functionality is currently under development and should be considered a beta feature.

products/paas/shopware/get-started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ sw-paas application create
8282
Then, deploy your application:
8383

8484
```sh
85-
sw-paas application deploy
85+
sw-paas application deploy create
8686
```
8787

8888
Monitor the deployment progress:

0 commit comments

Comments
 (0)