cabloy 5.1.38 → 5.1.39

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 (78) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +1 -1
  3. package/vona/packages-cli/cli/package.json +1 -1
  4. package/vona/packages-cli/cli-set-api/package.json +1 -1
  5. package/vona/packages-cli/cli-set-api/src/lib/command/bin.build.ts +1 -1
  6. package/vona/packages-cli/cli-set-api/src/lib/command/bin.buildGeneral.ts +1 -1
  7. package/vona/packages-cli/cli-set-api/src/lib/command/bin.buildModule.ts +1 -1
  8. package/vona/packages-cli/cli-set-api/src/lib/command/bin.dbReset.ts +1 -1
  9. package/vona/packages-cli/cli-set-api/src/lib/command/bin.dev.ts +1 -1
  10. package/vona/packages-cli/cli-set-api/src/lib/command/bin.play.ts +1 -1
  11. package/vona/packages-cli/cli-set-api/src/lib/command/bin.test.ts +1 -1
  12. package/vona/packages-cli/cli-set-api/src/lib/command/bin.tsc.ts +1 -1
  13. package/vona/packages-cli/cli-set-api/src/lib/command/create.bean.ts +1 -1
  14. package/vona/packages-cli/cli-set-api/src/lib/command/create.module.ts +1 -1
  15. package/vona/packages-cli/cli-set-api/src/lib/command/create.suite.ts +1 -1
  16. package/vona/packages-cli/cli-set-api/src/lib/command/create.test.ts +1 -1
  17. package/vona/packages-cli/cli-set-api/src/lib/command/init.appMonkey.ts +1 -1
  18. package/vona/packages-cli/cli-set-api/src/lib/command/init.asset.ts +1 -1
  19. package/vona/packages-cli/cli-set-api/src/lib/command/init.config.ts +1 -1
  20. package/vona/packages-cli/cli-set-api/src/lib/command/init.constant.ts +1 -1
  21. package/vona/packages-cli/cli-set-api/src/lib/command/init.error.ts +1 -1
  22. package/vona/packages-cli/cli-set-api/src/lib/command/init.lib.ts +1 -1
  23. package/vona/packages-cli/cli-set-api/src/lib/command/init.locale.ts +1 -1
  24. package/vona/packages-cli/cli-set-api/src/lib/command/init.main.ts +1 -1
  25. package/vona/packages-cli/cli-set-api/src/lib/command/init.monkey.ts +1 -1
  26. package/vona/packages-cli/cli-set-api/src/lib/command/init.static.ts +1 -1
  27. package/vona/packages-cli/cli-set-api/src/lib/command/init.types.ts +1 -1
  28. package/vona/packages-cli/cli-set-api/src/lib/command/tools.crud.ts +1 -1
  29. package/vona/packages-cli/cli-set-api/src/lib/command/tools.crudBasic.ts +1 -1
  30. package/vona/packages-cli/cli-set-api/src/lib/command/tools.crudStart.ts +1 -1
  31. package/vona/packages-cli/cli-set-api/src/lib/command/tools.deps.ts +1 -1
  32. package/vona/packages-cli/cli-set-api/src/lib/command/tools.metadata.ts +1 -1
  33. package/vona/packages-vona/vona/package.json +1 -1
  34. package/vona/src/suite/a-home/modules/home-user/src/model/user.ts +1 -8
  35. package/vona/src/suite-vendor/a-auth/modules/a-auth/package.json +1 -1
  36. package/vona/src/suite-vendor/a-auth/modules/a-auth/src/model/auth.ts +3 -9
  37. package/vona/src/suite-vendor/a-auth/package.json +1 -1
  38. package/zova/packages-cli/cli/package.json +2 -2
  39. package/zova/packages-cli/cli-set-front/package.json +1 -1
  40. package/zova/packages-cli/cli-set-front/src/lib/command/bin.buildModule.ts +1 -1
  41. package/zova/packages-cli/cli-set-front/src/lib/command/bin.buildRest.ts +1 -1
  42. package/zova/packages-cli/cli-set-front/src/lib/command/create.bean.ts +1 -1
  43. package/zova/packages-cli/cli-set-front/src/lib/command/create.component.ts +1 -1
  44. package/zova/packages-cli/cli-set-front/src/lib/command/create.mock.ts +1 -1
  45. package/zova/packages-cli/cli-set-front/src/lib/command/create.module.ts +1 -1
  46. package/zova/packages-cli/cli-set-front/src/lib/command/create.page.ts +1 -1
  47. package/zova/packages-cli/cli-set-front/src/lib/command/create.suite.ts +1 -1
  48. package/zova/packages-cli/cli-set-front/src/lib/command/init.appMonkey.ts +1 -1
  49. package/zova/packages-cli/cli-set-front/src/lib/command/init.asset.ts +1 -1
  50. package/zova/packages-cli/cli-set-front/src/lib/command/init.config.ts +1 -1
  51. package/zova/packages-cli/cli-set-front/src/lib/command/init.constant.ts +1 -1
  52. package/zova/packages-cli/cli-set-front/src/lib/command/init.error.ts +1 -1
  53. package/zova/packages-cli/cli-set-front/src/lib/command/init.icon.ts +1 -1
  54. package/zova/packages-cli/cli-set-front/src/lib/command/init.legacy.ts +1 -1
  55. package/zova/packages-cli/cli-set-front/src/lib/command/init.lib.ts +1 -1
  56. package/zova/packages-cli/cli-set-front/src/lib/command/init.locale.ts +1 -1
  57. package/zova/packages-cli/cli-set-front/src/lib/command/init.main.ts +1 -1
  58. package/zova/packages-cli/cli-set-front/src/lib/command/init.mainSys.ts +1 -1
  59. package/zova/packages-cli/cli-set-front/src/lib/command/init.monkey.ts +1 -1
  60. package/zova/packages-cli/cli-set-front/src/lib/command/init.monkeySys.ts +1 -1
  61. package/zova/packages-cli/cli-set-front/src/lib/command/init.sysMonkey.ts +1 -1
  62. package/zova/packages-cli/cli-set-front/src/lib/command/init.types.ts +1 -1
  63. package/zova/packages-cli/cli-set-front/src/lib/command/openapi.config.ts +1 -1
  64. package/zova/packages-cli/cli-set-front/src/lib/command/openapi.generate.ts +1 -1
  65. package/zova/packages-cli/cli-set-front/src/lib/command/refactor.anotherRender.ts +1 -1
  66. package/zova/packages-cli/cli-set-front/src/lib/command/refactor.anotherStyle.ts +1 -1
  67. package/zova/packages-cli/cli-set-front/src/lib/command/refactor.componentEmits.ts +1 -1
  68. package/zova/packages-cli/cli-set-front/src/lib/command/refactor.componentGeneric.ts +1 -1
  69. package/zova/packages-cli/cli-set-front/src/lib/command/refactor.componentModel.ts +1 -1
  70. package/zova/packages-cli/cli-set-front/src/lib/command/refactor.componentProps.ts +1 -1
  71. package/zova/packages-cli/cli-set-front/src/lib/command/refactor.componentSlots.ts +1 -1
  72. package/zova/packages-cli/cli-set-front/src/lib/command/refactor.firstRender.ts +1 -1
  73. package/zova/packages-cli/cli-set-front/src/lib/command/refactor.firstStyle.ts +1 -1
  74. package/zova/packages-cli/cli-set-front/src/lib/command/refactor.pageParams.ts +1 -1
  75. package/zova/packages-cli/cli-set-front/src/lib/command/refactor.pageQuery.ts +1 -1
  76. package/zova/packages-cli/cli-set-front/src/lib/command/refactor.renameComponent.ts +1 -1
  77. package/zova/packages-cli/cli-set-front/src/lib/command/tools.deps.ts +1 -1
  78. package/zova/packages-cli/cli-set-front/src/lib/command/tools.metadata.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.1.39
