Patch Management
Creating an Application Patch
$ cloudio create-patch -a my-app

Verifying an Application Patch

Applying an Application Patch

Last updated
$ cloudio create-patch -a my-appRunning the above command generates an application patch as a zip file. The zip contains all the metadata in various .json & .js files. You can extract and check into your source control system e.g. GitHub.

Example Output

Once a patch is generated from a source instance, you can verify it against a target instance to review the changes to be applied to the target instance.

Once reviewed and approved, you can apply the patch using the following command

You must authenticate with a user having a Patch Administrator role assigned to perform the above operations.
Last updated
$ cloudio verify-patch -a my-app$ cloudio patch -a my-app