Skip to content

coding/coding-generic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
欧如栋
Oct 20, 2023
7673b7c · Oct 20, 2023

History

33 Commits
Oct 20, 2023
Oct 20, 2023
Jul 3, 2023
Nov 12, 2020
Oct 20, 2023
Oct 20, 2023
Jul 3, 2023

Repository files navigation

coding-generic

用于推送 generic 类型制品到 coding 制品库, 支持断点续传

安装

npm install coding-generic -g

使用

  • 推送单个制品
coding-generic -u=<USERNAME>[:password] --path=<LOCAL_FILE_NAME> --registry=<REGISTRY>
  • 推送文件夹(仅 1.2.7 及以上版本支持)
coding-generic -u=<USERNAME>[:password] --dir --path=<LOCAL_FOLDER_NAME> --registry=<REGISTRY>
  • 下载文件夹(仅 1.2.13 及以上版本支持)
coding-generic --pull -u=<USERNAME>[:password] --registry=<REGISTRY>/list/<DIR>?version=<VERSION>