Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

qn-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qn-cli

qn api caller

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

qn-cli

a command line tool to operate qiniu cloud object strage

Usage

upload

上传文件

qn-cli upload assets/** images/*.png --basePath qn-cli/example
login

重新设置ak 和 sk

qn-cli upload assets/** images/*.png
buckets

bucket 相关操作

qn-cli buckets list # 列出所有的buckets
hosts

cdn hosts 相关

qn-cli hosts [bucket] # 列出某个bucket中的所有映射域名 不输入bucket则会获取到所有的buckets然后选择
objects

存储对象相关

qn-cli objects stats # 查看某个存储对象的数据
qn-cli objects move # 移动存储对象
qn-cli objects copy # 复制存储对象
qn-cli objects delete # 删除存储对象

Keywords

axios

FAQs

Package last updated on 13 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts