ghcr-cleanup-manager-visualizer 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,8 +15,8 @@ Download the test scenario DB from the latest release and try the visualizer wit
|
|
|
15
15
|
The DB contains dozens of scenario packages with different graphs and before/after views of cleanup operations on them.
|
|
16
16
|
|
|
17
17
|
```sh
|
|
18
|
-
curl -LO https://github.com/ghcr-manager/ghcr-cleanup-manager/releases/latest/download/ghcr-cleanup-manager
|
|
19
|
-
npx ghcr-cleanup-manager-visualizer --db ./ghcr-cleanup-manager
|
|
18
|
+
curl -LO https://github.com/ghcr-manager/ghcr-cleanup-manager/releases/latest/download/ghcr-cleanup-manager-release-scenarios.sqlite
|
|
19
|
+
npx ghcr-cleanup-manager-visualizer --db ./ghcr-cleanup-manager-release-scenarios.sqlite
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
Or run the release image:
|
|
@@ -25,7 +25,7 @@ Or run the release image:
|
|
|
25
25
|
docker run --rm -p 8080:8080 \
|
|
26
26
|
-v "$PWD:/data:ro" \
|
|
27
27
|
ghcr.io/ghcr-manager/ghcr-cleanup-manager-visualizer:latest \
|
|
28
|
-
--db /data/ghcr-cleanup-manager
|
|
28
|
+
--db /data/ghcr-cleanup-manager-release-scenarios.sqlite
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
Open the local URL printed by the command and select:
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "ghcr-cleanup-manager-visualizer",
|
|
3
3
|
"description": "Inspect GHCR Cleanup Manager SQLite scan databases in a local browser graph visualizer.",
|
|
4
4
|
"homepage": "https://github.com/ghcr-manager/ghcr-cleanup-manager#readme",
|
|
5
|
-
"version": "v1.1.
|
|
5
|
+
"version": "v1.1.4",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"keywords": [
|