Skip to content

Commit bade8a0

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

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

products/paas/shopware/fundamentals/applications.md

Lines changed: 6 additions & 7 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

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)