Skip to content

Commit

Permalink
[jsk_data] Describe about pubopen and delete subcommands
Browse files Browse the repository at this point in the history
Modified:
  - jsk_data/README.md
  • Loading branch information
wkentaro committed Dec 24, 2015
1 parent 62b4bfb commit 8e1d57b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion jsk_data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ this is fully designed for JSK lab members.

There are following sub commands. See `jsk_data [sub command] --help` for more detail.

* `ls`: List data in the server.
* `ls`: List data on the server.

Usage is `jsk_data ls [OPTIONS] [QUERY]`.

Expand All @@ -28,13 +28,23 @@ There are following sub commands. See `jsk_data [sub command] --help` for more d
[public Google Drive folder](https://drive.google.com/folderview?id=0B9P1L--7Wd2vUGplQkVLTFBWcFE),
so please care about it when you handle secure data.

* `delete`: Delete file on the server.

Usage is `jsk_data delete FILENAME`.
It only supports with `--public` option.
If you want to delete private data, delete it manually by logging in aries via ssh.

* `pubinfo`: Show public data info.

Usage is `jsk_data pubinfo [OPTIONS] FILENAME`.
Downloading large file with `wget` or `curl` from Google Drive can be failed.
(see [here](http://stackoverflow.com/questions/25010369/wget-curl-large-file-from-google-drive))
Please run `sudo pip install gdown` and use it at that time. (`Usage: gdown [URL] -O [FILENAME]`)

* `pubopen`: Open Google Drive Folder where public data is uploaded

Usage is `jsk_data pubopen`.


**Screencast**

Expand Down

0 comments on commit 8e1d57b

Please sign in to comment.