From 24e033003879478ba1edc33fdd2d9eb309b5b638 Mon Sep 17 00:00:00 2001 From: KADOYA Ryo Date: Fri, 19 Dec 2014 17:59:31 +0900 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2e1abdd..ef4a7e9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -kintone-ci +cli-kintone ========== -kintone-ci is a command line utility for kintone. +cli-kintone is a command line utility for kintone. ## Version @@ -17,7 +17,7 @@ kintone-ci is a command line utility for kintone. Getting the source code $ cd ${GOPATH}/src - $ git clone https://github.com/kintone/kintone-ci.git + $ git clone https://github.com/kintone/cli-kintone.git Install dependencies @@ -27,7 +27,7 @@ Install dependencies build - $ cd ${GOPATH}/src/kintone-ci + $ cd ${GOPATH}/src/cli-kintone $ go build ## Downloads @@ -38,7 +38,7 @@ These binaries are available for download. - Linux - Mac OS X -https://github.com/kintone/kintone-ci/releases +https://github.com/kintone/cli-kintone/releases ## Usage @@ -58,15 +58,15 @@ https://github.com/kintone/kintone-ci/releases Export all columns from an app. - $ kintone-ci -a -d -t + $ cli-kintone -a -d -t Export the specified columns to csv file as Shif-JIS encoding. - $ kintone-ci -a -d -e sjis -c "$id, name1, name2" -t > + $ cli-kintone -a -d -e sjis -c "$id, name1, name2" -t > If the file has $id column, the original data will be updated. If not, new row will be inserted. - $ kintone-ci -a -d -e sjis -t -f + $ cli-kintone -a -d -e sjis -t -f ## Licence