@cocreate/cli 1.19.5 → 1.19.6
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 +7 -0
- package/package.json +1 -1
- package/repositories.js +65 -61
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.19.6](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.19.5...v1.19.6) (2023-04-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add @cocreate/clone repo list ([cb7a3e0](https://github.com/CoCreate-app/CoCreate-cli/commit/cb7a3e036f6ab9cea0cd2992bf25181bf8e12880))
|
|
7
|
+
|
|
1
8
|
## [1.19.5](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.19.4...v1.19.5) (2023-04-11)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/cli",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.6",
|
|
4
4
|
"description": "Polyrepo management bash CLI tool. Run all git commands and yarn commands on multiple repositories. Also includes a few custom macros for cloning, installing, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
package/repositories.js
CHANGED
|
@@ -42,6 +42,10 @@ module.exports = [
|
|
|
42
42
|
'path': '../CoCreate-cli',
|
|
43
43
|
'repo': 'github.com/CoCreate-app/CoCreate-cli.git'
|
|
44
44
|
},
|
|
45
|
+
{
|
|
46
|
+
'path': '../CoCreate-clone',
|
|
47
|
+
'repo': 'github.com/CoCreate-app/CoCreate-clone.git'
|
|
48
|
+
},
|
|
45
49
|
{
|
|
46
50
|
'path': '../CoCreate-codearea',
|
|
47
51
|
'repo': 'github.com/CoCreate-app/CoCreate-codearea.git'
|
|
@@ -409,67 +413,67 @@ module.exports = [
|
|
|
409
413
|
|
|
410
414
|
|
|
411
415
|
// // Components
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
//
|
|
421
|
-
//
|
|
422
|
-
//
|
|
423
|
-
//
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
416
|
+
{
|
|
417
|
+
'path': '../CoCreate-auth',
|
|
418
|
+
'repo': 'github.com/CoCreate-app/CoCreate-auth.git'
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
'path': '../CoCreate-crud-server',
|
|
422
|
+
'repo': 'github.com/CoCreate-app/CoCreate-crud-server.git'
|
|
423
|
+
},
|
|
424
|
+
// {
|
|
425
|
+
// 'path': '../CoCreate-crdt-server',
|
|
426
|
+
// 'repo': 'github.com/CoCreate-app/CoCreate-crdt-server.git'
|
|
427
|
+
// },
|
|
428
|
+
{
|
|
429
|
+
'path': '../CoCreate-file-server',
|
|
430
|
+
'repo': 'github.com/CoCreate-app/CoCreate-file-server.git'
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
'path': '../CoCreate-loadtest',
|
|
434
|
+
'repo': 'github.com/CoCreate-app/CoCreate-loadtest.git'
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
'path': '../CoCreate-message-server',
|
|
438
|
+
'repo': 'github.com/CoCreate-app/CoCreate-message-server.git'
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
'path': '../CoCreate-metrics-server',
|
|
442
|
+
'repo': 'github.com/CoCreate-app/CoCreate-metrics-server.git'
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
'path': '../CoCreate-mongodb',
|
|
446
|
+
'repo': 'github.com/CoCreate-app/CoCreate-mongodb.git'
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
'path': '../CoCreate-node-autoscaler',
|
|
450
|
+
'repo': 'github.com/CoCreate-app/CoCreate-node-autoscaler.git'
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
'path': '../CoCreate-permissions',
|
|
454
|
+
'repo': 'github.com/CoCreate-app/CoCreate-permissions.git'
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
'path': '../CoCreate-server-side-render',
|
|
458
|
+
'repo': 'github.com/CoCreate-app/CoCreate-server-side-render.git'
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
'path': '../CoCreate-socket-server',
|
|
462
|
+
'repo': 'github.com/CoCreate-app/CoCreate-socket-server.git'
|
|
463
|
+
},
|
|
460
464
|
|
|
461
|
-
//
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
//
|
|
471
|
-
//
|
|
472
|
-
//
|
|
473
|
-
//
|
|
465
|
+
// Maybe depreciated
|
|
466
|
+
{
|
|
467
|
+
'path': '../CoCreate-keepalived',
|
|
468
|
+
'repo': 'github.com/CoCreate-app/CoCreate-keepalived.git'
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
'path': '../CoCreate-ide',
|
|
472
|
+
'repo': 'github.com/CoCreate-app/CoCreate-ide.git'
|
|
473
|
+
},
|
|
474
|
+
// {
|
|
475
|
+
// 'path': '../CoCreateEmail',
|
|
476
|
+
// 'repo': 'github.com/CoCreate-app/CoCreateEmail.git'
|
|
477
|
+
// },
|
|
474
478
|
|
|
475
479
|
];
|