oracle-actions/Run an Oracle Cloud Infrastructure (OCI) CLI command
Run an Oracle Cloud Infrastructure (OCI) CLI command
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The command and arguments to provide to the "oci" tool. Most commands specify a service, followed by a resource type and then an action, e.g. "iam user list --compartment-id <compartment-ocid>" | yes | — |
| query | (Optional) JMESPath query [http://jmespath.org/] to run on the response JSON before output. | no | "" |
| silent | (Default: true) If set to 'False', will stream the output of the command directly to the log. This may leak confidential information. We recomment keep this as false except for debugging purposes. | no | True |
Outputs
| name | description |
|---|---|
| output | Response output in JSON format |
| raw_output | If the output of a given query is a single string value, this will return the string without surrounding quotes. |