update status
Update an existing status
Usage
lucy update status [project-key] [status-key] [OPTIONS]
Examples
lucy update status EXAMP TODO --name "To Do"
lucy update status TODO --project-id 1 --name "To Do"
lucy update status --id 1 --color blue
lucy update status EXAMP DONE --new-key COMPLETED
Arguments
[project-key] The key of the project the status belongs to
[status-key] The key of the status to update
Options
-h, --help Prints help information
-p, --project-id <ID> The ID of the project the status belongs to
-i, --id <ID> The ID of the status to update
--new-key <KEY> New key for the status
-o, --order <ORDER> Order of the status
-n, --name <NAME> Name of the status
-d, --description <DESCRIPTION> Description of the status
-c, --color <COLOR> Color of the status