Skip to content

Commit

Permalink
更新 README
Browse files Browse the repository at this point in the history
  • Loading branch information
欧如栋 committed Jul 3, 2023
1 parent 16eca8f commit 7faff7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ npm install coding-generic -g

- 推送单个制品
```shell
coding-generic --username=<USERNAME>[:password] --path=<FILE.EXT> --registry=<REGISTRY>
coding-generic -u=<USERNAME>[:password] --path=<LOCAL_FILE_NAME> --registry=<REGISTRY>
```
- 推送文件夹(仅 1.2.7 及以上版本支持)
```shell
coding-generic -u=[email protected] --dir --path=<LOCAL_FOLDER_NAME> --registry=<REGISTRY>
coding-generic -u=<USERNAME>[:password] --dir --path=<LOCAL_FOLDER_NAME> --registry=<REGISTRY>
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coding-generic",
"version": "1.2.8",
"version": "1.2.9",
"description": "",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 7faff7f

Please sign in to comment.