usage display

This commit is contained in:
my99problems
2025-10-26 15:50:16 +01:00
parent baea7ae7be
commit 1cea7bec60
2 changed files with 156 additions and 26 deletions

View File

@@ -5,14 +5,14 @@ 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
-h Show this help message
-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
```