@agilecustoms/envctl 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,14 @@
2
2
  - npm [@agilecustoms/envctl](https://www.npmjs.com/package/@agilecustoms/envctl)
3
3
  - npm [agilecustoms/packages](https://www.npmjs.com/settings/agilecustoms/packages) (admin view)
4
4
 
5
+ ## setup
6
+ ```shell
7
+ npm install -g @agilecustoms/envctl
8
+ npm outdated
9
+ npm update
10
+ envctl --version
11
+ ```
12
+
5
13
  ## npmjs setup
6
14
  1. Login in npmjs.com
7
15
  2. Create organization `agilecustoms` this will create scope `@agilecustoms` (one org => exactly one scope, also scope can be created w/o org)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agilecustoms/envctl",
3
3
  "description": "node.js CLI client for manage environments",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "author": "Alex Chekulaev",
6
6
  "type": "module",
7
7
  "bin": {