@anythingai/cli 0.1.1 → 0.1.2
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 +4 -0
- package/dist/js/bin.mjs +491 -213
- package/package.json +1 -1
- package/skills/anything-cli/SKILL.md +1 -0
package/package.json
CHANGED
|
@@ -118,6 +118,7 @@ anything introspect # full command tree as JSON
|
|
|
118
118
|
anything skill # print SKILL.md
|
|
119
119
|
anything update --check --json # is a newer CLI version available?
|
|
120
120
|
anything update --json # self-update to the latest version
|
|
121
|
+
anything update 0.0.3 --json # install a specific published version
|
|
121
122
|
```
|
|
122
123
|
|
|
123
124
|
### Project creation and iteration
|