package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Mar 9, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var TeamsCmd = &cobra.Command{
Use: "teams",
Short: "Manage teams",
Long: `List, create, update, and delete teams and memberships.`,
}
TeamsCmd manages teams
type TeamInfo struct {
ID string `json:"$id"`
Name string `json:"name"`
Total int `json:"total"`
CreatedAt string `json:"$createdAt,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.