@adobe/aio-cli-plugin-app 12.2.2 → 12.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/README.md +29 -29
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
- package/src/commands/app/init.js +3 -0
package/README.md
CHANGED
|
@@ -72,7 +72,7 @@ DESCRIPTION
|
|
|
72
72
|
Create, run, test, and deploy Adobe I/O Apps
|
|
73
73
|
```
|
|
74
74
|
|
|
75
|
-
_See code: [src/commands/app/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
75
|
+
_See code: [src/commands/app/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/index.js)_
|
|
76
76
|
|
|
77
77
|
## `aio app add`
|
|
78
78
|
|
|
@@ -90,7 +90,7 @@ DESCRIPTION
|
|
|
90
90
|
Add a new component to an existing Adobe I/O App
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
_See code: [src/commands/app/add/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
93
|
+
_See code: [src/commands/app/add/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/add/index.js)_
|
|
94
94
|
|
|
95
95
|
## `aio app add action`
|
|
96
96
|
|
|
@@ -115,7 +115,7 @@ ALIASES
|
|
|
115
115
|
$ aio app add actions
|
|
116
116
|
```
|
|
117
117
|
|
|
118
|
-
_See code: [src/commands/app/add/action.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
118
|
+
_See code: [src/commands/app/add/action.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/add/action.js)_
|
|
119
119
|
|
|
120
120
|
## `aio app add ci`
|
|
121
121
|
|
|
@@ -133,7 +133,7 @@ DESCRIPTION
|
|
|
133
133
|
Add CI files
|
|
134
134
|
```
|
|
135
135
|
|
|
136
|
-
_See code: [src/commands/app/add/ci.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
136
|
+
_See code: [src/commands/app/add/ci.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/add/ci.js)_
|
|
137
137
|
|
|
138
138
|
## `aio app add event`
|
|
139
139
|
|
|
@@ -158,7 +158,7 @@ ALIASES
|
|
|
158
158
|
$ aio app add events
|
|
159
159
|
```
|
|
160
160
|
|
|
161
|
-
_See code: [src/commands/app/add/event.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
161
|
+
_See code: [src/commands/app/add/event.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/add/event.js)_
|
|
162
162
|
|
|
163
163
|
## `aio app add extension`
|
|
164
164
|
|
|
@@ -184,7 +184,7 @@ ALIASES
|
|
|
184
184
|
$ aio app add extensions
|
|
185
185
|
```
|
|
186
186
|
|
|
187
|
-
_See code: [src/commands/app/add/extension.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
187
|
+
_See code: [src/commands/app/add/extension.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/add/extension.js)_
|
|
188
188
|
|
|
189
189
|
## `aio app add service`
|
|
190
190
|
|
|
@@ -208,7 +208,7 @@ ALIASES
|
|
|
208
208
|
$ aio app add services
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
_See code: [src/commands/app/add/service.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
211
|
+
_See code: [src/commands/app/add/service.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/add/service.js)_
|
|
212
212
|
|
|
213
213
|
## `aio app add web-assets`
|
|
214
214
|
|
|
@@ -229,7 +229,7 @@ DESCRIPTION
|
|
|
229
229
|
Add web assets support
|
|
230
230
|
```
|
|
231
231
|
|
|
232
|
-
_See code: [src/commands/app/add/web-assets.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
232
|
+
_See code: [src/commands/app/add/web-assets.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/add/web-assets.js)_
|
|
233
233
|
|
|
234
234
|
## `aio app build`
|
|
235
235
|
|
|
@@ -258,7 +258,7 @@ DESCRIPTION
|
|
|
258
258
|
This will always force a rebuild unless --no-force-build is set.
|
|
259
259
|
```
|
|
260
260
|
|
|
261
|
-
_See code: [src/commands/app/build.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
261
|
+
_See code: [src/commands/app/build.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/build.js)_
|
|
262
262
|
|
|
263
263
|
## `aio app create [PATH]`
|
|
264
264
|
|
|
@@ -280,7 +280,7 @@ DESCRIPTION
|
|
|
280
280
|
Create a new Adobe I/O App with default parameters
|
|
281
281
|
```
|
|
282
282
|
|
|
283
|
-
_See code: [src/commands/app/create.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
283
|
+
_See code: [src/commands/app/create.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/create.js)_
|
|
284
284
|
|
|
285
285
|
## `aio app delete`
|
|
286
286
|
|
|
@@ -298,7 +298,7 @@ DESCRIPTION
|
|
|
298
298
|
Delete a component from an existing Adobe I/O App
|
|
299
299
|
```
|
|
300
300
|
|
|
301
|
-
_See code: [src/commands/app/delete/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
301
|
+
_See code: [src/commands/app/delete/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/delete/index.js)_
|
|
302
302
|
|
|
303
303
|
## `aio app delete action [ACTION-NAME]`
|
|
304
304
|
|
|
@@ -324,7 +324,7 @@ ALIASES
|
|
|
324
324
|
$ aio app delete actions
|
|
325
325
|
```
|
|
326
326
|
|
|
327
|
-
_See code: [src/commands/app/delete/action.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
327
|
+
_See code: [src/commands/app/delete/action.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/delete/action.js)_
|
|
328
328
|
|
|
329
329
|
## `aio app delete ci`
|
|
330
330
|
|
|
@@ -343,7 +343,7 @@ DESCRIPTION
|
|
|
343
343
|
Delete existing CI files
|
|
344
344
|
```
|
|
345
345
|
|
|
346
|
-
_See code: [src/commands/app/delete/ci.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
346
|
+
_See code: [src/commands/app/delete/ci.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/delete/ci.js)_
|
|
347
347
|
|
|
348
348
|
## `aio app delete extension`
|
|
349
349
|
|
|
@@ -369,7 +369,7 @@ ALIASES
|
|
|
369
369
|
$ aio app delete extensions
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [src/commands/app/delete/extension.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
372
|
+
_See code: [src/commands/app/delete/extension.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/delete/extension.js)_
|
|
373
373
|
|
|
374
374
|
## `aio app delete service`
|
|
375
375
|
|
|
@@ -393,7 +393,7 @@ ALIASES
|
|
|
393
393
|
$ aio app delete services
|
|
394
394
|
```
|
|
395
395
|
|
|
396
|
-
_See code: [src/commands/app/delete/service.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
396
|
+
_See code: [src/commands/app/delete/service.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/delete/service.js)_
|
|
397
397
|
|
|
398
398
|
## `aio app delete web-assets`
|
|
399
399
|
|
|
@@ -412,7 +412,7 @@ DESCRIPTION
|
|
|
412
412
|
Delete existing web assets
|
|
413
413
|
```
|
|
414
414
|
|
|
415
|
-
_See code: [src/commands/app/delete/web-assets.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
415
|
+
_See code: [src/commands/app/delete/web-assets.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/delete/web-assets.js)_
|
|
416
416
|
|
|
417
417
|
## `aio app deploy`
|
|
418
418
|
|
|
@@ -453,7 +453,7 @@ DESCRIPTION
|
|
|
453
453
|
This will always force a rebuild unless --no-force-build is set.
|
|
454
454
|
```
|
|
455
455
|
|
|
456
|
-
_See code: [src/commands/app/deploy.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
456
|
+
_See code: [src/commands/app/deploy.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/deploy.js)_
|
|
457
457
|
|
|
458
458
|
## `aio app get-url [ACTION]`
|
|
459
459
|
|
|
@@ -476,7 +476,7 @@ DESCRIPTION
|
|
|
476
476
|
Get action URLs
|
|
477
477
|
```
|
|
478
478
|
|
|
479
|
-
_See code: [src/commands/app/get-url.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
479
|
+
_See code: [src/commands/app/get-url.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/get-url.js)_
|
|
480
480
|
|
|
481
481
|
## `aio app info`
|
|
482
482
|
|
|
@@ -498,7 +498,7 @@ DESCRIPTION
|
|
|
498
498
|
Display settings/configuration in use by an Adobe I/O App
|
|
499
499
|
```
|
|
500
500
|
|
|
501
|
-
_See code: [src/commands/app/info.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
501
|
+
_See code: [src/commands/app/info.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/info.js)_
|
|
502
502
|
|
|
503
503
|
## `aio app init [PATH]`
|
|
504
504
|
|
|
@@ -537,7 +537,7 @@ DESCRIPTION
|
|
|
537
537
|
Create a new Adobe I/O App
|
|
538
538
|
```
|
|
539
539
|
|
|
540
|
-
_See code: [src/commands/app/init.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
540
|
+
_See code: [src/commands/app/init.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/init.js)_
|
|
541
541
|
|
|
542
542
|
## `aio app install PATH`
|
|
543
543
|
|
|
@@ -560,7 +560,7 @@ DESCRIPTION
|
|
|
560
560
|
This command will support installing apps packaged by 'aio app pack'.
|
|
561
561
|
```
|
|
562
562
|
|
|
563
|
-
_See code: [src/commands/app/install.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
563
|
+
_See code: [src/commands/app/install.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/install.js)_
|
|
564
564
|
|
|
565
565
|
## `aio app list`
|
|
566
566
|
|
|
@@ -578,7 +578,7 @@ DESCRIPTION
|
|
|
578
578
|
List components for Adobe I/O App
|
|
579
579
|
```
|
|
580
580
|
|
|
581
|
-
_See code: [src/commands/app/list/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
581
|
+
_See code: [src/commands/app/list/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/list/index.js)_
|
|
582
582
|
|
|
583
583
|
## `aio app list extension`
|
|
584
584
|
|
|
@@ -603,7 +603,7 @@ ALIASES
|
|
|
603
603
|
$ aio app list extensions
|
|
604
604
|
```
|
|
605
605
|
|
|
606
|
-
_See code: [src/commands/app/list/extension.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
606
|
+
_See code: [src/commands/app/list/extension.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/list/extension.js)_
|
|
607
607
|
|
|
608
608
|
## `aio app logs`
|
|
609
609
|
|
|
@@ -627,7 +627,7 @@ DESCRIPTION
|
|
|
627
627
|
Fetch logs for an Adobe I/O App
|
|
628
628
|
```
|
|
629
629
|
|
|
630
|
-
_See code: [src/commands/app/logs.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
630
|
+
_See code: [src/commands/app/logs.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/logs.js)_
|
|
631
631
|
|
|
632
632
|
## `aio app pack [PATH]`
|
|
633
633
|
|
|
@@ -649,7 +649,7 @@ DESCRIPTION
|
|
|
649
649
|
This command will support packaging apps for redistribution.
|
|
650
650
|
```
|
|
651
651
|
|
|
652
|
-
_See code: [src/commands/app/pack.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
652
|
+
_See code: [src/commands/app/pack.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/pack.js)_
|
|
653
653
|
|
|
654
654
|
## `aio app run`
|
|
655
655
|
|
|
@@ -673,7 +673,7 @@ DESCRIPTION
|
|
|
673
673
|
Run an Adobe I/O App
|
|
674
674
|
```
|
|
675
675
|
|
|
676
|
-
_See code: [src/commands/app/run.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
676
|
+
_See code: [src/commands/app/run.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/run.js)_
|
|
677
677
|
|
|
678
678
|
## `aio app test`
|
|
679
679
|
|
|
@@ -701,7 +701,7 @@ DESCRIPTION
|
|
|
701
701
|
If the extension has a hook called 'test' in its 'ext.config.yaml', the script specified will be run instead.
|
|
702
702
|
```
|
|
703
703
|
|
|
704
|
-
_See code: [src/commands/app/test.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
704
|
+
_See code: [src/commands/app/test.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/test.js)_
|
|
705
705
|
|
|
706
706
|
## `aio app undeploy`
|
|
707
707
|
|
|
@@ -726,7 +726,7 @@ DESCRIPTION
|
|
|
726
726
|
Undeploys an Adobe I/O App
|
|
727
727
|
```
|
|
728
728
|
|
|
729
|
-
_See code: [src/commands/app/undeploy.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
729
|
+
_See code: [src/commands/app/undeploy.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/undeploy.js)_
|
|
730
730
|
|
|
731
731
|
## `aio app use [CONFIG_FILE_PATH]`
|
|
732
732
|
|
|
@@ -773,5 +773,5 @@ DESCRIPTION
|
|
|
773
773
|
page in https://developer.adobe.com/console/
|
|
774
774
|
```
|
|
775
775
|
|
|
776
|
-
_See code: [src/commands/app/use.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.
|
|
776
|
+
_See code: [src/commands/app/use.js](https://github.com/adobe/aio-cli-plugin-app/blob/12.2.3/src/commands/app/use.js)_
|
|
777
777
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
package/src/commands/app/init.js
CHANGED
|
@@ -369,6 +369,9 @@ class InitCommand extends TemplatesCommand {
|
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
async withQuickstart (fullRepo, githubPat) {
|
|
372
|
+
// telemetry hook for quickstart installs
|
|
373
|
+
await this.config.runHook('telemetry', { data: `installQuickstart:${fullRepo}` })
|
|
374
|
+
|
|
372
375
|
const octokit = new Octokit({
|
|
373
376
|
auth: githubPat ?? '',
|
|
374
377
|
userAgent: 'ADP App Builder v1'
|