@tscircuit/cli 0.1.74 → 0.1.75
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 -1
- package/dist/main.js +3462 -3381
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,12 +43,12 @@ Commands:
|
|
|
43
43
|
dev [options] [file] Start development server for a snippet
|
|
44
44
|
clone <snippet> Clone a snippet from the registry
|
|
45
45
|
push [options] [file] Save snippet code to Registry API
|
|
46
|
-
add <component> Add a component from tscircuit.com
|
|
47
46
|
auth Login/logout
|
|
48
47
|
login Login to tscircuit registry
|
|
49
48
|
logout Logout from tscircuit registry
|
|
50
49
|
config Manage tscircuit CLI configuration
|
|
51
50
|
export [options] <file> Export tscircuit code to various formats
|
|
51
|
+
add <component> Add a component from tscircuit.com
|
|
52
52
|
help [command] display help for command
|
|
53
53
|
```
|
|
54
54
|
<!-- END_HELP_OUTPUT -->
|