claudekit-cli 1.14.1 → 1.14.3
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 +2 -1
- package/bin/ck-darwin-arm64 +0 -0
- package/bin/ck-darwin-x64 +0 -0
- package/bin/ck-linux-x64 +0 -0
- package/bin/ck-win32-x64.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -369,7 +369,8 @@ Run diagnostics to check for common issues:
|
|
|
369
369
|
```bash
|
|
370
370
|
ck doctor # Check dependencies and offer installation
|
|
371
371
|
ck diagnose # Check authentication, access, releases
|
|
372
|
-
ck new --verbose # Enable detailed logging
|
|
372
|
+
ck new --verbose # Enable detailed logging for ck new
|
|
373
|
+
ck init --verbose # Enable detailed logging for ck init
|
|
373
374
|
```
|
|
374
375
|
|
|
375
376
|
**Common Issues:**
|
package/bin/ck-darwin-arm64
CHANGED
|
Binary file
|
package/bin/ck-darwin-x64
CHANGED
|
Binary file
|
package/bin/ck-linux-x64
CHANGED
|
Binary file
|
package/bin/ck-win32-x64.exe
CHANGED
|
Binary file
|