balena-cli 17.2.2 → 17.2.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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ ## 17.2.3 - 2023-11-03
8
+
9
+ * Generate docs for recently supported commands [Vipul Gupta (@vipulgupta2048)]
10
+
7
11
  ## 17.2.2 - 2023-10-30
8
12
 
9
13
  * Bump balena-lint to 7.2.1 [myarmolinsky]
package/CONTRIBUTING.md CHANGED
@@ -123,6 +123,20 @@ The README file is manually edited, but subsections are automatically extracted
123
123
  `docs/balena-cli.md` by the `getCapitanoDoc()` function in
124
124
  [`automation/capitanodoc/capitanodoc.ts`](https://github.com/balena-io/balena-cli/blob/master/automation/capitanodoc/capitanodoc.ts).
125
125
 
126
+ **IMPORTANT**
127
+
128
+ The file [`capitanodoc.ts`](https://github.com/balena-io/balena-cli/blob/master/automation/capitanodoc/capitanodoc.ts) lists
129
+ commands to generate documentation from. At the moment, it's manually updated and maintained alphabetically.
130
+
131
+ To add a new command to be documented,
132
+
133
+ 1. Find the resource which it is part of or create a new one.
134
+ 2. List the location of the build file
135
+ 3. Make sure to add your files in alphabetical order
136
+ 4. Resources with plural names needs to have 2 sections if they have commands like: "fleet, fleets" or "device, devices" or "tag, tags"
137
+
138
+ Once added, run the command `npm run build` to generate the documentation
139
+
126
140
  The `INSTALL*.md` and `TROUBLESHOOTING.md` files are also manually edited.
127
141
 
128
142
  ## Patches folder
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "17.2.2",
3
+ "version": "17.2.3",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "balena-cli",
9
- "version": "17.2.2",
9
+ "version": "17.2.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -3680,9 +3680,9 @@
3680
3680
  }
3681
3681
  },
3682
3682
  "node_modules/@types/node": {
3683
- "version": "18.18.7",
3684
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.7.tgz",
3685
- "integrity": "sha512-bw+lEsxis6eqJYW8Ql6+yTqkE6RuFtsQPSe5JxXbqYRFQEER5aJA9a5UH9igqDWm3X4iLHIKOHlnAXLM4mi7uQ==",
3683
+ "version": "18.18.8",
3684
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.8.tgz",
3685
+ "integrity": "sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==",
3686
3686
  "dependencies": {
3687
3687
  "undici-types": "~5.26.4"
3688
3688
  }
@@ -17398,9 +17398,9 @@
17398
17398
  }
17399
17399
  },
17400
17400
  "node_modules/punycode": {
17401
- "version": "2.3.0",
17402
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
17403
- "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
17401
+ "version": "2.3.1",
17402
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
17403
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
17404
17404
  "engines": {
17405
17405
  "node": ">=6"
17406
17406
  }
@@ -21780,9 +21780,9 @@
21780
21780
  "dev": true
21781
21781
  },
21782
21782
  "node_modules/universalify": {
21783
- "version": "2.0.0",
21784
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
21785
- "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
21783
+ "version": "2.0.1",
21784
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
21785
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
21786
21786
  "dev": true,
21787
21787
  "engines": {
21788
21788
  "node": ">= 10.0.0"
@@ -27636,9 +27636,9 @@
27636
27636
  }
27637
27637
  },
27638
27638
  "@types/node": {
27639
- "version": "18.18.7",
27640
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.7.tgz",
27641
- "integrity": "sha512-bw+lEsxis6eqJYW8Ql6+yTqkE6RuFtsQPSe5JxXbqYRFQEER5aJA9a5UH9igqDWm3X4iLHIKOHlnAXLM4mi7uQ==",
27639
+ "version": "18.18.8",
27640
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.8.tgz",
27641
+ "integrity": "sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==",
27642
27642
  "requires": {
27643
27643
  "undici-types": "~5.26.4"
27644
27644
  }
@@ -38298,9 +38298,9 @@
38298
38298
  }
38299
38299
  },
38300
38300
  "punycode": {
38301
- "version": "2.3.0",
38302
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
38303
- "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA=="
38301
+ "version": "2.3.1",
38302
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
38303
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg=="
38304
38304
  },
38305
38305
  "pupa": {
38306
38306
  "version": "2.1.1",
@@ -41737,9 +41737,9 @@
41737
41737
  "dev": true
41738
41738
  },
41739
41739
  "universalify": {
41740
- "version": "2.0.0",
41741
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
41742
- "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
41740
+ "version": "2.0.1",
41741
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
41742
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
41743
41743
  "dev": true
41744
41744
  },
41745
41745
  "unpipe": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "17.2.2",
2
+ "version": "17.2.3",
3
3
  "commands": {
4
4
  "build": {
5
5
  "id": "build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "17.2.2",
3
+ "version": "17.2.3",
4
4
  "description": "The official balena Command Line Interface",
5
5
  "main": "./build/app.js",
6
6
  "homepage": "https://github.com/balena-io/balena-cli",
@@ -282,6 +282,6 @@
282
282
  "windosu": "^0.3.0"
283
283
  },
284
284
  "versionist": {
285
- "publishedAt": "2023-10-30T11:47:30.373Z"
285
+ "publishedAt": "2023-11-03T15:11:10.726Z"
286
286
  }
287
287
  }