cli

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2026 License: MIT Imports: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version = "dev"
	Commit  = "none"
	Date    = "unknown"
)
View Source
var RootCmd = &cobra.Command{
	Use:     "roady",
	Version: Version,
	Short:   "A planning-first system of record for software work",
	Long: `Roady is a planning-first system of record for software work.
It helps individuals and teams answer:
1. What are we building?
2. Why are we building it?
3. What should happen next?`,
}

RootCmd represents the base command when called without any subcommands

View Source
var RunForecast = runForecast

RunForecast is the exported RunE function for use as a subcommand

View Source
var RunTimeline = runTimeline

RunTimeline is the exported RunE function for use as a subcommand

View Source
var RunUsage = runUsage

RunUsage is the exported RunE function for use as a subcommand

Functions

func Execute

func Execute() error

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the RootCmd.

Types

type PluginInfo added in v0.4.0

type PluginInfo struct {
	Name        string
	Description string
	ConfigKeys  []string
	GoPackage   string // for go install
}

PluginInfo describes an available plugin

Jump to

Keyboard shortcuts

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