4
+
5
+ ### Features
6
+
7
+ - Update
8
+
9
+ ### Improvements
10
+
11
+ - Replace arrow function model references with string-based module references in ORM relations and cache config
12
+ - Update CLI usage strings to use npm run prefix
13
+
3
14
  ## 5.1.38
4
15
 
5
16
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cabloy",
3
- "version": "5.1.38",
3
+ "version": "5.1.39",
4
4
  "gitHead": "2c5c19284bab738e492856189acb6fad74b8a7b7",
5
5
  "description": "A Node.js fullstack framework",
6
6
  "keywords": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vona-cli",
3
- "version": "1.1.103",
3
+ "version": "1.1.104",
4
4
  "gitHead": "a79189b882c17af5911573896a781bbb0046d37d",
5
5
  "description": "vona cli",
6
6
  "keywords": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vona-cli-set-api",
3
- "version": "1.1.101",
3
+ "version": "1.1.102",
4
4
  "gitHead": "a79189b882c17af5911573896a781bbb0046d37d",
5
5
  "description": "vona cli-set-api",
6
6
  "keywords": [
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Tools: Bin',
6
- usage: 'vona :bin:build [--workers=] [--flavor=] [--sourcemap=]',
6
+ usage: 'npm run vona :bin:build -- [--workers=] [--flavor=] [--sourcemap=]',
7
7
  },
