@brainbase-labs/cli 0.17.0 → 0.18.0

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.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/dist/index.js +567 -464
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,8 @@ The package installs a `brainbase` command on your PATH. Requires Node.js 18+.
14
14
 
15
15
  ```sh
16
16
  brainbase login # connect this device to brainbase
17
+ brainbase team list # which teams can I put agents in?
18
+ brainbase agent list # which agents are in a team, and what are their ids?
17
19
  brainbase template pack # bundle the current agent into a template
18
20
  brainbase template publish # upload to the registry
19
21
  brainbase template search # find templates published by your team