owox 0.10.0-next-20251021132705 → 0.10.0-next-20251021154354

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