kfctl 0.1.8 → 0.1.9

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.
Files changed (2) hide show
  1. package/README.md +0 -33
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -86,39 +86,6 @@ Options:
86
86
 
87
87
  ---
88
88
 
89
- ## ⌨️ Interactive Mode
90
-
91
- Once logs are streaming, use these keyboard shortcuts:
92
-
93
- ### Filtering
94
- - `/` - Enter filter mode (type pattern and press Enter)
95
- - `c` - Clear all filters
96
- - `i` - Toggle case-insensitive matching
97
- - `v` - Toggle invert match (show non-matching lines)
98
-
99
- ### Context
100
- - `+` - Increase context lines (show more lines around matches)
101
- - `-` - Decrease context lines
102
-
103
- ### Playback
104
- - `p` - Pause/resume log stream
105
- - `q` - Quit
106
-
107
- ### Help
108
- - `?` - Show help
109
-
110
- **Example workflow:**
111
- ```
112
- 1. Start: kfctl -n production api
113
- 2. Press / and type "ERROR" to filter errors
114
- 3. Press + three times to see 3 lines of context
115
- 4. Press i to ignore case
116
- 5. Press p to pause and examine
117
- 6. Press q to quit
118
- ```
119
-
120
- ---
121
-
122
89
  ## 🐛 Troubleshooting
123
90
 
124
91
  ### Deployment Not Found
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kfctl",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Kubernetes Follow Colorful - Follow Kubernetes deployment logs with style",
5
5
  "type": "module",
6
6
  "publishConfig": {