Skip to content

Commit 7faff7f

Browse files
author
欧如栋
committed
更新 README
1 parent 16eca8f commit 7faff7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ npm install coding-generic -g
1111

1212
- 推送单个制品
1313
```shell
14-
coding-generic --username=<USERNAME>[:password] --path=<FILE.EXT> --registry=<REGISTRY>
14+
coding-generic -u=<USERNAME>[:password] --path=<LOCAL_FILE_NAME> --registry=<REGISTRY>
1515
```
1616
- 推送文件夹(仅 1.2.7 及以上版本支持)
1717
```shell
18-
coding-generic -u=coding@coding.com --dir --path=<LOCAL_FOLDER_NAME> --registry=<REGISTRY>
18+
coding-generic -u=<USERNAME>[:password] --dir --path=<LOCAL_FOLDER_NAME> --registry=<REGISTRY>
1919
```

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coding-generic",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"description": "",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)