Skip to content

Commit fe8ecde

Browse files
authored
Merge pull request AdobeDocs#293 from MichaelGoberling/patch-1
docs: outline --force-deploy option for updating published application
2 parents 9c32d71 + 874eee2 commit fe8ecde

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)