cmd/

directory
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2026 License: MIT

Directories

Path Synopsis
Package admincmd provides the "admin" parent command, which groups maintenance and administrative operations under a single namespace.
Package admincmd provides the "admin" parent command, which groups maintenance and administrative operations under a single namespace.
backupcmd
Package backupcmd provides the "admin backup" command, which creates a JSONL backup of the entire issue database.
Package backupcmd provides the "admin backup" command, which creates a JSONL backup of the entire issue database.
completion
Package completion provides the "completion" command, which outputs shell completion scripts for bash, zsh, and fish.
Package completion provides the "completion" command, which outputs shell completion scripts for bash, zsh, and fish.
gc
restorecmd
Package restorecmd provides the "admin restore" command, which restores the issue database from a JSONL backup file.
Package restorecmd provides the "admin restore" command, which restores the issue database from a JSONL backup file.
tally
Package tally provides the "tally" admin subcommand — a dashboard showing summary statistics about the issue database.
Package tally provides the "tally" admin subcommand — a dashboard showing summary statistics about the issue database.
upgrade
Package upgrade implements the "admin upgrade" command, which migrates the nitpicking database from its current schema version to v3.
Package upgrade implements the "admin upgrade" command, which migrates the nitpicking database from its current schema version to v3.
where
Package where provides the "where" command, which prints the absolute path of the discovered .np/ directory.
Package where provides the "where" command, which prints the absolute path of the discovered .np/ directory.
Package blocked provides the "blocked" shortcut command — lists issues that have unresolved blocked_by relationships.
Package blocked provides the "blocked" shortcut command — lists issues that have unresolved blocked_by relationships.
Package closecmd provides the "close" workflow shortcut — a combined close-with- reason command that adds a comment and then closes the issue in one step.
Package closecmd provides the "close" workflow shortcut — a combined close-with- reason command that adds a comment and then closes the issue in one step.
Package create provides the root-level "create" command, which auto-detects its input mode using IOStreams TTY detection: when stdin is a pipe, it delegates to the JSON create path; when stdin is a TTY, it launches the interactive form.
Package create provides the root-level "create" command, which auto-detects its input mode using IOStreams TTY detection: when stdin is a pipe, it delegates to the JSON create path; when stdin is a TTY, it launches the interactive form.
Package epiccmd provides the "epic" parent command with subcommands for epic-specific operations such as completion status tracking.
Package epiccmd provides the "epic" parent command with subcommands for epic-specific operations such as completion status tracking.
Package formcmd provides the "form" parent command, which groups interactive, TUI-based subcommands for issue creation and modification.
Package formcmd provides the "form" parent command, which groups interactive, TUI-based subcommands for issue creation and modification.
Package importcmd provides the "import" parent command, which groups subcommands for importing issues from structured file formats (currently JSONL).
Package importcmd provides the "import" parent command, which groups subcommands for importing issues from structured file formats (currently JSONL).
Package issuecmd provides the "issue" parent command, which groups issue management operations under a single namespace.
Package issuecmd provides the "issue" parent command, which groups issue management operations under a single namespace.
Package jsoncmd provides the "json" parent command, which groups agent-oriented subcommands that accept structured JSON input on stdin and produce JSON output unconditionally.
Package jsoncmd provides the "json" parent command, which groups agent-oriented subcommands that accept structured JSON input on stdin and produce JSON output unconditionally.
Package labelcmd provides the "label" parent command, which groups label management operations under a single namespace.
Package labelcmd provides the "label" parent command, which groups label management operations under a single namespace.
Package ready provides the "ready" shortcut command — a quick way to list issues that are available for work.
Package ready provides the "ready" shortcut command — a quick way to list issues that are available for work.
Package relcmd provides the "rel" parent command, which groups relationship management operations under a single namespace.
Package relcmd provides the "rel" parent command, which groups relationship management operations under a single namespace.
graphcmd
Package graphcmd implements the "graph" CLI command, which renders the issue hierarchy and relationships as a Graphviz DOT file.
Package graphcmd implements the "graph" CLI command, which renders the issue hierarchy and relationships as a Graphviz DOT file.
Package root constructs the root command that assembles all subcommands and defines cross-cutting behavior in the Before hook (signal handling and schema version gating).
Package root constructs the root command that assembles all subcommands and defines cross-cutting behavior in the Before hook (signal handling and schema version gating).
Package version implements the "version" command, which prints the application's build version and — when --verbose is set — VCS metadata (version control system, commit revision, and commit timestamp).
Package version implements the "version" command, which prints the application's build version and — when --verbose is set — VCS metadata (version control system, commit revision, and commit timestamp).

Jump to

Keyboard shortcuts

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