Skip to content

Commit

Permalink
Merge pull request #293 from MichaelGoberling/patch-1
Browse files Browse the repository at this point in the history
docs: outline --force-deploy option for updating published application
  • Loading branch information
keharper authored Nov 25, 2024
2 parents 9c32d71 + 874eee2 commit fe8ecde
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/admin-ui-sdk/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ During the testing phase, an administrator of your enterprise organization perfo

## Update an already published application

To update an already published application, you must revoke it and go through the approval process again.
To deploy code changes to an already published application, you can perform a force deploy:

```bash
aio app deploy --force-deploy
```

To update the credentials or services used by an already published application, you must revoke it and go through the approval process again.

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.

Expand Down

0 comments on commit fe8ecde

Please sign in to comment.