Updating a Community Application
Use Marketplace to modify the name, description, and contact information of a community application.
You cannot modify the image or terms of use for an existing community application. To publish a different custom image, create a new community application.
- Open the navigation menu and click Marketplace. Under Marketplace, click Community Applications.
- Under List Scope, in the Compartment list, click the name of the compartment that contains the community application that you want to update.
- Select the community application that you want to modify and click Edit Details.
- In the Edit Community Application panel, update the required information. Avoid entering any confidential information.
- Click Save.
Open a command prompt and run
oci marketplace publication update
to update an existing community application:oci marketplace publication update --publication-id <target_publication_id> --name '<publication_name>'
For example:
oci marketplace publication update --publication-id ocid1.marketplacecommunitylisting.oc1..examplea3o7jtytz3lsfauxeq6sp5ye3ex624rgsw2ol4cvbpy2qtm57dgja --name 'New Application Name'
Avoid entering confidential information.
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the UpdatePublication operation to update a community application.