release update commands pipeline

This commit is contained in:
Eugenio Romano
2019-08-29 12:01:49 +01:00
parent cdfae95c2a
commit 43df299096
12 changed files with 39 additions and 456 deletions

View File

@@ -114,24 +114,3 @@ Run command locally
```bash
adf-cli update-commit-sha --pathProject "$(pwd)" --skipGnu
```
### npm publish
This command allows you to publish your lib on the npm.
```bash
adf-cli npm-publish --pathProject "$(pwd)"
```
You can use the option --npmRegistry "localhost:4873" to chose a different registry and --tokenRegistry "VALID_TOKEN" to pass the token.
```bash
adf-cli update-commit-sha --npmRegistry "localhost:4873" --tokenRegistry "VALID_TOKEN" --pathProject "$(pwd)"
```
In case you want to add a tag you can use the option --tag "alpha|beta|latest" .
```bash
adf-cli update-commit-sha --tag "beta" --pathProject "$(pwd)"
```