@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anythingai/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "homepage": "https://anything.com/",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -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