https://github.com/abhirockzz/fn-cleanup-util
Cleans up Fn triggers, functions, routes and apps
https://github.com/abhirockzz/fn-cleanup-util
faas fnproject functions serverless workshop
Last synced: 2 days ago
JSON representation
Cleans up Fn triggers, functions, routes and apps
- Host: GitHub
- URL: https://github.com/abhirockzz/fn-cleanup-util
- Owner: abhirockzz
- Created: 2018-08-28T07:02:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T17:45:03.000Z (almost 8 years ago)
- Last Synced: 2025-10-11T01:47:35.381Z (10 months ago)
- Topics: faas, fnproject, functions, serverless, workshop
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Functions clean up utility
Cascade deletion....
- Triggers
- Routes
- Functions
- Apps
## run...
- `git clone https://github.com/abhirockzz/fn-cleanup-util.git`
- `cd fn-cleanup-util`
- update `util.properties`
root_tenancy_ocid=
public_key_fingerprint=
user_ocid=
private_key_file_path=
compartment_id=
- `mvn clean install`
- `java -jar target/fn-util-1.0.jar util.properties`