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