projects

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package projects provides project management commands for GitScrum CLI

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdProjects

func NewCmdProjects(f *factory.Factory) *cobra.Command

func NewCmdProjectsCreate

func NewCmdProjectsCreate(f *factory.Factory) *cobra.Command

func NewCmdProjectsMembers

func NewCmdProjectsMembers(f *factory.Factory) *cobra.Command

func NewCmdProjectsStats

func NewCmdProjectsStats(f *factory.Factory) *cobra.Command

func NewCmdProjectsSwitch

func NewCmdProjectsSwitch(f *factory.Factory) *cobra.Command

func NewCmdProjectsView

func NewCmdProjectsView(f *factory.Factory) *cobra.Command

Types

type Project

type Project struct {
	UUID         string `json:"uuid"`
	Slug         string `json:"slug"`
	Name         string `json:"name"`
	Description  string `json:"description"`
	Status       string `json:"status"`
	TasksCount   int    `json:"tasks_count"`
	MembersCount int    `json:"members_count"`
	IsActive     bool   `json:"is_active"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL