add pear gc (#114)

* add pear gc

* fixes
This commit is contained in:
Vivek Singh
2024-06-12 14:59:04 +05:30
committed by GitHub
parent f33dd39a53
commit 497a98ce96

View File

@@ -170,7 +170,19 @@ Move user application storage between applications.
--json Newline delimited JSON output
```
## `pear gc [flags] [command]`
Perform garbage collection and remove unused resources.
| Commands | Description |
|-------|---------------------------------------------------|
| releases | Clear inactive releases |
| sidecars | Clear running sidecars |
```
--json Newline delimited JSON output
--help|-h Show help
```