Teams require a Team plan. See Plans for details.
How it works
- Create a team from the CLI or the dashboard
- Invite members by email
- Push a config to the team workspace
- Every member can pull the shared config
CLI commands
| Command | Description |
|---|---|
lazy teams list | List your teams |
lazy teams create <name> | Create a new team |
lazy teams info <slug> | View team details and members |
lazy teams invite <slug> <email> [role] | Invite a member |
lazy teams leave <slug> | Leave a team |
lazy teams invitations | View pending invitations |
lazy teams accept <id> | Accept an invitation |
Push and pull with teams
Use the--team flag (or -T) to push/pull team configs: