clubhouse-cli
Advanced tools
Comparing version 0.7.4 to 0.8.0
@@ -10,14 +10,7 @@ module.exports = { | ||
"ecmaVersion": 2017, | ||
"ecmaFeatures": { | ||
"experimentalObjectRestSpread": true, | ||
"jsx": true | ||
}, | ||
"sourceType": "module" | ||
}, | ||
"plugins": [ | ||
"react" | ||
], | ||
"rules": { | ||
"react/jsx-uses-vars": 2, | ||
"jsx-quotes" : [2, "prefer-single"], | ||
"object-curly-spacing" : [2, "always"], | ||
@@ -24,0 +17,0 @@ "indent": [ |
{ | ||
"name": "clubhouse-cli", | ||
"version": "0.7.4", | ||
"version": "0.8.0", | ||
"description": "A command line tool for searching,viewing, and updating clubhouse.io stories", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ # clubhouse-cli | ||
~~~sh | ||
~~~ | ||
Usage: club [options] [command] | ||
@@ -23,3 +23,4 @@ | ||
members list members | ||
story view or manipulate stories | ||
story view or manipulate a story or stories | ||
create create a story | ||
workflows list workflows and their states | ||
@@ -32,3 +33,3 @@ workspace list stories matching saved workspace query | ||
~~~sh | ||
~~~ | ||
Usage: club find [options] | ||
@@ -55,3 +56,3 @@ | ||
~~~sh | ||
~~~ | ||
$ club find -o 'josh' -s 'Review' | ||
@@ -69,3 +70,3 @@ #1480 Create Thinga-ma-bob | ||
~~~sh | ||
~~~ | ||
Usage: club story [options] <id> | ||
@@ -81,2 +82,4 @@ | ||
-e, --estimate [number] Update estimate of story | ||
-E, --epic [id|name] Update epic of story | ||
-l, --label [id|name] Update story with labels, comma-separated | ||
-c, --comment [text] Add comment to story | ||
@@ -90,3 +93,3 @@ -o, --owner [id|name] Update owners of story, comma-separated | ||
~~~sh | ||
~~~ | ||
$ club story 1480 -c 'This is a commend' -o josh | ||
@@ -98,3 +101,3 @@ #1480 Create Thinga-ma-bob | ||
Label: #512 client_web | ||
Project: #14 | ||
Project: #14 Customer | ||
State: #500000020 Code Review | ||
@@ -106,5 +109,29 @@ URL: https://app.clubhouse.io/story/1480 | ||
### Story Creation | ||
~~~ | ||
Usage: club-create [options] | ||
create a story with provided details | ||
Options: | ||
-d, --description [text] Set description of story | ||
-e, --estimate [number] Set estimate of story | ||
-E, --epic [id|name] Set epic of story | ||
-I, --idonly Print only ID of story result | ||
-l, --label [id|name] Stories with label id/name, by regex | ||
-o, --owners [id|name] Set owners of story, comma-separated | ||
-O, --open Open story in browser | ||
-p, --project [id|name] Set project of story, required | ||
-t, --title [text] Set title of story, required | ||
-s, --state [id|name] Set workflow state of story | ||
-y, --type [name] Set type of story, default: feature | ||
-h, --help output usage information | ||
~~~ | ||
### Workspace | ||
~~~sh | ||
~~~ | ||
Usage: club workspace [options] | ||
@@ -125,3 +152,3 @@ | ||
~~~sh | ||
~~~ | ||
Usage: club-members [options] | ||
@@ -141,3 +168,3 @@ | ||
~~~sh | ||
~~~ | ||
Usage: club workflows [options] | ||
@@ -162,3 +189,3 @@ | ||
~~~sh | ||
~~~ | ||
Usage: club install [options] | ||
@@ -165,0 +192,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38021
17
190
185