-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
欧如栋
committed
Jul 3, 2023
1 parent
16eca8f
commit 7faff7f
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters