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, SilenceErrors: true, SilenceUsage: true, 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 ¶
Types ¶
type CLIError ¶ added in v0.6.0
CLIError wraps domain errors with user-facing messages and actionable hints.
func NewCLIError ¶ added in v0.6.0
NewCLIError creates a CLIError with a default exit code of 1.
Source Files
¶
- ai.go
- audit.go
- completion.go
- config_wizard.go
- cost.go
- dashboard.go
- debt.go
- deps.go
- discover.go
- doctor.go
- drift.go
- errors.go
- forecast.go
- git.go
- init.go
- mcp.go
- messaging.go
- openapi.go
- org.go
- plan.go
- plugin.go
- policy.go
- query.go
- rate.go
- root.go
- services.go
- setup.go
- spec.go
- status.go
- sync.go
- sync_configure.go
- task.go
- team.go
- timeline.go
- usage.go
- watch.go
- webhook.go
- webhook_notif.go
- workspace.go
Click to show internal directories.
Click to hide internal directories.