@tscircuit/cli 0.1.991 → 0.1.993
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 +1 -0
- package/dist/cli/main.js +71905 -71885
- package/dist/lib/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,6 +56,7 @@ Commands:
|
|
|
56
56
|
https://github.com/espressif/kicad-libraries)
|
|
57
57
|
upgrade Upgrade CLI to the latest version
|
|
58
58
|
doctor Run diagnostic checks for your tscircuit setup
|
|
59
|
+
check Partially build and validate circuit artifacts
|
|
59
60
|
search [options] <query> Search for footprints, CAD models or packages in
|
|
60
61
|
the tscircuit ecosystem
|
|
61
62
|
import [options] <query> Search JLCPCB or the tscircuit registry and import
|