Subject JSON argument of the CLI tool should be deprecated and separate arguments can be used instead.
Subject "item" could be --item/-i and "type" --type/-T (-t is already short for --testcase).
--item/-i
--type/-T
-t
--testcase
Would be nice to drop the type altogether if it's possible to infer it from the item name - server could find the type by getting first result matching the item name.
Commit 3349cc7e fixes this issue