Documentation
¶
Overview ¶
CANARY: REQ=ENG-4319; FEATURE="ProjectCLI"; ASPECT=CLI; STATUS=IMPL; UPDATED=2025-10-18
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DbCmd = &cobra.Command{
Use: "db",
Short: "Database management commands",
Long: `Manage the CANARY database (global or local modes).`,
}
DbCmd manages database initialization
View Source
var ProjectCmd = &cobra.Command{
Use: "project",
Short: "Project management commands",
Long: `Register, list, remove, and switch between projects.`,
}
ProjectCmd manages projects
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.