The principle of uploading files with command line tools All In One
命令行工具文件上传的原理 / The principle of command line tool file upload
demos
pip
git
CDN
OSS
{
"name": "xui",
"version": "1.0.0",
"main": "crawler.js",
"scripts": {
"oss": "./ossutilmac64 cp -fr ./lib/ oss://test/xui/ --config-file=./.ossutilconfig",
"oss:docs": "./ossutilmac64 cp -fr ./docs/.vuepress/dist/ oss://test/gui/docs/ --config-file=./.ossutilconfig",
"docs:deploy": "npm run rmrf && ./ossutilmac64 cp -fr ./docs/.vuepress/dist/ oss://test/ --config-file=./.ossutilconfig",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "xgqfrms",
"license": "MIT",
"description": "",
"dependencies": {
"axios": "^1.3.6"
}
}
./ossutilmac64
https://help.aliyun.com/document_detail/195960.html#section-8mw-ccc-kly
https://www.cnblogs.com/xgqfrms/p/14422558.html