@goondocks/myco-team
v0.4.2
Published
Myco team sync Cloudflare Worker and deployment CLI
Downloads
700
Maintainers
Readme
@goondocks/myco-team
@goondocks/myco-team manages a Myco Team Sync deployment from the terminal.
Installs are Grove-scoped: run the command from a project that belongs to the
Grove you want to share, and Team Sync connects that Grove's knowledge to your
team's Cloudflare deployment.
Install it to provision or administer a team worker:
npm install -g @goondocks/myco-teamTeam operators need this package; teammates who only connect to an existing team worker through the Myco dashboard do not.
What you can do
- Install or upgrade a Team Sync worker
- Check deployment status
- Rotate API and MCP tokens
- Destroy a Team Sync deployment
Common commands
myco-team install /path/to/grove-bound-project
myco-team status
myco-team rotate-tokens api
myco-team rotate-tokens mcp
myco-team destroyUpgrade
After the first install, Myco's Operations page can detect and apply updates for this package automatically on the same machine.
You can also update it directly:
npm update -g @goondocks/myco-teamLearn more
- Main project: https://github.com/goondocks-co/myco
- Team Sync guide: https://github.com/goondocks-co/myco/blob/main/docs/team-sync.md
License
Apache-2.0
