Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loganintech/delete-artifacts
Little rust project to delete build artifacts
https://github.com/loganintech/delete-artifacts
Last synced: 20 days ago
JSON representation
Little rust project to delete build artifacts
- Host: GitHub
- URL: https://github.com/loganintech/delete-artifacts
- Owner: loganintech
- Created: 2023-11-30T01:06:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-11-30T02:35:24.000Z (11 months ago)
- Last Synced: 2024-10-14T17:55:00.071Z (24 days ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```shell
delete-artifacts 0.1.0
Logan Saso
Simple program to delete specific build artifact directoriesUSAGE:
delete-artifacts [OPTIONS]ARGS:
Starting directory for searchOPTIONS:
-c, --commit Actually commit the deletion
-h, --help Print help information
-s, --skip-log-file Don't create a log file with all the deleted directories
-V, --version Print version information
```