@cocreate/cli 1.16.1 → 1.17.0

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
@@ -1,3 +1,11 @@
1
+ # [1.17.0](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.16.1...v1.17.0) (2023-03-16)
2
+
3
+
4
+ ### Features
5
+
6
+ * replaced get-value and set-value with a super charged version of CoCreate-events ([0c46dfa](https://github.com/CoCreate-app/CoCreate-cli/commit/0c46dfafa8a73e9a27d636c654ebcabc83f5b1b0))
7
+ * replaced get-value and set-value with a super charged version of CoCreate-events' ([5d0bc0b](https://github.com/CoCreate-app/CoCreate-cli/commit/5d0bc0b64247bd21b8eb1b8610e4f327a8af7810))
8
+
1
9
  ## [1.16.1](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.16.0...v1.16.1) (2023-03-15)
2
10
 
3
11
 
package/docs/index.html CHANGED
@@ -77,7 +77,7 @@
77
77
  </div>
78
78
 
79
79
  <div id="demo-preview" class="position:relative overflow:auto background-color:white">
80
- <div get-value="#demo" class="padding:20px"></div>
80
+ <div class="demopreview" class="padding:20px"></div>
81
81
  </div>
82
82
 
83
83
  <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/cli",
3
- "version": "1.16.1",
3
+ "version": "1.17.0",
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
@@ -1,475 +1,475 @@
1
1
  module.exports = [
2
2
 
3
3
  // {
4
- // 'path': '/home/ubuntu/CoCreateServer/CoCreateJS',
4
+ // 'path': '../CoCreateJS',
5
5
  // 'repo': 'github.com/CoCreate-app/CoCreateJS.git'
6
6
  // },
7
7
  {
8
- 'path': '/home/ubuntu/CoCreateServer/CoCreateCSS',
8
+ 'path': '../../CoCreateCSS',
9
9
  'repo': 'github.com/CoCreate-app/CoCreateCSS.git'
10
10
  },
11
11
  {
12
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-admin',
12
+ 'path': '../../CoCreate-admin',
13
13
  'repo': 'github.com/CoCreate-app/CoCreate-admin.git'
14
14
  },
15
15
  {
16
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-website',
16
+ 'path': '../../CoCreate-website',
17
17
  'repo': 'github.com/CoCreate-app/CoCreate-website.git'
18
18
  },
19
19
  // {
20
- // 'path': '/home/ubuntu/CoCreateServer/CoCreate-website-template',
20
+ // 'path': '../CoCreate-website-template',
21
21
  // 'repo': 'github.com/CoCreate-app/CoCreate-website-template.git'
22
22
  // },
23
23
 
24
24
  // Components
25
25
  {
26
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-actions',
26
+ 'path': '../CoCreate-actions',
27
27
  'repo': 'github.com/CoCreate-app/CoCreate-actions.git'
28
28
  },
29
29
  {
30
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-api',
30
+ 'path': '../CoCreate-api',
31
31
  'repo': 'github.com/CoCreate-app/CoCreate-api.git'
32
32
  },
33
33
  {
34
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-attributes',
34
+ 'path': '../CoCreate-attributes',
35
35
  'repo': 'github.com/CoCreate-app/CoCreate-attributes.git'
36
36
  },
37
37
  {
38
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-calculation',
38
+ 'path': '../CoCreate-calculation',
39
39
  'repo': 'github.com/CoCreate-app/CoCreate-calculation.git'
40
40
  },
41
41
  {
42
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-cli',
42
+ 'path': '../CoCreate-cli',
43
43
  'repo': 'github.com/CoCreate-app/CoCreate-cli.git'
44
44
  },
45
45
  {
46
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-codearea',
46
+ 'path': '../CoCreate-codearea',
47
47
  'repo': 'github.com/CoCreate-app/CoCreate-codearea.git'
48
48
  },
49
49
  {
50
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-conditional-logic',
50
+ 'path': '../CoCreate-conditional-logic',
51
51
  'repo': 'github.com/CoCreate-app/CoCreate-conditional-logic.git'
52
52
  },
53
53
  {
54
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-crdt',
54
+ 'path': '../CoCreate-crdt',
55
55
  'repo': 'github.com/CoCreate-app/CoCreate-crdt.git',
56
56
  },
57
57
  {
58
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-crud-client',
58
+ 'path': '../CoCreate-crud-client',
59
59
  'repo': 'github.com/CoCreate-app/CoCreate-crud-client.git'
60
60
  },
61
61
  {
62
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-css-parser',
62
+ 'path': '../CoCreate-css-parser',
63
63
  'repo': 'github.com/CoCreate-app/CoCreate-css-parser.git'
64
64
  },
65
65
  {
66
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-cursors',
66
+ 'path': '../CoCreate-cursors',
67
67
  'repo': 'github.com/CoCreate-app/CoCreate-cursors.git'
68
68
  },
69
69
  {
70
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-dnd',
70
+ 'path': '../CoCreate-dnd',
71
71
  'repo': 'github.com/CoCreate-app/CoCreate-dnd.git'
72
72
  },
73
73
  {
74
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-docs',
74
+ 'path': '../CoCreate-docs',
75
75
  'repo': 'github.com/CoCreate-app/CoCreate-docs.git'
76
76
  },
77
77
  {
78
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-element-config',
78
+ 'path': '../CoCreate-element-config',
79
79
  'repo': 'github.com/CoCreate-app/CoCreate-element-config.git'
80
80
  },
81
81
  {
82
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-element-prototype',
82
+ 'path': '../CoCreate-element-prototype',
83
83
  'repo': 'github.com/CoCreate-app/CoCreate-element-prototype.git'
84
84
  },
85
85
  {
86
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-elements',
86
+ 'path': '../CoCreate-elements',
87
87
  'repo': 'github.com/CoCreate-app/CoCreate-elements.git'
88
88
  },
89
89
  {
90
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-events',
90
+ 'path': '../CoCreate-events',
91
91
  'repo': 'github.com/CoCreate-app/CoCreate-events.git'
92
92
  },
93
93
  {
94
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-fetch',
94
+ 'path': '../CoCreate-fetch',
95
95
  'repo': 'github.com/CoCreate-app/CoCreate-fetch.git'
96
96
  },
97
97
  {
98
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-filter',
98
+ 'path': '../CoCreate-filter',
99
99
  'repo': 'github.com/CoCreate-app/CoCreate-filter.git'
100
100
  },
101
101
  {
102
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-floating-label',
102
+ 'path': '../CoCreate-floating-label',
103
103
  'repo': 'github.com/CoCreate-app/CoCreate-floating-label.git'
104
104
  },
105
105
  {
106
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-form',
106
+ 'path': '../CoCreate-form',
107
107
  'repo': 'github.com/CoCreate-app/CoCreate-form.git'
108
108
  },
109
109
  {
110
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-fullscreen',
110
+ 'path': '../CoCreate-fullscreen',
111
111
  'repo': 'github.com/CoCreate-app/CoCreate-fullscreen.git'
112
112
  },
113
113
  {
114
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-hosting',
114
+ 'path': '../CoCreate-hosting',
115
115
  'repo': 'github.com/CoCreate-app/CoCreate-hosting.git'
116
116
  },
117
117
  {
118
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-indexeddb',
118
+ 'path': '../CoCreate-indexeddb',
119
119
  'repo': 'github.com/CoCreate-app/CoCreate-indexeddb.git'
120
120
  },
121
121
  {
122
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-industry',
122
+ 'path': '../CoCreate-industry',
123
123
  'repo': 'github.com/CoCreate-app/CoCreate-industry.git'
124
124
  },
125
125
  {
126
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-lazy-loader',
126
+ 'path': '../CoCreate-lazy-loader',
127
127
  'repo': 'github.com/CoCreate-app/CoCreate-lazy-loader.git'
128
128
  },
129
129
  {
130
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-local-storage',
130
+ 'path': '../CoCreate-local-storage',
131
131
  'repo': 'github.com/CoCreate-app/CoCreate-local-storage.git'
132
132
  },
133
133
  {
134
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-link',
134
+ 'path': '../CoCreate-link',
135
135
  'repo': 'github.com/CoCreate-app/CoCreate-link.git'
136
136
  },
137
137
  {
138
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-message-client',
138
+ 'path': '../CoCreate-message-client',
139
139
  'repo': 'github.com/CoCreate-app/CoCreate-message-client.git'
140
140
  },
141
141
  {
142
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-modal',
142
+ 'path': '../CoCreate-modal',
143
143
  'repo': 'github.com/CoCreate-app/CoCreate-modal.git'
144
144
  },
145
145
  {
146
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-observer',
146
+ 'path': '../CoCreate-observer',
147
147
  'repo': 'github.com/CoCreate-app/CoCreate-observer.git'
148
148
  },
149
149
  {
150
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-organizations',
150
+ 'path': '../CoCreate-organizations',
151
151
  'repo': 'github.com/CoCreate-app/CoCreate-organizations.git'
152
152
  },
153
153
  {
154
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-overlay-scroll',
154
+ 'path': '../CoCreate-overlay-scroll',
155
155
  'repo': 'github.com/CoCreate-app/CoCreate-overlay-scroll.git'
156
156
  },
157
157
  {
158
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-parallax',
158
+ 'path': '../CoCreate-parallax',
159
159
  'repo': 'github.com/CoCreate-app/CoCreate-parallax.git'
160
160
  },
161
161
  {
162
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-pass',
162
+ 'path': '../CoCreate-pass',
163
163
  'repo': 'github.com/CoCreate-app/CoCreate-pass.git'
164
164
  },
165
165
  {
166
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-position',
166
+ 'path': '../CoCreate-position',
167
167
  'repo': 'github.com/CoCreate-app/CoCreate-position.git'
168
168
  },
169
169
  {
170
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-progress',
170
+ 'path': '../CoCreate-progress',
171
171
  'repo': 'github.com/CoCreate-app/CoCreate-progress.git'
172
172
  },
173
173
  {
174
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-pwa',
174
+ 'path': '../CoCreate-pwa',
175
175
  'repo': 'github.com/CoCreate-app/CoCreate-pwa.git'
176
176
  },
177
177
  {
178
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-random-color',
178
+ 'path': '../CoCreate-random-color',
179
179
  'repo': 'github.com/CoCreate-app/CoCreate-random-color.git'
180
180
  },
181
181
  {
182
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-remove',
182
+ 'path': '../CoCreate-remove',
183
183
  'repo': 'github.com/CoCreate-app/CoCreate-remove.git'
184
184
  },
185
185
  {
186
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-render',
186
+ 'path': '../CoCreate-render',
187
187
  'repo': 'github.com/CoCreate-app/CoCreate-render.git'
188
188
  },
189
189
  {
190
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-render-json',
190
+ 'path': '../CoCreate-render-json',
191
191
  'repo': 'github.com/CoCreate-app/CoCreate-render-json.git'
192
192
  },
193
193
  {
194
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-resize',
194
+ 'path': '../CoCreate-resize',
195
195
  'repo': 'github.com/CoCreate-app/CoCreate-resize.git'
196
196
  },
197
197
  {
198
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-resize-observer',
198
+ 'path': '../CoCreate-resize-observer',
199
199
  'repo': 'github.com/CoCreate-app/CoCreate-resize-observer.git'
200
200
  },
201
201
  {
202
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-rich-text',
202
+ 'path': '../CoCreate-rich-text',
203
203
  'repo': 'github.com/CoCreate-app/CoCreate-rich-text.git'
204
204
  },
205
205
  {
206
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-scroll',
206
+ 'path': '../CoCreate-scroll',
207
207
  'repo': 'github.com/CoCreate-app/CoCreate-scroll.git'
208
208
  },
209
209
  {
210
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-search',
210
+ 'path': '../CoCreate-search',
211
211
  'repo': 'github.com/CoCreate-app/CoCreate-search.git'
212
212
  },
213
213
  {
214
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-select',
214
+ 'path': '../CoCreate-select',
215
215
  'repo': 'github.com/CoCreate-app/CoCreate-select.git'
216
216
  },
217
217
  {
218
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-selection',
218
+ 'path': '../CoCreate-selection',
219
219
  'repo': 'github.com/CoCreate-app/CoCreate-selection.git'
220
220
  },
221
221
  {
222
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-signup-animation',
222
+ 'path': '../CoCreate-signup-animation',
223
223
  'repo': 'github.com/CoCreate-app/CoCreate-signup-animation.git'
224
224
  },
225
225
  {
226
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-socket-client',
226
+ 'path': '../CoCreate-socket-client',
227
227
  'repo': 'github.com/CoCreate-app/CoCreate-socket-client.git'
228
228
  },
229
229
  {
230
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-social-share',
230
+ 'path': '../CoCreate-social-share',
231
231
  'repo': 'github.com/CoCreate-app/CoCreate-social-share.git'
232
232
  },
233
233
  {
234
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-text',
234
+ 'path': '../CoCreate-text',
235
235
  'repo': 'github.com/CoCreate-app/CoCreate-text.git'
236
236
  },
237
237
  {
238
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-toolbar',
238
+ 'path': '../CoCreate-toolbar',
239
239
  'repo': 'github.com/CoCreate-app/CoCreate-toolbar.git'
240
240
  },
241
241
  {
242
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-unique',
242
+ 'path': '../CoCreate-unique',
243
243
  'repo': 'github.com/CoCreate-app/CoCreate-unique.git'
244
244
  },
245
245
  {
246
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-users',
246
+ 'path': '../CoCreate-users',
247
247
  'repo': 'github.com/CoCreate-app/CoCreate-users.git'
248
248
  },
249
249
  {
250
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-utils',
250
+ 'path': '../CoCreate-utils',
251
251
  'repo': 'github.com/CoCreate-app/CoCreate-utils.git'
252
252
  },
253
253
  {
254
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-uuid',
254
+ 'path': '../CoCreate-uuid',
255
255
  'repo': 'github.com/CoCreate-app/CoCreate-uuid.git'
256
256
  },
257
257
  {
258
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-validation',
258
+ 'path': '../CoCreate-validation',
259
259
  'repo': 'github.com/CoCreate-app/CoCreate-validation.git'
260
260
  },
261
261
  {
262
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-vdom',
262
+ 'path': '../CoCreate-vdom',
263
263
  'repo': 'github.com/CoCreate-app/CoCreate-vdom.git'
264
264
  },
265
265
 
266
266
  // Modules
267
267
  {
268
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-apps/CoCreate-builder',
268
+ 'path': '../../CoCreate-apps/CoCreate-builder',
269
269
  'repo': 'github.com/CoCreate-app/CoCreate-builder.git'
270
270
  },
271
271
  // {
272
- // 'path':'/home/ubuntu/CoCreateServer/CoCreate-apps/CoCreate-calendar',
272
+ // 'path':'../../CoCreate-apps/CoCreate-calendar',
273
273
  // 'repo' : 'github.com/CoCreate-app/CoCreate-calendar.git'
274
274
  // },
275
275
  // {
276
- // 'path':'/home/ubuntu/CoCreateServer/CoCreate-apps/CoCreate-checkout',
276
+ // 'path':'../../CoCreate-apps/CoCreate-checkout',
277
277
  // 'repo' : 'github.com/CoCreate-app/CoCreate-checkout.git'
278
278
  // },
279
279
  {
280
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-apps/CoCreate-dashboard',
280
+ 'path': '../../CoCreate-apps/CoCreate-dashboard',
281
281
  'repo': 'github.com/CoCreate-app/CoCreate-dashboard.git'
282
282
  },
283
283
  {
284
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-apps/CoCreate-datatable',
284
+ 'path': '../../CoCreate-apps/CoCreate-datatable',
285
285
  'repo': 'github.com/CoCreate-app/CoCreate-datatable.git'
286
286
  },
287
287
  // {
288
- // 'path':'/home/ubuntu/CoCreateServer/CoCreate-apps/CoCreate-email',
288
+ // 'path':'../../CoCreate-apps/CoCreate-email',
289
289
  // 'repo' : 'github.com/CoCreate-app/CoCreate-email.git'
290
290
  // },
291
291
  {
292
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-apps/CoCreate-kanban',
292
+ 'path': '../../CoCreate-apps/CoCreate-kanban',
293
293
  'repo': 'github.com/CoCreate-app/CoCreate-kanban.git'
294
294
  },
295
295
  {
296
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-apps/CoCreate-sandbox',
296
+ 'path': '../../CoCreate-apps/CoCreate-sandbox',
297
297
  'repo': 'github.com/CoCreate-app/CoCreate-sandbox.git'
298
298
  },
299
299
 
300
300
  // Plugins
301
301
  {
302
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-charts',
302
+ 'path': '../../CoCreate-plugins/CoCreate-charts',
303
303
  'repo': 'github.com/CoCreate-app/CoCreate-charts.git'
304
304
  },
305
305
  {
306
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-croppie',
306
+ 'path': '../../CoCreate-plugins/CoCreate-croppie',
307
307
  'repo': 'github.com/CoCreate-app/CoCreate-croppie.git'
308
308
  },
309
309
  {
310
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-domain',
310
+ 'path': '../../CoCreate-plugins/CoCreate-domain',
311
311
  'repo': 'github.com/CoCreate-app/CoCreate-domain.git'
312
312
  },
313
313
  {
314
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-fullcalendar',
314
+ 'path': '../../CoCreate-plugins/CoCreate-fullcalendar',
315
315
  'repo': 'github.com/CoCreate-app/CoCreate-fullcalendar.git'
316
316
  },
317
317
  {
318
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-facebook',
318
+ 'path': '../../CoCreate-plugins/CoCreate-facebook',
319
319
  'repo': 'github.com/CoCreate-app/CoCreate-facebook.git'
320
320
  },
321
321
  {
322
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-font-awesome',
322
+ 'path': '../../CoCreate-plugins/CoCreate-font-awesome',
323
323
  'repo': 'github.com/CoCreate-app/CoCreate-font-awesome.git'
324
324
  },
325
325
  {
326
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-google-maps',
326
+ 'path': '../../CoCreate-plugins/CoCreate-google-maps',
327
327
  'repo': 'github.com/CoCreate-app/CoCreate-google-maps.git'
328
328
  },
329
329
  {
330
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-google-auth',
330
+ 'path': '../../CoCreate-plugins/CoCreate-google-auth',
331
331
  'repo': 'github.com/CoCreate-app/CoCreate-google-auth.git'
332
332
  },
333
333
  {
334
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-instagram',
334
+ 'path': '../../CoCreate-plugins/CoCreate-instagram',
335
335
  'repo': 'github.com/CoCreate-app/CoCreate-instagram.git'
336
336
  },
337
337
  {
338
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-lighthouse',
338
+ 'path': '../../CoCreate-plugins/CoCreate-lighthouse',
339
339
  'repo': 'github.com/CoCreate-app/CoCreate-lighthouse.git'
340
340
  },
341
341
  {
342
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-linkedin',
342
+ 'path': '../../CoCreate-plugins/CoCreate-linkedin',
343
343
  'repo': 'github.com/CoCreate-app/CoCreate-linkedin.git'
344
344
  },
345
345
  {
346
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-pickr',
346
+ 'path': '../../CoCreate-plugins/CoCreate-pickr',
347
347
  'repo': 'github.com/CoCreate-app/CoCreate-pickr.git'
348
348
  },
349
349
  {
350
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-pinterest',
350
+ 'path': '../../CoCreate-plugins/CoCreate-pinterest',
351
351
  'repo': 'github.com/CoCreate-app/CoCreate-pinterest.git'
352
352
  },
353
353
  {
354
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-plaid',
354
+ 'path': '../../CoCreate-plugins/CoCreate-plaid',
355
355
  'repo': 'github.com/CoCreate-app/CoCreate-plaid.git'
356
356
  },
357
357
  {
358
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-prism',
358
+ 'path': '../../CoCreate-plugins/CoCreate-prism',
359
359
  'repo': 'github.com/CoCreate-app/CoCreate-prism.git'
360
360
  },
361
361
  {
362
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-s3',
362
+ 'path': '../../CoCreate-plugins/CoCreate-s3',
363
363
  'repo': 'github.com/CoCreate-app/CoCreate-s3.git'
364
364
  },
365
365
  {
366
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-sendgrid',
366
+ 'path': '../../CoCreate-plugins/CoCreate-sendgrid',
367
367
  'repo': 'github.com/CoCreate-app/CoCreate-sendgrid.git'
368
368
  },
369
369
  {
370
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-shipengine',
370
+ 'path': '../../CoCreate-plugins/CoCreate-shipengine',
371
371
  'repo': 'github.com/CoCreate-app/CoCreate-shipengine.git'
372
372
  },
373
373
  {
374
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-stripe',
374
+ 'path': '../../CoCreate-plugins/CoCreate-stripe',
375
375
  'repo': 'github.com/CoCreate-app/CoCreate-stripe.git'
376
376
  },
377
377
  {
378
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-tui-image-editor',
378
+ 'path': '../../CoCreate-plugins/CoCreate-tui-image-editor',
379
379
  'repo': 'github.com/CoCreate-app/CoCreate-tui-image-editor.git'
380
380
  },
381
381
  {
382
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-twilio',
382
+ 'path': '../../CoCreate-plugins/CoCreate-twilio',
383
383
  'repo': 'github.com/CoCreate-app/CoCreate-twilio.git'
384
384
  },
385
385
  {
386
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-twitter',
386
+ 'path': '../../CoCreate-plugins/CoCreate-twitter',
387
387
  'repo': 'github.com/CoCreate-app/CoCreate-twitter.git'
388
388
  },
389
389
  {
390
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-plugins/CoCreate-uppy',
390
+ 'path': '../../CoCreate-plugins/CoCreate-uppy',
391
391
  'repo': 'github.com/CoCreate-app/CoCreate-uppy.git'
392
392
  },
393
393
 
394
394
 
395
395
 
396
- {
397
- 'path': '/home/ubuntu/CoCreateServer/CoCreateWS',
398
- 'repo': 'github.com/CoCreate-app/CoCreateWS.git'
399
- },
400
- {
401
- 'path': '/home/ubuntu/CoCreateServer/CoCreateApi',
402
- 'repo': 'github.com/CoCreate-app/CoCreateApi.git'
403
- },
396
+ // {
397
+ // 'path': '../CoCreateWS',
398
+ // 'repo': 'github.com/CoCreate-app/CoCreateWS.git'
399
+ // },
400
+ // {
401
+ // 'path': '../CoCreateApi',
402
+ // 'repo': 'github.com/CoCreate-app/CoCreateApi.git'
403
+ // },
404
404
 
405
- {
406
- 'path': '/home/ubuntu/CoCreateServer/CoCreateLB',
407
- 'repo': 'github.com/CoCreate-app/CoCreateLB.git'
408
- },
405
+ // {
406
+ // 'path': '../CoCreateLB',
407
+ // 'repo': 'github.com/CoCreate-app/CoCreateLB.git'
408
+ // },
409
409
 
410
410
 
411
- // Components
412
- {
413
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-auth',
414
- 'repo': 'github.com/CoCreate-app/CoCreate-auth.git'
415
- },
416
- {
417
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-crud-server',
418
- 'repo': 'github.com/CoCreate-app/CoCreate-crud-server.git'
419
- },
420
- // {
421
- // 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-crdt-server',
422
- // 'repo': 'github.com/CoCreate-app/CoCreate-crdt-server.git'
423
- // },
424
- {
425
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-file-server',
426
- 'repo': 'github.com/CoCreate-app/CoCreate-file-server.git'
427
- },
428
- {
429
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-loadtest',
430
- 'repo': 'github.com/CoCreate-app/CoCreate-loadtest.git'
431
- },
432
- {
433
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-message-server',
434
- 'repo': 'github.com/CoCreate-app/CoCreate-message-server.git'
435
- },
436
- {
437
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-metrics-server',
438
- 'repo': 'github.com/CoCreate-app/CoCreate-metrics-server.git'
439
- },
440
- {
441
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-mongodb',
442
- 'repo': 'github.com/CoCreate-app/CoCreate-mongodb.git'
443
- },
444
- {
445
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-node-autoscaler',
446
- 'repo': 'github.com/CoCreate-app/CoCreate-node-autoscaler.git'
447
- },
448
- {
449
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-permissions',
450
- 'repo': 'github.com/CoCreate-app/CoCreate-permissions.git'
451
- },
452
- {
453
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-server-side-render',
454
- 'repo': 'github.com/CoCreate-app/CoCreate-server-side-render.git'
455
- },
456
- {
457
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-socket-server',
458
- 'repo': 'github.com/CoCreate-app/CoCreate-socket-server.git'
459
- },
411
+ // // Components
412
+ // {
413
+ // 'path': '../CoCreate-auth',
414
+ // 'repo': 'github.com/CoCreate-app/CoCreate-auth.git'
415
+ // },
416
+ // {
417
+ // 'path': '../CoCreate-crud-server',
418
+ // 'repo': 'github.com/CoCreate-app/CoCreate-crud-server.git'
419
+ // },
420
+ // // {
421
+ // // 'path': '../CoCreate-crdt-server',
422
+ // // 'repo': 'github.com/CoCreate-app/CoCreate-crdt-server.git'
423
+ // // },
424
+ // {
425
+ // 'path': '../CoCreate-file-server',
426
+ // 'repo': 'github.com/CoCreate-app/CoCreate-file-server.git'
427
+ // },
428
+ // {
429
+ // 'path': '../CoCreate-loadtest',
430
+ // 'repo': 'github.com/CoCreate-app/CoCreate-loadtest.git'
431
+ // },
432
+ // {
433
+ // 'path': '../CoCreate-message-server',
434
+ // 'repo': 'github.com/CoCreate-app/CoCreate-message-server.git'
435
+ // },
436
+ // {
437
+ // 'path': '../CoCreate-metrics-server',
438
+ // 'repo': 'github.com/CoCreate-app/CoCreate-metrics-server.git'
439
+ // },
440
+ // {
441
+ // 'path': '../CoCreate-mongodb',
442
+ // 'repo': 'github.com/CoCreate-app/CoCreate-mongodb.git'
443
+ // },
444
+ // {
445
+ // 'path': '../CoCreate-node-autoscaler',
446
+ // 'repo': 'github.com/CoCreate-app/CoCreate-node-autoscaler.git'
447
+ // },
448
+ // {
449
+ // 'path': '../CoCreate-permissions',
450
+ // 'repo': 'github.com/CoCreate-app/CoCreate-permissions.git'
451
+ // },
452
+ // {
453
+ // 'path': '../CoCreate-server-side-render',
454
+ // 'repo': 'github.com/CoCreate-app/CoCreate-server-side-render.git'
455
+ // },
456
+ // {
457
+ // 'path': '../CoCreate-socket-server',
458
+ // 'repo': 'github.com/CoCreate-app/CoCreate-socket-server.git'
459
+ // },
460
460
 
461
- // Maybe depreciated
462
- {
463
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-keepalived',
464
- 'repo': 'github.com/CoCreate-app/CoCreate-keepalived.git'
465
- },
466
- {
467
- 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreate-ide',
468
- 'repo': 'github.com/CoCreate-app/CoCreate-ide.git'
469
- },
470
- // {
471
- // 'path': '/home/ubuntu/CoCreateServer/CoCreate-components/CoCreateEmail',
472
- // 'repo': 'github.com/CoCreate-app/CoCreateEmail.git'
473
- // },
461
+ // // Maybe depreciated
462
+ // {
463
+ // 'path': '../CoCreate-keepalived',
464
+ // 'repo': 'github.com/CoCreate-app/CoCreate-keepalived.git'
465
+ // },
466
+ // {
467
+ // 'path': '../CoCreate-ide',
468
+ // 'repo': 'github.com/CoCreate-app/CoCreate-ide.git'
469
+ // },
470
+ // // {
471
+ // // 'path': '../CoCreateEmail',
472
+ // // 'repo': 'github.com/CoCreate-app/CoCreateEmail.git'
473
+ // // },
474
474
 
475
475
  ];
package/src/execute.js CHANGED
@@ -22,6 +22,8 @@ module.exports = async function execute(command, repos, config) {
22
22
 
23
23
  } else {
24
24
  let type = command.split(' ')[0]
25
+ let args = command.replace(type, '').replace("'", '"').trim()
26
+
25
27
  for (let repo of repos) {
26
28
  try {
27
29
  if (repo.exclude && repo.exclude.includes(type))
@@ -35,12 +37,13 @@ module.exports = async function execute(command, repos, config) {
35
37
 
36
38
  if (error)
37
39
  exitCode = 1
38
- } else
39
- exitCode = await spawn(command, null, {
40
+ } else {
41
+ exitCode = await spawn(type, [`${args}`], {
40
42
  cwd: repo.absolutePath,
41
43
  shell: true,
42
44
  stdio: 'inherit'
43
45
  })
46
+ }
44
47
 
45
48
  if (exitCode !== 0)
46
49
  failed.push({