workspaces

package
v1.0.0-beta Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package workspaces provides workspace commands for GitScrum CLI

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdWorkspaces

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

NewCmdWorkspaces creates the workspaces command group

func NewCmdWorkspacesMembers

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

NewCmdWorkspacesMembers shows workspace members

func NewCmdWorkspacesStats

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

NewCmdWorkspacesStats shows workspace statistics

func NewCmdWorkspacesSwitch

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

NewCmdWorkspacesSwitch switches to a workspace

func NewCmdWorkspacesView

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

NewCmdWorkspacesView shows workspace details

Types

type Workspace

type Workspace struct {
	UUID          string `json:"uuid"`
	Slug          string `json:"slug"`
	Name          string `json:"name"`
	Description   string `json:"description"`
	ProjectsCount int    `json:"projects_count"`
	MembersCount  int    `json:"members_count"`
	Plan          string `json:"plan"`
}

Workspace represents a workspace

Jump to

Keyboard shortcuts

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