New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cos-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cos-cli

cos-cli

latest
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

cos-cli

Usage

HOME目录下新建一个.cos.json的文件内容如下:

{
  "appId": "your app id",
  "secretId": "your secret id",
  "secretKey": "your secret key",
  "bucket": "your bucket"
}

然后安装cos-cli:npm i -g cos-cli

执行一下命令:

# 查看帮助
cos -h

# 查看版本号
cos -V

# 查看上传帮助
cos upload -h

# 上传文件
cos upload hello.txt

# 上传文件,指定服务器端的文件名
cos upload hello.txt --path /hello.log

# 上传文件,覆盖同名的文件
cos upload hello.txt --path /hello.log --overwrite

# 上传文件,上传完成后删除本地文件
cos upload hello.txt --path /hello.log --delete

# 删除cdn上的文件
cos rm /hello.lg

# 删除cdn上的文件夹
cos rm /dir/

# 查看目录下文件
cos ls /path/

Todos

  • 美化控制台输出
  • 补充文档
  • 支持批量上传

Keywords

cos

FAQs

Package last updated on 02 Dec 2016

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