owox 0.10.0-next-20251021154354 → 0.10.0-next-20251022070131

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.
Files changed (2) hide show
  1. package/oclif.manifest.json +38 -38
  2. package/package.json +7 -7
@@ -199,13 +199,18 @@
199
199
  "serve.js"
200
200
  ]
201
201
  },
202
- "migrations:down": {
202
+ "idp:add-user": {
203
203
  "aliases": [],
204
- "args": {},
205
- "description": "Revert the last database migration",
204
+ "args": {
205
+ "email": {
206
+ "description": "Email of the user to add",
207
+ "name": "email",
208
+ "required": true
209
+ }
210
+ },
211
+ "description": "Add a user to the configured IDP (no-op: logs only)",
206
212
  "examples": [
207
- "<%= config.bin %> migrations down",
208
- "<%= config.bin %> migrations down --log-format=json"
213
+ "<%= config.bin %> idp add-user superadmin@gmail.com"
209
214
  ],
210
215
  "flags": {
211
216
  "env-file": {
@@ -232,7 +237,7 @@
232
237
  },
233
238
  "hasDynamicHelp": false,
234
239
  "hiddenAliases": [],
235
- "id": "migrations:down",
240
+ "id": "idp:add-user",
236
241
  "pluginAlias": "owox",
237
242
  "pluginName": "owox",
238
243
  "pluginType": "core",
@@ -243,18 +248,17 @@
243
248
  "relativePath": [
244
249
  "dist",
245
250
  "commands",
246
- "migrations",
247
- "down.js"
251
+ "idp",
252
+ "add-user.js"
248
253
  ]
249
254
  },
250
- "migrations": {
255
+ "migrations:down": {
251
256
  "aliases": [],
252
257
  "args": {},
253
- "description": "Manage database migrations for OWOX Data Marts",
258
+ "description": "Revert the last database migration",
254
259
  "examples": [
255
- "<%= config.bin %> migrations up",
256
260
  "<%= config.bin %> migrations down",
257
- "<%= config.bin %> migrations status"
261
+ "<%= config.bin %> migrations down --log-format=json"
258
262
  ],
259
263
  "flags": {
260
264
  "env-file": {
@@ -281,7 +285,7 @@
281
285
  },
282
286
  "hasDynamicHelp": false,
283
287
  "hiddenAliases": [],
284
- "id": "migrations",
288
+ "id": "migrations:down",
285
289
  "pluginAlias": "owox",
286
290
  "pluginName": "owox",
287
291
  "pluginType": "core",
@@ -293,14 +297,16 @@
293
297
  "dist",
294
298
  "commands",
295
299
  "migrations",
296
- "index.js"
300
+ "down.js"
297
301
  ]
298
302
  },
299
- "migrations:status": {
303
+ "migrations": {
300
304
  "aliases": [],
301
305
  "args": {},
302
- "description": "List database migration status",
306
+ "description": "Manage database migrations for OWOX Data Marts",
303
307
  "examples": [
308
+ "<%= config.bin %> migrations up",
309
+ "<%= config.bin %> migrations down",
304
310
  "<%= config.bin %> migrations status"
305
311
  ],
306
312
  "flags": {
@@ -328,7 +334,7 @@
328
334
  },
329
335
  "hasDynamicHelp": false,
330
336
  "hiddenAliases": [],
331
- "id": "migrations:status",
337
+ "id": "migrations",
332
338
  "pluginAlias": "owox",
333
339
  "pluginName": "owox",
334
340
  "pluginType": "core",
@@ -340,16 +346,15 @@
340
346
  "dist",
341
347
  "commands",
342
348
  "migrations",
343
- "status.js"
349
+ "index.js"
344
350
  ]
345
351
  },
346
- "migrations:up": {
352
+ "migrations:status": {
347
353
  "aliases": [],
348
354
  "args": {},
349
- "description": "Run pending database migrations",
355
+ "description": "List database migration status",
350
356
  "examples": [
351
- "<%= config.bin %> migrations up",
352
- "<%= config.bin %> migrations up --log-format=json"
357
+ "<%= config.bin %> migrations status"
353
358
  ],
354
359
  "flags": {
355
360
  "env-file": {
@@ -376,7 +381,7 @@
376
381
  },
377
382
  "hasDynamicHelp": false,
378
383
  "hiddenAliases": [],
379
- "id": "migrations:up",
384
+ "id": "migrations:status",
380
385
  "pluginAlias": "owox",
381
386
  "pluginName": "owox",
382
387
  "pluginType": "core",
@@ -388,21 +393,16 @@
388
393
  "dist",
389
394
  "commands",
390
395
  "migrations",
391
- "up.js"
396
+ "status.js"
392
397
  ]
393
398
  },
394
- "idp:add-user": {
399
+ "migrations:up": {
395
400
  "aliases": [],
396
- "args": {
397
- "email": {
398
- "description": "Email of the user to add",
399
- "name": "email",
400
- "required": true
401
- }
402
- },
403
- "description": "Add a user to the configured IDP (no-op: logs only)",
401
+ "args": {},
402
+ "description": "Run pending database migrations",
404
403
  "examples": [
405
- "<%= config.bin %> idp add-user superadmin@gmail.com"
404
+ "<%= config.bin %> migrations up",
405
+ "<%= config.bin %> migrations up --log-format=json"
406
406
  ],
407
407
  "flags": {
408
408
  "env-file": {
@@ -429,7 +429,7 @@
429
429
  },
430
430
  "hasDynamicHelp": false,
431
431
  "hiddenAliases": [],
432
- "id": "idp:add-user",
432
+ "id": "migrations:up",
433
433
  "pluginAlias": "owox",
434
434
  "pluginName": "owox",
435
435
  "pluginType": "core",
@@ -440,10 +440,10 @@
440
440
  "relativePath": [
441
441
  "dist",
442
442
  "commands",
443
- "idp",
444
- "add-user.js"
443
+ "migrations",
444
+ "up.js"
445
445
  ]
446
446
  }
447
447
  },
448
- "version": "0.10.0-next-20251021154354"
448
+ "version": "0.10.0-next-20251022070131"
449
449
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "owox",
3
3
  "description": "OWOX Data Marts CLI: Simple command-line interface to start the OWOX Data Marts application with backend and frontend components.",
4
- "version": "0.10.0-next-20251021154354",
4
+ "version": "0.10.0-next-20251022070131",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -13,12 +13,12 @@
13
13
  "@oclif/core": "^4",
14
14
  "@oclif/plugin-help": "^6",
15
15
  "@oclif/plugin-plugins": "^5",
16
- "@owox/backend": "0.10.0-next-20251021154354",
17
- "@owox/idp-better-auth": "0.10.0-next-20251021154354",
18
- "@owox/idp-owox": "0.10.0-next-20251021154354",
19
- "@owox/idp-protocol": "0.10.0-next-20251021154354",
20
- "@owox/internal-helpers": "0.10.0-next-20251021154354",
21
- "@owox/web": "0.10.0-next-20251021154354",
16
+ "@owox/backend": "0.10.0-next-20251022070131",
17
+ "@owox/idp-better-auth": "0.10.0-next-20251022070131",
18
+ "@owox/idp-owox": "0.10.0-next-20251022070131",
19
+ "@owox/idp-protocol": "0.10.0-next-20251022070131",
20
+ "@owox/internal-helpers": "0.10.0-next-20251022070131",
21
+ "@owox/web": "0.10.0-next-20251022070131",
22
22
  "find-process": "^1.4.10"
23
23
  },
24
24
  "peerDependencies": {