cli

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: May 24, 2026 License: MIT Imports: 19 Imported by: 0

Documentation

Overview

Package cli provides the exported Cobra command tree for the PRISM roadmap CLI.

Package cli provides the exported Cobra command tree for the PRISM roadmap CLI.

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "roadmap",
	Short: "PRISM Roadmap - Goals, requirements, and planning documents",
	Long: `PRISM Roadmap provides tools for working with roadmaps and planning documents.

Document types:
  Goals (define what the roadmap achieves):
    - OKR (Objectives and Key Results)
    - V2MOM (Vision, Values, Methods, Obstacles, Measures)

  Requirements (execute roadmap items):
    - PRD (Product Requirements Document)
    - MRD (Market Requirements Document)
    - TRD (Technical Requirements Document)

It can convert document JSON files to markdown with Pandoc-compatible YAML
frontmatter, generate Marp presentations, and validate files against their
respective schemas.`,
	Version: version,
}

RootCmd is the root command for PRISM roadmap operations. It can be imported and added as a subcommand to other CLI tools.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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