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. |
|
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. |
|
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 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. |
|
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 done provides the "close" workflow shortcut — a combined close-with- reason command that adds a comment and then closes the issue in one step.
|
Package done provides the "close" workflow shortcut — a combined close-with- reason command that adds a comment and then closes the issue in one step. |
|
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 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 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. |
|
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. |
|
Package root constructs the root command that assembles all subcommands and defines cross-cutting behavior in the Before hook (signal handling).
|
Package root constructs the root command that assembles all subcommands and defines cross-cutting behavior in the Before hook (signal handling). |
|
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. |
|
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). |
|
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. |
Click to show internal directories.
Click to hide internal directories.