Commit 75699bc
committed
feat: add support package optimization
Implements issue #343 - support package size optimization.
Features:
- Truncate log files to last N lines (default 1000)
- Remove nested gzip files
- Opt-in via --optimize flag
- Configurable log line limit with --log-lines
- Verbose mode shows size reduction stats
- 70-90% size reduction typical
Usage:
redisctl enterprise support-package cluster --optimize
redisctl enterprise support-package cluster --optimize --log-lines 500 -v
redisctl enterprise support-package database 1 --optimize
Related to #342 (upload capability)1 parent d00107e commit 75699bc
File tree
5 files changed
+528
-3
lines changed- crates/redisctl
- src/commands/enterprise
- support_package
5 files changed
+528
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments