Skip to main content

CLI tool for Qiniu

Project description

qiniu-cli

Qiniu CLI tool.

Install

pip install qiniu-cli

Usage

$ qiniu_cli upload requirements.txt
http://tmp-images.qiniudn.com/requirements.txt

$ qiniu_cli upload --save-dir "comics/2014/" *.png *.txt
http://tmp-images.qiniudn.com/comics/2014/2014-09-25-EveryFall.zh-cn.png
http://tmp-images.qiniudn.com/comics/2014/3014.painting.png
http://tmp-images.qiniudn.com/comics/2014/requirements.txt


$ qiniu_cli --help
Usage: qiniu_cli [OPTIONS] COMMAND [ARGS]...

Options:
  -c, --config FILENAME  Config file(default: config.json).
  --bucket TEXT          Bucket name.
  -v, --verbose          Enables verbose mode.
  --version              Show the version and exit.
  --help                 Show this message and exit.

Commands:
  search  Search file.
  upload  Upload file.

$ qiniu_cli upload --help
Usage: qiniu_cli upload [OPTIONS] FILES...

Options:
  --save-name TEXT  File save name.
  --save-dir TEXT   Upload to directory.
  --auto-name       Auto name file by sh1 hex digest with timestamp.
  --help            Show this message and exit.

Changelog

0.1.0 (2014-10-12)

  • Initial Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qiniu-cli-0.1.0.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

qiniu_cli-0.1.0-py2.py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page