From d9736919bb0ac46fb6925e93a4348a1fe9e8aa57 Mon Sep 17 00:00:00 2001 From: Cory Bennett Date: Sun, 17 Sep 2017 15:38:24 -0700 Subject: [PATCH] Updated Usage --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 4eb324b..976be20 100644 --- a/README.md +++ b/README.md @@ -794,6 +794,28 @@ Commands: --gjq=GJQ GJSON Query to filter output, see https://goo.gl/iaYwJ5 -p, --project=PROJECT project to list issueTypes + attach create [] [] + Attach file to issue + + -b, --browse Open issue(s) in browser after operation + --saveFile=SAVEFILE Write attachment information as yaml to file + -f, --filename=FILENAME Filename to use for attachment + + attach list [] + Prints issue details + + -b, --browse Open issue(s) in browser after operation + -t, --template=TEMPLATE Template to use for output + + attach get [] [] + Fetch attachment + + -o, --output=OUTPUT Write attachment to specified file name, '-' for stdout + + attach remove [] + Delete attachment + + export-templates [] Export templates for customizations @@ -816,4 +838,6 @@ Commands: -t, --template=TEMPLATE Template to use for output --gjq=GJQ GJSON Query to filter output, see https://goo.gl/iaYwJ5 -M, --method=METHOD HTTP request method to use + + ```