We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16eca8f commit 7faff7fCopy full SHA for 7faff7f
README.md
@@ -11,9 +11,9 @@ npm install coding-generic -g
11
12
- 推送单个制品
13
```shell
14
-coding-generic --username=<USERNAME>[:password] --path=<FILE.EXT> --registry=<REGISTRY>
+coding-generic -u=<USERNAME>[:password] --path=<LOCAL_FILE_NAME> --registry=<REGISTRY>
15
```
16
- 推送文件夹(仅 1.2.7 及以上版本支持)
17
18
-coding-generic -u=coding@coding.com --dir --path=<LOCAL_FOLDER_NAME> --registry=<REGISTRY>
+coding-generic -u=<USERNAME>[:password] --dir --path=<LOCAL_FOLDER_NAME> --registry=<REGISTRY>
19
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "coding-generic",
3
- "version": "1.2.8",
+ "version": "1.2.9",
4
"description": "",
5
"main": "index.js",
6
"bin": {
0 commit comments