Skip to content

jtk projects

The projects command group manages project inspection. Aliases: project, p.

List all projects.

Terminal window
jtk projects list
jtk projects list --json

Example output:

Key Name Type Lead
PROJ My Project software Jane Doe
DES Design Team software Bob Smith
PLAT Platform software Alice Johnson
Showing 3 of 3 results

Get detailed project information.

Terminal window
jtk projects get PROJ
jtk projects get PROJ --json

Arguments:

ArgumentDescription
project-keyProject key (required)

Example output:

PROJ: My Project
Type: software
Lead: Jane Doe
Description: Main product development project
Issue Types: Story, Bug, Task, Epic, Sub-task