|
3 | 3 | * @generated by @constructive-io/graphql-codegen |
4 | 4 | * DO NOT EDIT - changes will be overwritten |
5 | 5 | */ |
6 | | -import { CLIOptions, extractFirst,Inquirerer } from 'inquirerer'; |
7 | | - |
8 | | -import apiOrgSecretsDelCmd from './commands/api/org-secrets-del'; |
9 | | -import apiOrgSecretsRemoveArrayCmd from './commands/api/org-secrets-remove-array'; |
10 | | -import apiOrgSecretsSetCmd from './commands/api/org-secrets-set'; |
11 | | -import apiPlatformBucketCmd from './commands/api/platform-bucket'; |
12 | | -import apiPlatformConfigCmd from './commands/api/platform-config'; |
| 6 | +import { CLIOptions, Inquirerer, extractFirst } from 'inquirerer'; |
| 7 | +import contextCmd from './commands/context'; |
| 8 | +import authCmd from './commands/auth'; |
| 9 | +import configCmd from './commands/config'; |
| 10 | +import apiRoleTypeCmd from './commands/api/role-type'; |
13 | 11 | import apiPlatformConfigDefinitionCmd from './commands/api/platform-config-definition'; |
14 | | -import apiPlatformFileCmd from './commands/api/platform-file'; |
15 | | -import apiPlatformFilesRenameCmd from './commands/api/platform-files-rename'; |
16 | 12 | import apiPlatformNamespaceCmd from './commands/api/platform-namespace'; |
| 13 | +import apiPlatformConfigCmd from './commands/api/platform-config'; |
| 14 | +import apiPlatformBucketCmd from './commands/api/platform-bucket'; |
| 15 | +import apiPlatformFileCmd from './commands/api/platform-file'; |
| 16 | +import apiUserCmd from './commands/api/user'; |
17 | 17 | import apiPlatformNamespaceEventCmd from './commands/api/platform-namespace-event'; |
18 | 18 | import apiPlatformSecretsDelCmd from './commands/api/platform-secrets-del'; |
19 | 19 | import apiPlatformSecretsSetCmd from './commands/api/platform-secrets-set'; |
20 | | -import apiProvisionBucketCmd from './commands/api/provision-bucket'; |
21 | | -import apiRoleTypeCmd from './commands/api/role-type'; |
| 20 | +import apiOrgSecretsDelCmd from './commands/api/org-secrets-del'; |
| 21 | +import apiOrgSecretsSetCmd from './commands/api/org-secrets-set'; |
| 22 | +import apiOrgSecretsRemoveArrayCmd from './commands/api/org-secrets-remove-array'; |
| 23 | +import apiPlatformFilesRenameCmd from './commands/api/platform-files-rename'; |
22 | 24 | import apiUploadPlatformFileCmd from './commands/api/upload-platform-file'; |
23 | 25 | import apiUploadPlatformFilesCmd from './commands/api/upload-platform-files'; |
24 | | -import apiUserCmd from './commands/api/user'; |
25 | | -import authCmd from './commands/auth'; |
| 26 | +import apiProvisionBucketCmd from './commands/api/provision-bucket'; |
26 | 27 | import computeGetAllRecordCmd from './commands/compute/get-all-record'; |
27 | | -import computeInitEmptyRepoCmd from './commands/compute/init-empty-repo'; |
28 | | -import computeInsertNodeAtPathCmd from './commands/compute/insert-node-at-path'; |
| 28 | +import computePlatformFunctionGraphRefCmd from './commands/compute/platform-function-graph-ref'; |
| 29 | +import computePlatformFunctionGraphStoreCmd from './commands/compute/platform-function-graph-store'; |
| 30 | +import computePlatformFunctionGraphObjectCmd from './commands/compute/platform-function-graph-object'; |
29 | 31 | import computeOrgFunctionExecutionLogCmd from './commands/compute/org-function-execution-log'; |
30 | | -import computeOrgFunctionInvocationCmd from './commands/compute/org-function-invocation'; |
31 | | -import computePlatformAddEdgeCmd from './commands/compute/platform-add-edge'; |
32 | | -import computePlatformAddEdgeAndSaveCmd from './commands/compute/platform-add-edge-and-save'; |
33 | | -import computePlatformAddNodeCmd from './commands/compute/platform-add-node'; |
34 | | -import computePlatformAddNodeAndSaveCmd from './commands/compute/platform-add-node-and-save'; |
35 | | -import computePlatformComputeLogCmd from './commands/compute/platform-compute-log'; |
36 | | -import computePlatformCopyGraphCmd from './commands/compute/platform-copy-graph'; |
37 | | -import computePlatformCreateFunctionGraphCmd from './commands/compute/platform-create-function-graph'; |
38 | | -import computePlatformFunctionDefinitionCmd from './commands/compute/platform-function-definition'; |
| 32 | +import computePlatformFunctionGraphCommitCmd from './commands/compute/platform-function-graph-commit'; |
| 33 | +import computePlatformSecretDefinitionCmd from './commands/compute/platform-secret-definition'; |
39 | 34 | import computePlatformFunctionExecutionLogCmd from './commands/compute/platform-function-execution-log'; |
40 | 35 | import computePlatformFunctionGraphCmd from './commands/compute/platform-function-graph'; |
41 | | -import computePlatformFunctionGraphCommitCmd from './commands/compute/platform-function-graph-commit'; |
42 | | -import computePlatformFunctionGraphObjectCmd from './commands/compute/platform-function-graph-object'; |
43 | | -import computePlatformFunctionGraphRefCmd from './commands/compute/platform-function-graph-ref'; |
44 | | -import computePlatformFunctionGraphStoreCmd from './commands/compute/platform-function-graph-store'; |
| 36 | +import computePlatformComputeLogCmd from './commands/compute/platform-compute-log'; |
| 37 | +import computePlatformUsageDailyCmd from './commands/compute/platform-usage-daily'; |
| 38 | +import computeOrgFunctionInvocationCmd from './commands/compute/org-function-invocation'; |
45 | 39 | import computePlatformFunctionInvocationCmd from './commands/compute/platform-function-invocation'; |
46 | | -import computePlatformImportDefinitionsCmd from './commands/compute/platform-import-definitions'; |
47 | | -import computePlatformImportGraphJsonCmd from './commands/compute/platform-import-graph-json'; |
| 40 | +import computePlatformFunctionDefinitionCmd from './commands/compute/platform-function-definition'; |
48 | 41 | import computePlatformReadFunctionGraphCmd from './commands/compute/platform-read-function-graph'; |
| 42 | +import computePlatformValidateFunctionGraphCmd from './commands/compute/platform-validate-function-graph'; |
| 43 | +import computeInitEmptyRepoCmd from './commands/compute/init-empty-repo'; |
| 44 | +import computePlatformImportDefinitionsCmd from './commands/compute/platform-import-definitions'; |
| 45 | +import computeSetDataAtPathCmd from './commands/compute/set-data-at-path'; |
| 46 | +import computePlatformCopyGraphCmd from './commands/compute/platform-copy-graph'; |
49 | 47 | import computePlatformSaveGraphCmd from './commands/compute/platform-save-graph'; |
50 | | -import computePlatformSecretDefinitionCmd from './commands/compute/platform-secret-definition'; |
| 48 | +import computePlatformAddEdgeAndSaveCmd from './commands/compute/platform-add-edge-and-save'; |
| 49 | +import computePlatformAddNodeAndSaveCmd from './commands/compute/platform-add-node-and-save'; |
| 50 | +import computePlatformCreateFunctionGraphCmd from './commands/compute/platform-create-function-graph'; |
| 51 | +import computePlatformAddEdgeCmd from './commands/compute/platform-add-edge'; |
| 52 | +import computePlatformAddNodeCmd from './commands/compute/platform-add-node'; |
| 53 | +import computePlatformImportGraphJsonCmd from './commands/compute/platform-import-graph-json'; |
| 54 | +import computeInsertNodeAtPathCmd from './commands/compute/insert-node-at-path'; |
51 | 55 | import computePlatformStartExecutionCmd from './commands/compute/platform-start-execution'; |
52 | | -import computePlatformUsageDailyCmd from './commands/compute/platform-usage-daily'; |
53 | | -import computePlatformValidateFunctionGraphCmd from './commands/compute/platform-validate-function-graph'; |
54 | 56 | import computeProvisionBucketCmd from './commands/compute/provision-bucket'; |
55 | | -import computeSetDataAtPathCmd from './commands/compute/set-data-at-path'; |
56 | | -import configCmd from './commands/config'; |
57 | | -import contextCmd from './commands/context'; |
58 | | -import objectsCommitCmd from './commands/objects/commit'; |
59 | 57 | import objectsGetAllRecordCmd from './commands/objects/get-all-record'; |
| 58 | +import objectsStoreCmd from './commands/objects/store'; |
| 59 | +import objectsRefCmd from './commands/objects/ref'; |
| 60 | +import objectsObjectCmd from './commands/objects/object'; |
| 61 | +import objectsCommitCmd from './commands/objects/commit'; |
60 | 62 | import objectsInitEmptyRepoCmd from './commands/objects/init-empty-repo'; |
| 63 | +import objectsSetDataAtPathCmd from './commands/objects/set-data-at-path'; |
61 | 64 | import objectsInsertNodeAtPathCmd from './commands/objects/insert-node-at-path'; |
62 | | -import objectsObjectCmd from './commands/objects/object'; |
63 | 65 | import objectsProvisionBucketCmd from './commands/objects/provision-bucket'; |
64 | | -import objectsRefCmd from './commands/objects/ref'; |
65 | | -import objectsSetDataAtPathCmd from './commands/objects/set-data-at-path'; |
66 | | -import objectsStoreCmd from './commands/objects/store'; |
67 | 66 | const createCommandMap: () => Record< |
68 | 67 | string, |
69 | 68 | ( |
|
0 commit comments