UNPKG

1.59 kBMarkdownView Raw
1# Update node :outbox_tray:
2
3[![Npm version](https://img.shields.io/npm/v/@coorpacademy/update-node.svg)](https://www.npmjs.com/package/@coorpacademy/update-node)
4[![Build Status](https://travis-ci.org/CoorpAcademy/update-node.svg?branch=master)](https://travis-ci.org/CoorpAcademy/update-node)
5
6## Options :gear:
7
8```bash
9$ update-node [command]
10
11Commands:
12 update-node bump-dependencies Upgrades defined dependencies and open Pull
13 request for them [aliases: upgrade, bd]
14 update-node auto-bump Auto Bump package version [aliases: version, ab]
15 update-node validate Validate a update-node configuration
16 [aliases: check]
17 update-node setup Scaffold a update-node configuration
18 [aliases: scaffold]
19
20Options:
21 --help Show help [boolean]
22 --version Show version number [boolean]
23 --local, -l Run in local mode with github publication [boolean]
24 --token, -t Token to authentificate to github [string]
25 --config, -c Override update-node configuration default path [string]
26 --auto, -A Select automatically behavior to adopt based on current commit
27 and branch [boolean]
28Examples
29 update-node --token=TKN
30
31 update-node -t TKN --config .my-update-node-config.json
32```