@agilecustoms/envctl 0.1.1 → 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.
@@ -17,6 +17,8 @@ jobs:
17
17
  needs:
18
18
  - Build
19
19
  runs-on: ubuntu-latest
20
+ permissions:
21
+ contents: write
20
22
  steps:
21
23
  - name: Checkout
22
24
  uses: actions/checkout@v4
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.1",
4
+ "version": "0.1.3",
5
5
  "author": "Alex Chekulaev",
6
6
  "type": "module",
7
7
  "bin": {