psm help

This command displays help for each level of the psm command.

Syntax

psm [service] [command] h|help 

Parameters

This command has no parameters.

Examples

To see a list of all services available to this CLI:

$ psm help
Response:
DESCRIPTION
  A command line tool to interact with Oracle Cloud Platform Services (PaaS)

SYNOPSIS [parameters]
  psm <service> <command>
AVAILABLE SERVICES
  o ANALYTICS
       Oracle Analytics Cloud
  o APICS
       Oracle API Platform Cloud Service
  o APICatalog
       Oracle API Catalog Service
  o BDCSCE
       Oracle Big Data Cloud Service - Compute Edition
  o BOTSCFG
       Oracle Bots Configuration Service
  o BOTSCON
       Oracle Bots Connector Service
  o BOTSINT
       Oracle Bots Intent Service
  o BOTSMGM
       Oracle Bots Management API Service
  o BOTSPIP
       Oracle Bots Pipeline Service
  o BigDataAppliance
       Oracle Big Data Cloud Service
  o CONTAINER
       Oracle Container Cloud Service
  o CXAANA
       Oracle CxA Analytics Service
  o CXACFG
       Oracle CxA Configuration Service
  o CXACOL
       Oracle CxA Collector Service
  o CXAPOD
       Oracle CxA Pod Cloud Service
  o DHCS
       Oracle Data Hub Cloud Service
  o IDCS
       Oracle Identity Cloud Service
  o IDCSControlPlane
       Oracle Identity Cloud Service
  o IOTAssetMon
       Oracle IoT Asset Monitoring Cloud Service
  o IOTConnectedWrker
       Oracle IoT Connected Worker Cloud Service
  o IOTEnterpriseApps
       Oracle Internet of Things Cloud - Enterprise
  o IOTFleetMon
       Oracle IoT Fleet Monitoring Cloud Service
  o IOTProdMonitoring
       Oracle IoT Production Monitoring Cloud Service
  o IOTSvcAsset
       Oracle IoT Asset Monitoring CX Cloud Service
  o IntegrationCloud
       Oracle Integration Cloud
  o JaaS
       Oracle Java Cloud Service
  o MobileCCC
       Oracle Mobile Custom Code Container
  o MobileCorePOD
       Oracle Mobile Core POD
  o MySQLCS
       Oracle MySQL Cloud Service
  o OAICS
       Oracle Adaptive Intelligence Applications Offers Cloud Service
  o OEHCS
       Oracle Event Hub Cloud Service - Topics
  o OEHPCS
       Oracle Event Hub Cloud Service - Platform
  o OMCE
       Oracle Mobile Cloud Metering Service
  o SOA
       Oracle SOA Cloud Service
  o VisualBuilder
       Oracle Visual Builder Cloud Service
  o accs
       Oracle Application Container Cloud Service
  o caching
       Oracle Application Cache
  o dbcs
       Oracle Database Cloud Service
  o dics
       Oracle Data Integration Platform Cloud Service
  o ggcs
       Oracle GoldenGate Cloud Service
  o stack
       Oracle Cloud Stack Manager
  o stackvm
       Oracle Stack VM
  o setup
       Configure psm client options
  o cleanup
       Remove configured psm client options
  o update
       Update psm client to latest version
  o log
       View or update psm client log level
  o help
       Show help

AVAILABLE PARAMETERS
  -v, --version
       Show current version of psm client
To see a list of all commands for a specific service’s CLI:
$ psm accs help
Response:
DESCRIPTION
  Oracle Application Container Cloud Service

SYNOPSIS <service> [parameters] 
  psm accs 
AVAILABLE COMMANDS
  o apps
       List all Oracle Application Container Cloud applications
  o app
       List an Oracle Application Container Cloud application
  o push
       Create or Update an Oracle Application Container Cloud application
  o scale
       Scale an Oracle Application Container Cloud Service instance for a...
  o delete
       Delete an Oracle Application Container Cloud application
  o stop
       Stop an Oracle Application Container Cloud application
  o start
       Start an Oracle Application Container Cloud application
  o restart
       Restart an Oracle Application Container Cloud application
  o logs
       List log details of all the instances of an Oracle Application Container...
  o log
       View log details of an instance of an Oracle Application Container Cloud...
  o get-logs
       Request for log details of an instance of an Oracle Application Container...
  o recordings
       View recording details of all the instances of an Oracle Application...
  o recording
       List recording details of an instance of an Oracle Application Container...
  o get-recordings
       Request for recording details of an instance of an Oracle Application...
  o operation-status
       View status of an Oracle Application Container Cloud application operation
  o activities
       View activities for an Oracle Application Container Cloud application
  o check-health
       View health monitoring data, including memory and memory usage, for an...
  o help
       Show help
To see help for an individual command:
psm accs get-recordings help
Response:
DESCRIPTION
  Request for recording details of an instance of an Oracle Application
  Container Cloud Application

SYNOPSIS
  psm accs get-recordings [parameters]
       -n, --app-name 
       -i, --instance-name
       [-of, --output-format	

AVAILABLE PARAMETERS
  -n, --app-name    (string)
       Name of the application

  -i, --instance-name    (string)
       Name of the instance of the given Application. If value is [all] it generates
       recordings for all instances

  -of, --output-format    (string)
       Desired output format. Valid values are [short, json, html]

EXAMPLES
  psm accs get-recordings -n ExampleApp -i ExampleInstance