Skip to content

coding/coding-generic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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>