Skip to content

Commit 874eee2

Browse files
docs: outline --force-deploy option for updating published application
1 parent 9c32d71 commit 874eee2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/pages/admin-ui-sdk/publish.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ During the testing phase, an administrator of your enterprise organization perfo
2626

2727
## Update an already published application
2828

29-
To update an already published application, you must revoke it and go through the approval process again.
29+
To deploy code changes to an already published application, you can perform a force deploy:
30+
31+
```bash
32+
aio app deploy --force-deploy
33+
```
34+
35+
To update the credentials or services used by an already published application, you must revoke it and go through the approval process again.
3036

3137
1. Ask an enterprise organization administrator to revoke your published application in the [Adobe Exchange Manage panel](https://exchange.adobe.com/manage). Note that once revoked, your application will no longer be public.
3238

0 commit comments

Comments
 (0)