athena-cleanup
Command that cleans up environment unused resources.
Usage
athena-cleanup [OPTIONS]
Option | Description |
---|---|
-e, –environment |
Environment to run this command in. |
-h, –help | Show built-in help documentation. |
–keep-no-owner / –remove-no-owner | Remove dangling DNS zones and DHCP Option sets. |
-o, –owner |
Owner of the environment. |
-v, –verbose | Enable verbose output. |
Extending
To modify cleanup operations edit cleanup.yml
in environment playbook directory.
Examples
To cleanup current environment:
athena-cleanup
To cleanup another environment (owner - test, name - dev):
athena-cleanup -o test -e dev