Skip to main content

new status

Create a new status

Usage

lucy new status <project-key> <key> [OPTIONS]

Examples

lucy new status EXAMP TODO --name "To Do"
lucy new status EXAMP BLOCKED --name Blocked --color red
lucy new status EXAMP DONE --name Done --color green

Arguments

<project-key>    The key of the project this status belongs to
<key> The unique key for the status

Options

-h, --help                         Prints help information
-p, --project-id <ID> The ID of the project this status belongs to
-n, --name <NAME> The name of the status
-d, --description <DESCRIPTION> The description of the status
-o, --order <ORDER> The order of the status
-c, --color <COLOR> The color of the status