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

qyw-cli

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qyw-cli

全药网前端cli工具

latest
npmnpm
Version
1.0.10
Version published
Maintainers
1
Created
Source

qyw-cli

全药网前端 cli 工具

功能描述

  • 将本地目录上传至阿里云 oss 目录

使用方法

  • 全局安装该模块
npm install qyw-cli -g
  • 配置 oss 配置 json,配置项参考 阿里云文档

  • 使用方法

Usage: qyw-cli [options] [path]

Options:
  -v, -V, --version    output the version number
  -l, --local [path]   上传的本地文件目录,需传入参数
  -o, --oss [path]     oss线上地址,需传入参数
  -c, --config [path]  ossClient配置地址,json形式 (default: "/data/oss-client.json")
  --old [path]         复制oss线上文件,对应文件夹前缀
  -h, --help           display help for command

Example:
  qyw-cli -l public/preview -o prewiew
  # 把 www/master/hwyp-fe-manage/ 路径下的文件复制至 www/dist/hwyp-fe-manage/ 目录下
  qyw-cli --old www/master/hwyp-fe-manage/ -o www/dist/hwyp-fe-manage/ -c F:/data/oss-hwyp-master.json

Keywords

全药网,cli,oss

FAQs

Package last updated on 21 Nov 2025

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