8
8
  options: {
9
9
  workers: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Tools: Bin',
6
- usage: 'vona :bin:buildGeneral [--minify] [--sourcemap]',
6
+ usage: 'npm run vona :bin:buildGeneral -- [--minify] [--sourcemap]',
7
7
  },
8
8
  options: {
9
9
  minify: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Tools: Bin',
6
- usage: 'vona :bin:buildModule [--minify] [--sourcemap]',
6
+ usage: 'npm run vona :bin:buildModule -- [--minify] [--sourcemap]',
7
7
  },
8
8
  options: {
9
9
  minify: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Bin: DbReset',
6
- usage: 'vona :bin:dbReset [--flavor=]',
6
+ usage: 'npm run vona :bin:dbReset -- [--flavor=]',
7
7
  },
8
8
  options: {
9
9
  flavor: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Bin: Dev',
6
- usage: 'vona :bin:dev [--workers=] [--flavor=]',
6
+ usage: 'npm run vona :bin:dev -- [--workers=] [--flavor=]',
7
7
  },
8
8
  options: {
9
9
  workers: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Bin: Play',
6
- usage: 'vona :bin:play [index.ts] [--flavor=] [--retainRuntime=] [--attach]',
6
+ usage: 'npm run vona :bin:play [index.ts] -- [--flavor=] [--retainRuntime=] [--attach]',
7
7
  },
8
8
  options: {
9
9
  mode: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Bin: Test',
6
- usage: 'vona :bin:test [--coverage=] [--flavor=]',
6
+ usage: 'npm run vona :bin:test -- [--coverage=] [--flavor=]',
7
7
  },
8
8
  options: {
9
9
  coverage: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Bin: Tsc',
6
- usage: 'vona :bin:tsc [--force]',
6
+ usage: 'npm run vona :bin:tsc -- [--force]',
7
7
  },
8
8
  options: {
9
9
  force: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Create Bean',
6
- usage: 'vona :create:bean sceneName beanName [--module=] [--boilerplate=]',
6
+ usage: 'npm run vona :create:bean sceneName beanName -- [--module=] [--boilerplate=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Create Module',
6
- usage: 'vona :create:module moduleName [--suite=] [--force]',
6
+ usage: 'npm run vona :create:module moduleName -- [--suite=] [--force]',
7
7
  },
8
8
  options: {
9
9
  suite: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Create Suite',
6
- usage: 'vona :create:suite suiteName',
6
+ usage: 'npm run vona :create:suite suiteName',
7
7
  },
8
8
  options: {},
9
9
  groups: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Create Test',
