Created
September 10, 2025 12:28
-
-
Save majodev/56c4ac7046f6cd42cb23a0ef9963d609 to your computer and use it in GitHub Desktop.
run-oci-superdelete-with-uv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://github.com/AnykeyNL/OCI-SuperDelete | |
| # prerequisite: https://github.com/astral-sh/uv and fully configured oci-cli | |
| git clone https://github.com/AnykeyNL/OCI-SuperDelete.git | |
| # https://github.com/AnykeyNL/OCI-SuperDelete/commit/c285991543f4e0bc00805d83a8a440d5ade4a01b | |
| cd OCI-SuperDelete | |
| uv init | |
| uv add oci requests | |
| uv run delete.py -rg REGION -c COMPARTMENT_ID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment