19 lines
456 B
Markdown
19 lines
456 B
Markdown
# Oci-Wrapper
|
|
|
|
Oci-cli wrapper in bash
|
|
|
|
|
|
# Current available methods
|
|
|
|
|
|
```
|
|
Usage: oci.sh [OPTION]
|
|
Options:
|
|
-lu List all users in the tenancy
|
|
-lc List all compartments in the tenancy
|
|
-lr List all running instances in the tenancy
|
|
-la List and parse audit events for a specific user (filtered by email)///ONLY WORKS FOR OWN DATA
|
|
--usage Display usage and cost summary for the current month
|
|
-h Show this help message
|
|
```
|