@govuk-pay/cli 0.0.40 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -14,7 +14,7 @@ To install the Node.js CLI:
|
|
|
14
14
|
- Run `npm install -g @govuk-pay/cli`. If npm was installed through Homebrew, you shouldn't need to use sudo to install packages.
|
|
15
15
|
- Run `pay` to see if you are running the new version (new features such as `pay tunnel` should be available), if not check `which pay` in case you are using an older version.
|
|
16
16
|
|
|
17
|
-
There is nothing more to do, you're done! To update, run `npm install -g @govuk-pay/cli` again, there are version check notifications if you are behind a version.
|
|
17
|
+
There is nothing more to do, you're done! To update, simply run `pay update` or run `npm install -g @govuk-pay/cli` again, there are version check notifications if you are behind a version.
|
|
18
18
|
|
|
19
19
|
## Usage
|
|
20
20
|
|