6
- usage: 'vona :create:test name [--module=]',
6
+ usage: 'npm run vona :create:test name -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: App Monkey',
6
- usage: 'vona :init:appMonkey',
6
+ usage: 'npm run vona :init:appMonkey',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Asset Resources',
6
- usage: 'vona :init:asset scene [--module=]',
6
+ usage: 'npm run vona :init:asset scene -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Config',
6
- usage: 'vona :init:config module',
6
+ usage: 'npm run vona :init:config module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Constant',
6
- usage: 'vona :init:constant module',
6
+ usage: 'npm run vona :init:constant module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Error',
6
- usage: 'vona :init:error module',
6
+ usage: 'npm run vona :init:error module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Lib',
6
- usage: 'vona :init:lib module',
6
+ usage: 'npm run vona :init:lib module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Locale',
6
- usage: 'vona :init:locale module',
6
+ usage: 'npm run vona :init:locale module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Main',
6
- usage: 'vona :init:main module',
6
+ usage: 'npm run vona :init:main module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Monkey',
6
- usage: 'vona :init:monkey module',
6
+ usage: 'npm run vona :init:monkey module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Static Resources',
6
- usage: 'vona :init:static module',
6
+ usage: 'npm run vona :init:static module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Types',
6
- usage: 'vona :init:types module',
6
+ usage: 'npm run vona :init:types module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Tools: Crud',
6
- usage: 'vona :tools:crud resourceName [--module=]',
6
+ usage: 'npm run vona :tools:crud resourceName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Tools: Crud Basic',
6
- usage: 'vona :tools:crudBasic resourceName [--module=]',
6
+ usage: 'npm run vona :tools:crudBasic resourceName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Tools: Crud Start',
6
- usage: 'vona :tools:crudStart resourceName [--module=]',
6
+ usage: 'npm run vona :tools:crudStart resourceName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Tools: Deps',
6
- usage: 'vona :tools:deps',
6
+ usage: 'npm run vona :tools:deps',
7
7
  },
8
8
  options: {},
9
9
  };
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Tools: Metadata',
6
- usage: 'vona :tools:metadata module1 [module2] [--force]',
6
+ usage: 'npm run vona :tools:metadata module1 [module2] -- [--force]',
7
7
  },
