diff --git a/README.md b/README.md new file mode 100644 index 0000000..26c265c --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# 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 + -h Show this help message + +```