psm accs available-updates

This command list the details of available updates of Oracle Application Container Cloud Service in the identity domain.

Syntax

psm accs available-updates
-n|--app-name name 
[-of|--output-format json|html|short]

Parameters

Parameter Description
-n, --app-name Name of the application.

-of|--output-format json|html|short

(Optional) Specifies the output format of the command’s response:
  • json—output is formatted as a JSON array.

  • html—output is formatted as HTML

  • short—output is formatted as a brief summary.

The default output format is the one you specified when using the psm setup command to configure the psm CLI.

Examples

$ psm accs available-updates -n employees-app -of json 
[
    {
        "updateId":"nodev8.1.4",
        "version":"v8.1.4",
        "displayVersion":"Node 8.1.4",
        "releaseDate":"2017-09-14T00:00:00.000+0000",
        "updateDescription":"This update contains new features and fixes for critical issues. See the documentation for details.",
        "releaseUrl":"https://nodejs.org/en/blog/release/v8.1.4",
        "type":"major"
    }
]