@tscircuit/cli 0.1.1185 → 0.1.1187
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 -0
- package/dist/cli/main.js +4399 -594
- package/dist/lib/index.js +4 -1
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -54,6 +54,8 @@ Commands:
|
|
|
54
54
|
install [packageSpec] Install project dependencies, or install a
|
|
55
55
|
specific package (e.g., tsci install
|
|
56
56
|
https://github.com/espressif/kicad-libraries)
|
|
57
|
+
update [packageSpec] Update tscircuit component packages to their
|
|
58
|
+
latest version
|
|
57
59
|
upgrade Upgrade CLI to the latest version
|
|
58
60
|
doctor Run diagnostic checks for your tscircuit setup
|
|
59
61
|
check Partially build and validate circuit artifacts
|