8
8
  options: {
9
9
  force: {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vona",
3
- "version": "5.1.37",
3
+ "version": "5.1.38",
4
4
  "gitHead": "a79189b882c17af5911573896a781bbb0046d37d",
5
5
  "description": "Vona is an intuitive, elegant and powerful Node.js framework for rapidly developing enterprise applications of any size",
6
6
  "keywords": [
@@ -3,20 +3,13 @@ import type { IDecoratorModelOptions } from 'vona-module-a-orm';
3
3
  import { $relation, BeanModelBase, Model } from 'vona-module-a-orm';
4
4
 
5
5
  import { EntityUser } from '../entity/user.ts';
6
- import { ModelRole } from './role.ts';
7
- import { ModelRoleUser } from './roleUser.ts';
8
6
 
9
7
  export interface IModelOptionsUser extends IDecoratorModelOptions<EntityUser> {}
10
8
 
11
9
  @Model<IModelOptionsUser>({
12
10
  entity: EntityUser,
13
11
  relations: {
14
- roles: $relation.belongsToMany(
15
- () => ModelRoleUser,
16
- () => ModelRole,
17
- 'userId',
18
- 'roleId',
19
- ),
12
+ roles: $relation.belongsToMany('home-user:roleUser', 'home-user:role', 'userId', 'roleId'),
20
13
  },
21
14
  })
22
15
  export class ModelUser extends BeanModelBase<EntityUser> {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vona-module-a-auth",
3
- "version": "5.1.11",
3
+ "version": "5.1.12",
4
4
  "gitHead": "a79189b882c17af5911573896a781bbb0046d37d",
5
5
  "description": "",
6
6
  "keywords": [
@@ -3,7 +3,6 @@ import type { IDecoratorModelOptions } from 'vona-module-a-orm';
3
3
  import { $relation, BeanModelBase, Model } from 'vona-module-a-orm';
4
4
 
5
5
  import { EntityAuth } from '../entity/auth.ts';
6
- import { ModelAuthProvider } from './authProvider.ts';
7
6
 
8
7
  export interface IModelOptionsAuth extends IDecoratorModelOptions<EntityAuth> {}
9
8
 
@@ -11,14 +10,9 @@ export interface IModelOptionsAuth extends IDecoratorModelOptions<EntityAuth> {}
11
10
  entity: EntityAuth,
12
11
  disableDeleted: true,
13
12
  relations: {
14
- authProvider: $relation.belongsTo(
15
- () => ModelAuth,
16
- () => ModelAuthProvider,
17
- 'authProviderId',
18
- {
19
- columns: ['id', 'providerName', 'clientName'],
20
- },
21
- ),
13
+ authProvider: $relation.belongsTo('a-auth:auth', 'a-auth:authProvider', 'authProviderId', {
14
+ columns: ['id', 'providerName', 'clientName'],
15
+ }),
22
16
  },
23
17
  })
24
18
  export class ModelAuth extends BeanModelBase<EntityAuth> {}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vona-suite-a-auth",
3
- "version": "5.1.13",
3
+ "version": "5.1.14",
4
4
  "gitHead": "a79189b882c17af5911573896a781bbb0046d37d",
5
5
  "description": "",
6
6
  "author": "",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova-cli",
3
- "version": "1.2.72",
3
+ "version": "1.2.73",
4
4
  "gitHead": "6f675a8cc46d596142c591c28a40cc4d82fcc6cc",
5
5
  "description": "zova cli",
6
6
  "keywords": [
@@ -44,7 +44,7 @@
44
44
  "@cabloy/process-helper": "^3.0.0",
45
45
  "fs-extra": "^11.3.5",
46
46
  "semver": "^7.6.2",
47
- "zova-cli-set-front": "^1.2.70"
47
+ "zova-cli-set-front": "^1.2.71"
48
48
  },
49
49
  "devDependencies": {
50
50
  "clean-package": "^2.2.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova-cli-set-front",
3
- "version": "1.2.70",
3
+ "version": "1.2.71",
4
4
  "gitHead": "6f675a8cc46d596142c591c28a40cc4d82fcc6cc",
5
5
  "description": "zova cli-set-front",
6
6
  "keywords": [
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Tools: Bin',
6
- usage: 'zova :bin:buildModule [--minify] [--sourcemap] [--dts]',
6
+ usage: 'npm run zova :bin:buildModule -- [--minify] [--sourcemap] [--dts]',
7
7
  },
8
8
  options: {
9
9
  minify: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Tools: Bin',
6
- usage: 'zova :bin:buildRest [--flavor=]',
6
+ usage: 'npm run zova :bin:buildRest -- [--flavor=]',
7
7
  },
8
8
  options: {
9
9
  flavor: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Create Bean',
6
- usage: 'zova :create:bean sceneName beanName [--module=]',
6
+ usage: 'npm run zova :create:bean sceneName beanName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Create Component',
6
- usage: 'zova :create:component componentName [--module=] [--boilerplate=]',
6
+ usage: 'npm run zova :create:component componentName -- [--module=] [--boilerplate=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Create Mock',
6
- usage: 'zova :create:mock mockName [--module=]',
6
+ usage: 'npm run zova :create:mock mockName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Create Module',
6
- usage: 'zova :create:module moduleName [--suite=] [--force]',
6
+ usage: 'npm run zova :create:module moduleName -- [--suite=] [--force]',
7
7
  },
8
8
  options: {
9
9
  suite: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Create Page TSX Component',
6
- usage: 'zova :create:page pageName [--module=]',
6
+ usage: 'npm run zova :create:page pageName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Create Suite',
6
- usage: 'zova :create:suite suiteName',
6
+ usage: 'npm run zova :create:suite suiteName',
7
7
  },
8
8
  options: {},
9
9
  groups: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: App Monkey',
6
- usage: 'zova :init:appMonkey',
6
+ usage: 'npm run zova :init:appMonkey',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Asset Resources',
6
- usage: 'zova :init:asset scene [--module=]',
6
+ usage: 'npm run zova :init:asset scene -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Config',
6
- usage: 'zova :init:config module',
6
+ usage: 'npm run zova :init:config module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Constant',
6
- usage: 'zova :init:constant module',
6
+ usage: 'npm run zova :init:constant module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Error',
6
- usage: 'zova :init:error module',
6
+ usage: 'npm run zova :init:error module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Icon',
6
- usage: 'zova :init:icon module',
6
+ usage: 'npm run zova :init:icon module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Legacy',
6
- usage: 'zova :init:legacy',
6
+ usage: 'npm run zova :init:legacy',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Lib',
6
- usage: 'zova :init:lib module',
6
+ usage: 'npm run zova :init:lib module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Locale',
6
- usage: 'zova :init:locale module',
6
+ usage: 'npm run zova :init:locale module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Main',
6
- usage: 'zova :init:main module',
6
+ usage: 'npm run zova :init:main module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Main Sys',
6
- usage: 'zova :init:mainSys module',
6
+ usage: 'npm run zova :init:mainSys module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Monkey',
6
- usage: 'zova :init:monkey module',
6
+ usage: 'npm run zova :init:monkey module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Monkey Sys',
6
- usage: 'zova :init:monkeySys module',
6
+ usage: 'npm run zova :init:monkeySys module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Sys Monkey',
6
- usage: 'zova :init:sysMonkey',
6
+ usage: 'npm run zova :init:sysMonkey',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Init: Types',
6
- usage: 'zova :init:types module',
6
+ usage: 'npm run zova :init:types module',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Openapi: Config',
6
- usage: 'zova :openapi:config module1 [module2]',
6
+ usage: 'npm run zova :openapi:config module1 [module2]',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Openapi: Generate',
6
- usage: 'zova :openapi:generate module1 [module2]',
6
+ usage: 'npm run zova :openapi:generate module1 [module2]',
7
7
  },
8
8
  // options: null,
9
9
  // groups: null,
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Refactor: Another Render',
6
- usage: 'zova :refactor:anotherRender componentName renderName [--module=]',
6
+ usage: 'npm run zova :refactor:anotherRender componentName renderName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Refactor: Another Style',
6
- usage: 'zova :refactor:anotherStyle componentName styleName [--module=]',
6
+ usage: 'npm run zova :refactor:anotherStyle componentName styleName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Refactor: ComponentEmits',
6
- usage: 'zova :refactor:componentEmits componentName [--module=]',
6
+ usage: 'npm run zova :refactor:componentEmits componentName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Refactor: ComponentGeneric',
6
- usage: 'zova :refactor:componentGeneric componentName [--module=]',
6
+ usage: 'npm run zova :refactor:componentGeneric componentName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Refactor: ComponentModel',
6
- usage: 'zova :refactor:componentModel componentName modelName [--module=]',
6
+ usage: 'npm run zova :refactor:componentModel componentName modelName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Refactor: ComponentProps',
6
- usage: 'zova :refactor:componentProps componentName [--module=]',
6
+ usage: 'npm run zova :refactor:componentProps componentName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Refactor: ComponentSlots',
6
- usage: 'zova :refactor:componentSlots componentName [--module=]',
6
+ usage: 'npm run zova :refactor:componentSlots componentName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Refactor: First Render',
6
- usage: 'zova :refactor:firstRender componentName [--module=]',
6
+ usage: 'npm run zova :refactor:firstRender componentName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Refactor: First Style',
6
- usage: 'zova :refactor:firstStyle componentName [--module=]',
6
+ usage: 'npm run zova :refactor:firstStyle componentName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Refactor: PageParams',
6
- usage: 'zova :refactor:pageParams pageName [--module=]',
6
+ usage: 'npm run zova :refactor:pageParams pageName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Refactor: PageQuery',
6
- usage: 'zova :refactor:pageQuery pageName [--module=]',
6
+ usage: 'npm run zova :refactor:pageQuery pageName -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Refactor: Rename Component',
6
- usage: 'zova :refactor:renameComponent componentName componentNameNew [--module=]',
6
+ usage: 'npm run zova :refactor:renameComponent componentName componentNameNew -- [--module=]',
7
7
  },
8
8
  options: {
9
9
  module: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Tools: Deps',
6
- usage: 'zova :tools:deps [--force]',
6
+ usage: 'npm run zova :tools:deps -- [--force]',
7
7
  },
8
8
  options: {
9
9
  force: {
@@ -3,7 +3,7 @@ export default {
3
3
  info: {
4
4
  version: '5.0.0',
5
5
  title: 'Cli: Tools: Metadata',
6
- usage: 'zova :tools:metadata module1 [module2] [--force]',
6
+ usage: 'npm run zova :tools:metadata module1 [module2] -- [--force]',
7
7
  },
8
8
  options: {
9
9
  force: {