@hubspot/cli 8.6.0 → 8.7.0-beta.0
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.
- package/api/releases.d.ts +36 -0
- package/api/releases.js +41 -0
- package/bin/cli.js +3 -3
- package/commands/account/auth.js +2 -2
- package/commands/account/clean.js +2 -2
- package/commands/account/createOverride.js +2 -2
- package/commands/account/info.js +2 -2
- package/commands/account/link.js +2 -2
- package/commands/account/list.js +2 -2
- package/commands/account/remove.js +2 -2
- package/commands/account/removeOverride.js +2 -2
- package/commands/account/rename.js +2 -2
- package/commands/account/unlink.js +2 -2
- package/commands/account/use.js +2 -2
- package/commands/api.js +2 -2
- package/commands/app/migrate.js +2 -2
- package/commands/app/secret/add.js +2 -2
- package/commands/app/secret/delete.js +2 -2
- package/commands/app/secret/list.js +2 -2
- package/commands/app/secret/update.js +2 -2
- package/commands/auth.js +2 -2
- package/commands/cms/app/create.js +2 -2
- package/commands/cms/convertFields.js +2 -2
- package/commands/cms/delete.js +2 -2
- package/commands/cms/fetch.js +2 -2
- package/commands/cms/function/create.js +2 -2
- package/commands/cms/function/deploy.js +2 -2
- package/commands/cms/function/list.js +2 -2
- package/commands/cms/function/logs.js +2 -2
- package/commands/cms/function/server.js +2 -2
- package/commands/cms/getReactModule.js +2 -2
- package/commands/cms/lighthouseScore.js +2 -2
- package/commands/cms/lint.js +2 -2
- package/commands/cms/list.js +2 -2
- package/commands/cms/module/create.js +8 -2
- package/commands/cms/module/marketplace-validate.js +2 -2
- package/commands/cms/mv.js +2 -2
- package/commands/cms/template/create.js +2 -2
- package/commands/cms/theme/create.js +2 -2
- package/commands/cms/theme/generate-selectors.js +2 -2
- package/commands/cms/theme/marketplace-validate.js +2 -2
- package/commands/cms/theme/preview.js +2 -2
- package/commands/cms/upload.js +2 -2
- package/commands/cms/watch.js +2 -2
- package/commands/cms/webpack/create.js +2 -2
- package/commands/completion.js +2 -2
- package/commands/config/migrate.js +2 -2
- package/commands/config/set.js +2 -2
- package/commands/customObject/create.js +2 -2
- package/commands/customObject/createSchema.js +2 -2
- package/commands/customObject/deleteSchema.js +2 -2
- package/commands/customObject/fetchAllSchemas.js +2 -2
- package/commands/customObject/fetchSchema.js +2 -2
- package/commands/customObject/listSchemas.js +2 -2
- package/commands/customObject/updateSchema.js +2 -2
- package/commands/doctor.js +2 -2
- package/commands/feedback.js +2 -2
- package/commands/filemanager/fetch.js +2 -2
- package/commands/filemanager/upload.js +2 -2
- package/commands/getStarted.js +2 -2
- package/commands/hubdb/clear.js +2 -2
- package/commands/hubdb/create.js +2 -2
- package/commands/hubdb/delete.js +2 -2
- package/commands/hubdb/fetch.js +2 -2
- package/commands/hubdb/list.js +2 -2
- package/commands/init.js +2 -2
- package/commands/mcp/setup.js +2 -2
- package/commands/mcp/start.js +2 -2
- package/commands/open.js +2 -2
- package/commands/project/add.js +2 -2
- package/commands/project/appInstallStatus.d.ts +2 -2
- package/commands/project/appInstallStatus.js +3 -2
- package/commands/project/create.js +2 -2
- package/commands/project/delete.js +2 -2
- package/commands/project/deploy.js +2 -2
- package/commands/project/dev/index.js +2 -2
- package/commands/project/download.js +2 -2
- package/commands/project/info.d.ts +2 -2
- package/commands/project/info.js +3 -2
- package/commands/project/installDeps.js +2 -2
- package/commands/project/lint.js +7 -5
- package/commands/project/list.d.ts +2 -2
- package/commands/project/list.js +3 -2
- package/commands/project/listBuilds.js +2 -2
- package/commands/project/logs.js +2 -2
- package/commands/project/migrate.js +2 -2
- package/commands/project/open.js +2 -2
- package/commands/project/profile/add.js +2 -2
- package/commands/project/profile/delete.js +2 -2
- package/commands/project/release/create.d.ts +7 -0
- package/commands/project/release/create.js +159 -0
- package/commands/project/release/info.d.ts +6 -0
- package/commands/project/release/info.js +147 -0
- package/commands/project/release/list.d.ts +6 -0
- package/commands/project/release/list.js +111 -0
- package/commands/project/release.d.ts +3 -0
- package/commands/project/release.js +20 -0
- package/commands/project/updateDeps.js +2 -2
- package/commands/project/upload.d.ts +3 -0
- package/commands/project/upload.js +77 -9
- package/commands/project/validate.js +2 -2
- package/commands/project/watch.js +2 -2
- package/commands/project.js +2 -0
- package/commands/sandbox/create.js +2 -2
- package/commands/sandbox/delete.js +2 -2
- package/commands/secret/addSecret.js +2 -2
- package/commands/secret/deleteSecret.js +2 -2
- package/commands/secret/listSecret.js +2 -2
- package/commands/secret/updateSecret.js +2 -2
- package/commands/testAccount/create.js +2 -2
- package/commands/testAccount/createConfig.js +2 -2
- package/commands/testAccount/delete.js +2 -2
- package/commands/testAccount/importData.js +2 -2
- package/commands/upgrade.js +2 -2
- package/lang/en.d.ts +92 -0
- package/lang/en.js +92 -0
- package/lib/api/usageTracking.d.ts +29 -0
- package/lib/api/usageTracking.js +28 -0
- package/lib/commonOpts.js +0 -1
- package/lib/constants.d.ts +1 -0
- package/lib/constants.js +1 -0
- package/lib/projects/localDev/helpers/project.js +1 -1
- package/lib/projects/npmAuditOnUpload.d.ts +10 -0
- package/lib/projects/npmAuditOnUpload.js +73 -0
- package/lib/projects/pollProjectBuildAndDeploy.d.ts +5 -1
- package/lib/projects/pollProjectBuildAndDeploy.js +3 -2
- package/lib/projects/preview.d.ts +7 -0
- package/lib/projects/preview.js +48 -0
- package/lib/projects/uieLinting.d.ts +4 -0
- package/lib/projects/uieLinting.js +36 -1
- package/lib/projects/upload.d.ts +3 -1
- package/lib/projects/upload.js +26 -6
- package/lib/projects/validateLintConfigOnUpload.d.ts +9 -0
- package/lib/projects/validateLintConfigOnUpload.js +45 -0
- package/lib/projects/workspaces.d.ts +11 -1
- package/lib/projects/workspaces.js +27 -12
- package/lib/usageTracking.d.ts +7 -17
- package/lib/usageTracking.js +43 -29
- package/lib/yargs/makeWrappedYargsHandler.d.ts +3 -0
- package/lib/yargs/{makeYargsHandlerWithUsageTracking.js → makeWrappedYargsHandler.js} +29 -3
- package/mcp-server/tools/cms/HsCreateFunctionTool.js +2 -2
- package/mcp-server/tools/cms/HsCreateModuleTool.js +4 -5
- package/mcp-server/tools/cms/HsCreateTemplateTool.js +2 -2
- package/mcp-server/tools/cms/HsFunctionLogsTool.js +2 -3
- package/mcp-server/tools/cms/HsListFunctionsTool.js +2 -3
- package/mcp-server/tools/cms/HsListTool.js +2 -2
- package/mcp-server/utils/toolUsageTracking.js +10 -6
- package/package.json +4 -4
- package/lib/yargs/makeYargsHandlerWithUsageTracking.d.ts +0 -3
|
@@ -7,7 +7,7 @@ import { requestLighthouseScore, getLighthouseScoreStatus, getLighthouseScore, }
|
|
|
7
7
|
import { HUBSPOT_FOLDER, MARKETPLACE_FOLDER } from '../../lib/constants.js';
|
|
8
8
|
import { uiLink } from '../../lib/ui/index.js';
|
|
9
9
|
import { EXIT_CODES } from '../../lib/enums/exitCodes.js';
|
|
10
|
-
import {
|
|
10
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
11
11
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
12
12
|
import { renderTable } from '../../ui/render.js';
|
|
13
13
|
const DEFAULT_TABLE_HEADER = [
|
|
@@ -276,7 +276,7 @@ const builder = makeYargsBuilder(cmslighthouseScoreBuilder, command, describe, {
|
|
|
276
276
|
const cmslighthouseScoreCommand = {
|
|
277
277
|
command,
|
|
278
278
|
describe,
|
|
279
|
-
handler:
|
|
279
|
+
handler: makeWrappedYargsHandler('lighthouse-score', handler),
|
|
280
280
|
builder,
|
|
281
281
|
};
|
|
282
282
|
export default cmslighthouseScoreCommand;
|
package/commands/cms/lint.js
CHANGED
|
@@ -3,7 +3,7 @@ import { logError } from '../../lib/errorHandlers/index.js';
|
|
|
3
3
|
import { commands } from '../../lang/en.js';
|
|
4
4
|
import { resolveLocalPath } from '../../lib/filesystem.js';
|
|
5
5
|
import { EXIT_CODES } from '../../lib/enums/exitCodes.js';
|
|
6
|
-
import {
|
|
6
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
7
7
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
8
8
|
import { uiLogger } from '../../lib/ui/logger.js';
|
|
9
9
|
const command = 'lint <path>';
|
|
@@ -76,7 +76,7 @@ const builder = makeYargsBuilder(lintBuilder, command, describe, {
|
|
|
76
76
|
const lintCommand = {
|
|
77
77
|
command,
|
|
78
78
|
describe,
|
|
79
|
-
handler:
|
|
79
|
+
handler: makeWrappedYargsHandler('lint', handler),
|
|
80
80
|
builder,
|
|
81
81
|
};
|
|
82
82
|
export default lintCommand;
|
package/commands/cms/list.js
CHANGED
|
@@ -4,7 +4,7 @@ import { logError } from '../../lib/errorHandlers/index.js';
|
|
|
4
4
|
import { getDirectoryContentsByPath } from '@hubspot/local-dev-lib/api/fileMapper';
|
|
5
5
|
import { HUBSPOT_FOLDER, MARKETPLACE_FOLDER } from '../../lib/constants.js';
|
|
6
6
|
import { EXIT_CODES } from '../../lib/enums/exitCodes.js';
|
|
7
|
-
import {
|
|
7
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
8
8
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
9
9
|
import { uiLogger } from '../../lib/ui/logger.js';
|
|
10
10
|
import { commands } from '../../lang/en.js';
|
|
@@ -89,7 +89,7 @@ const builder = makeYargsBuilder(cmsListBuilder, command, describe, {
|
|
|
89
89
|
const cmsListCommand = {
|
|
90
90
|
command,
|
|
91
91
|
describe,
|
|
92
|
-
handler:
|
|
92
|
+
handler: makeWrappedYargsHandler('list', handler),
|
|
93
93
|
builder,
|
|
94
94
|
};
|
|
95
95
|
export default cmsListCommand;
|
|
@@ -5,7 +5,7 @@ import { commands } from '../../../lang/en.js';
|
|
|
5
5
|
import { uiLogger } from '../../../lib/ui/logger.js';
|
|
6
6
|
import { CONTENT_TYPES } from '../../../types/Cms.js';
|
|
7
7
|
import { makeYargsBuilder } from '../../../lib/yargsUtils.js';
|
|
8
|
-
import {
|
|
8
|
+
import { makeWrappedYargsHandler } from '../../../lib/yargs/makeWrappedYargsHandler.js';
|
|
9
9
|
import { EXIT_CODES } from '../../../lib/enums/exitCodes.js';
|
|
10
10
|
import { isPromptExitError } from '../../../lib/errors/PromptExitError.js';
|
|
11
11
|
import assets from '../../../lib/cmsAssets/index.js';
|
|
@@ -73,6 +73,12 @@ function moduleCreateBuilder(yargs) {
|
|
|
73
73
|
type: 'boolean',
|
|
74
74
|
default: false,
|
|
75
75
|
});
|
|
76
|
+
yargs.option('available-for-new-content', {
|
|
77
|
+
describe: commands.cms.subcommands.module.subcommands.create.options
|
|
78
|
+
.availableForNewContent,
|
|
79
|
+
type: 'boolean',
|
|
80
|
+
default: true,
|
|
81
|
+
});
|
|
76
82
|
return yargs;
|
|
77
83
|
}
|
|
78
84
|
const builder = makeYargsBuilder(moduleCreateBuilder, command, describe, {
|
|
@@ -83,6 +89,6 @@ const moduleCreateCommand = {
|
|
|
83
89
|
command,
|
|
84
90
|
describe,
|
|
85
91
|
builder,
|
|
86
|
-
handler:
|
|
92
|
+
handler: makeWrappedYargsHandler('create', handler),
|
|
87
93
|
};
|
|
88
94
|
export default moduleCreateCommand;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import SpinniesManager from '../../../lib/ui/SpinniesManager.js';
|
|
2
2
|
import { kickOffValidation, pollForValidationFinish, fetchValidationResults, hasProcessValidationErrors, displayValidationResults, } from '../../../lib/marketplaceValidate.js';
|
|
3
3
|
import { commands } from '../../../lang/en.js';
|
|
4
|
-
import {
|
|
4
|
+
import { makeWrappedYargsHandler } from '../../../lib/yargs/makeWrappedYargsHandler.js';
|
|
5
5
|
import { EXIT_CODES } from '../../../lib/enums/exitCodes.js';
|
|
6
6
|
import { makeYargsBuilder } from '../../../lib/yargsUtils.js';
|
|
7
7
|
import { logError } from '../../../lib/errorHandlers/index.js';
|
|
@@ -55,7 +55,7 @@ const builder = makeYargsBuilder(marketplaceValidateBuilder, command, describe,
|
|
|
55
55
|
const marketplaceValidateCommand = {
|
|
56
56
|
command,
|
|
57
57
|
describe,
|
|
58
|
-
handler:
|
|
58
|
+
handler: makeWrappedYargsHandler('validate', handler),
|
|
59
59
|
builder,
|
|
60
60
|
};
|
|
61
61
|
export default marketplaceValidateCommand;
|
package/commands/cms/mv.js
CHANGED
|
@@ -2,7 +2,7 @@ import { moveFile } from '@hubspot/local-dev-lib/api/fileMapper';
|
|
|
2
2
|
import { isSpecifiedError } from '@hubspot/local-dev-lib/errors/index';
|
|
3
3
|
import { logError, ApiErrorContext } from '../../lib/errorHandlers/index.js';
|
|
4
4
|
import { isPathFolder } from '../../lib/filesystem.js';
|
|
5
|
-
import {
|
|
5
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
6
6
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
7
7
|
import { uiLogger } from '../../lib/ui/logger.js';
|
|
8
8
|
import { commands } from '../../lang/en.js';
|
|
@@ -53,7 +53,7 @@ const builder = makeYargsBuilder(cmsMvBuilder, command, describe, {
|
|
|
53
53
|
const cmsMvCommand = {
|
|
54
54
|
command,
|
|
55
55
|
describe,
|
|
56
|
-
handler:
|
|
56
|
+
handler: makeWrappedYargsHandler('mv', handler),
|
|
57
57
|
builder,
|
|
58
58
|
};
|
|
59
59
|
export default cmsMvCommand;
|
|
@@ -5,7 +5,7 @@ import { commands } from '../../../lang/en.js';
|
|
|
5
5
|
import { uiLogger } from '../../../lib/ui/logger.js';
|
|
6
6
|
import { TEMPLATE_TYPES } from '../../../types/Cms.js';
|
|
7
7
|
import { makeYargsBuilder } from '../../../lib/yargsUtils.js';
|
|
8
|
-
import {
|
|
8
|
+
import { makeWrappedYargsHandler } from '../../../lib/yargs/makeWrappedYargsHandler.js';
|
|
9
9
|
import { EXIT_CODES } from '../../../lib/enums/exitCodes.js';
|
|
10
10
|
import { isPromptExitError } from '../../../lib/errors/PromptExitError.js';
|
|
11
11
|
import assets from '../../../lib/cmsAssets/index.js';
|
|
@@ -71,6 +71,6 @@ const templateCreateCommand = {
|
|
|
71
71
|
command,
|
|
72
72
|
describe,
|
|
73
73
|
builder,
|
|
74
|
-
handler:
|
|
74
|
+
handler: makeWrappedYargsHandler('create', handler),
|
|
75
75
|
};
|
|
76
76
|
export default templateCreateCommand;
|
|
@@ -4,7 +4,7 @@ import { resolveLocalPath } from '../../../lib/filesystem.js';
|
|
|
4
4
|
import { commands } from '../../../lang/en.js';
|
|
5
5
|
import { uiLogger } from '../../../lib/ui/logger.js';
|
|
6
6
|
import { makeYargsBuilder } from '../../../lib/yargsUtils.js';
|
|
7
|
-
import {
|
|
7
|
+
import { makeWrappedYargsHandler } from '../../../lib/yargs/makeWrappedYargsHandler.js';
|
|
8
8
|
import { EXIT_CODES } from '../../../lib/enums/exitCodes.js';
|
|
9
9
|
import assets from '../../../lib/cmsAssets/index.js';
|
|
10
10
|
const command = 'create [dest]';
|
|
@@ -53,6 +53,6 @@ const themeCreateCommand = {
|
|
|
53
53
|
command,
|
|
54
54
|
describe,
|
|
55
55
|
builder,
|
|
56
|
-
handler:
|
|
56
|
+
handler: makeWrappedYargsHandler('create', handler),
|
|
57
57
|
};
|
|
58
58
|
export default themeCreateCommand;
|
|
@@ -2,7 +2,7 @@ import fs from 'fs';
|
|
|
2
2
|
import { commands } from '../../../lang/en.js';
|
|
3
3
|
import { findFieldsJsonPath, combineThemeCss, setPreviewSelectors, generateInheritedSelectors, generateSelectorsMap, getMaxFieldsDepth, } from '../../../lib/generateSelectors.js';
|
|
4
4
|
import { EXIT_CODES } from '../../../lib/enums/exitCodes.js';
|
|
5
|
-
import {
|
|
5
|
+
import { makeWrappedYargsHandler } from '../../../lib/yargs/makeWrappedYargsHandler.js';
|
|
6
6
|
import { makeYargsBuilder } from '../../../lib/yargsUtils.js';
|
|
7
7
|
import { uiLogger } from '../../../lib/ui/logger.js';
|
|
8
8
|
const HUBL_EXPRESSION_REGEX = new RegExp(/{%\s*(.*)\s*%}/, 'g');
|
|
@@ -166,7 +166,7 @@ const builder = makeYargsBuilder(themeSelectorBuilder, command, describe, {
|
|
|
166
166
|
const themeSelectorsCommand = {
|
|
167
167
|
command,
|
|
168
168
|
describe,
|
|
169
|
-
handler:
|
|
169
|
+
handler: makeWrappedYargsHandler('generate-selectors', handler),
|
|
170
170
|
builder,
|
|
171
171
|
};
|
|
172
172
|
export default themeSelectorsCommand;
|
|
@@ -2,7 +2,7 @@ import SpinniesManager from '../../../lib/ui/SpinniesManager.js';
|
|
|
2
2
|
import { kickOffValidation, pollForValidationFinish, fetchValidationResults, hasProcessValidationErrors, displayValidationResults, } from '../../../lib/marketplaceValidate.js';
|
|
3
3
|
import { commands } from '../../../lang/en.js';
|
|
4
4
|
import { EXIT_CODES } from '../../../lib/enums/exitCodes.js';
|
|
5
|
-
import {
|
|
5
|
+
import { makeWrappedYargsHandler } from '../../../lib/yargs/makeWrappedYargsHandler.js';
|
|
6
6
|
import { makeYargsBuilder } from '../../../lib/yargsUtils.js';
|
|
7
7
|
import { logError } from '../../../lib/errorHandlers/index.js';
|
|
8
8
|
const command = 'marketplace-validate <path>';
|
|
@@ -57,7 +57,7 @@ const builder = makeYargsBuilder(themeValidateBuilder, command, describe, {
|
|
|
57
57
|
const themeValidateCommand = {
|
|
58
58
|
command,
|
|
59
59
|
describe,
|
|
60
|
-
handler:
|
|
60
|
+
handler: makeWrappedYargsHandler('validate', handler),
|
|
61
61
|
builder,
|
|
62
62
|
};
|
|
63
63
|
export default themeValidateCommand;
|
|
@@ -10,7 +10,7 @@ import { EXIT_CODES } from '../../../lib/enums/exitCodes.js';
|
|
|
10
10
|
import { getProjectConfig } from '../../../lib/projects/config.js';
|
|
11
11
|
import { findProjectComponents } from '../../../lib/projects/structure.js';
|
|
12
12
|
import { ComponentTypes } from '../../../types/Projects.js';
|
|
13
|
-
import {
|
|
13
|
+
import { makeWrappedYargsHandler } from '../../../lib/yargs/makeWrappedYargsHandler.js';
|
|
14
14
|
import { makeYargsBuilder } from '../../../lib/yargsUtils.js';
|
|
15
15
|
import { uiLogger } from '../../../lib/ui/logger.js';
|
|
16
16
|
const command = 'preview [--src] [--dest]';
|
|
@@ -128,7 +128,7 @@ const builder = makeYargsBuilder(themePreviewBuilder, command, describe, {
|
|
|
128
128
|
const themePreviewCommand = {
|
|
129
129
|
command,
|
|
130
130
|
describe,
|
|
131
|
-
handler:
|
|
131
|
+
handler: makeWrappedYargsHandler('preview', handler),
|
|
132
132
|
builder,
|
|
133
133
|
};
|
|
134
134
|
export default themePreviewCommand;
|
package/commands/cms/upload.js
CHANGED
|
@@ -16,7 +16,7 @@ import { validateCmsPublishMode } from '../../lib/validation.js';
|
|
|
16
16
|
import { getUploadableFileList } from '../../lib/upload.js';
|
|
17
17
|
import { commands } from '../../lang/en.js';
|
|
18
18
|
import { EXIT_CODES } from '../../lib/enums/exitCodes.js';
|
|
19
|
-
import {
|
|
19
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
20
20
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
21
21
|
import { uiLogger } from '../../lib/ui/logger.js';
|
|
22
22
|
const command = 'upload [src] [dest]';
|
|
@@ -209,7 +209,7 @@ const builder = makeYargsBuilder(uploadBuilder, command, describe, {
|
|
|
209
209
|
const uploadCommand = {
|
|
210
210
|
command,
|
|
211
211
|
describe,
|
|
212
|
-
handler:
|
|
212
|
+
handler: makeWrappedYargsHandler('upload', handler),
|
|
213
213
|
builder,
|
|
214
214
|
};
|
|
215
215
|
export default uploadCommand;
|
package/commands/cms/watch.js
CHANGED
|
@@ -10,7 +10,7 @@ import { getUploadableFileList } from '../../lib/upload.js';
|
|
|
10
10
|
import { logError, ApiErrorContext } from '../../lib/errorHandlers/index.js';
|
|
11
11
|
import { EXIT_CODES } from '../../lib/enums/exitCodes.js';
|
|
12
12
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
13
|
-
import {
|
|
13
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
14
14
|
import { uiLogger } from '../../lib/ui/logger.js';
|
|
15
15
|
const command = 'watch [src] [dest]';
|
|
16
16
|
const describe = commands.cms.subcommands.watch.describe;
|
|
@@ -126,7 +126,7 @@ const builder = makeYargsBuilder(watchBuilder, command, describe, {
|
|
|
126
126
|
const watchCommand = {
|
|
127
127
|
command,
|
|
128
128
|
describe,
|
|
129
|
-
handler:
|
|
129
|
+
handler: makeWrappedYargsHandler('watch', handler),
|
|
130
130
|
builder,
|
|
131
131
|
};
|
|
132
132
|
export default watchCommand;
|
|
@@ -4,7 +4,7 @@ import { resolveLocalPath } from '../../../lib/filesystem.js';
|
|
|
4
4
|
import { commands } from '../../../lang/en.js';
|
|
5
5
|
import { uiLogger } from '../../../lib/ui/logger.js';
|
|
6
6
|
import { makeYargsBuilder } from '../../../lib/yargsUtils.js';
|
|
7
|
-
import {
|
|
7
|
+
import { makeWrappedYargsHandler } from '../../../lib/yargs/makeWrappedYargsHandler.js';
|
|
8
8
|
import { EXIT_CODES } from '../../../lib/enums/exitCodes.js';
|
|
9
9
|
import assets from '../../../lib/cmsAssets/index.js';
|
|
10
10
|
const command = 'create [dest]';
|
|
@@ -53,6 +53,6 @@ const webpackCreateCommand = {
|
|
|
53
53
|
command,
|
|
54
54
|
describe,
|
|
55
55
|
builder,
|
|
56
|
-
handler:
|
|
56
|
+
handler: makeWrappedYargsHandler('create', handler),
|
|
57
57
|
};
|
|
58
58
|
export default webpackCreateCommand;
|
package/commands/completion.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import yargsParser from 'yargs-parser';
|
|
2
2
|
import { commands } from '../lang/en.js';
|
|
3
3
|
import { makeYargsBuilder } from '../lib/yargsUtils.js';
|
|
4
|
-
import {
|
|
4
|
+
import { makeWrappedYargsHandler } from '../lib/yargs/makeWrappedYargsHandler.js';
|
|
5
5
|
const command = 'completion';
|
|
6
6
|
const describe = commands.completion.describe;
|
|
7
7
|
async function handler() { }
|
|
@@ -19,7 +19,7 @@ const builder = makeYargsBuilder(completionBuilder, command, describe);
|
|
|
19
19
|
const completionCommand = {
|
|
20
20
|
command,
|
|
21
21
|
describe,
|
|
22
|
-
handler:
|
|
22
|
+
handler: makeWrappedYargsHandler('completion', handler),
|
|
23
23
|
builder,
|
|
24
24
|
};
|
|
25
25
|
export default completionCommand;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import fs from 'fs';
|
|
2
2
|
import { localConfigFileExists, globalConfigFileExists, } from '@hubspot/local-dev-lib/config';
|
|
3
3
|
import { handleMigration, handleMerge } from '../../lib/configMigrate.js';
|
|
4
|
-
import {
|
|
4
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
5
5
|
import { logError } from '../../lib/errorHandlers/index.js';
|
|
6
6
|
import { EXIT_CODES } from '../../lib/enums/exitCodes.js';
|
|
7
7
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
@@ -63,7 +63,7 @@ const builder = makeYargsBuilder(configMigrateBuilder, command, commands.config.
|
|
|
63
63
|
const configMigrateCommand = {
|
|
64
64
|
command,
|
|
65
65
|
describe,
|
|
66
|
-
handler:
|
|
66
|
+
handler: makeWrappedYargsHandler('config-migrate', handler),
|
|
67
67
|
builder,
|
|
68
68
|
};
|
|
69
69
|
export default configMigrateCommand;
|
package/commands/config/set.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { promptUser } from '../../lib/prompts/promptUtils.js';
|
|
2
2
|
import { EXIT_CODES } from '../../lib/enums/exitCodes.js';
|
|
3
3
|
import { setDefaultCmsPublishMode, setHttpTimeout, setAllowUsageTracking, setAllowAutoUpdates, setAutoOpenBrowser, } from '../../lib/configOptions.js';
|
|
4
|
-
import {
|
|
4
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
5
5
|
import { commands } from '../../lang/en.js';
|
|
6
6
|
import { makeYargsBuilder, strictEnforceBoolean, } from '../../lib/yargsUtils.js';
|
|
7
7
|
import { logError } from '../../lib/errorHandlers/index.js';
|
|
@@ -134,7 +134,7 @@ const builder = makeYargsBuilder(configSetBuilder, command, describe, {
|
|
|
134
134
|
const configSetCommand = {
|
|
135
135
|
command,
|
|
136
136
|
describe,
|
|
137
|
-
handler:
|
|
137
|
+
handler: makeWrappedYargsHandler('config-set', handler),
|
|
138
138
|
builder,
|
|
139
139
|
};
|
|
140
140
|
export default configSetCommand;
|
|
@@ -7,7 +7,7 @@ import { checkAndConvertToJson } from '../../lib/validation.js';
|
|
|
7
7
|
import { commands } from '../../lang/en.js';
|
|
8
8
|
import { EXIT_CODES } from '../../lib/enums/exitCodes.js';
|
|
9
9
|
import { isObjectDefinition } from '../../lib/customObject.js';
|
|
10
|
-
import {
|
|
10
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
11
11
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
12
12
|
const command = 'create [name]';
|
|
13
13
|
const describe = commands.customObject.subcommands.create.describe;
|
|
@@ -57,7 +57,7 @@ const builder = makeYargsBuilder(customObjectCreateBuilder, command, describe, {
|
|
|
57
57
|
const customObjectCreateCommand = {
|
|
58
58
|
command,
|
|
59
59
|
describe,
|
|
60
|
-
handler:
|
|
60
|
+
handler: makeWrappedYargsHandler('custom-object-batch-create', handler),
|
|
61
61
|
builder,
|
|
62
62
|
};
|
|
63
63
|
export default customObjectCreateCommand;
|
|
@@ -8,7 +8,7 @@ import { checkAndConvertToJson } from '../../lib/validation.js';
|
|
|
8
8
|
import { commands } from '../../lang/en.js';
|
|
9
9
|
import { EXIT_CODES } from '../../lib/enums/exitCodes.js';
|
|
10
10
|
import { isSchemaDefinition } from '../../lib/customObject.js';
|
|
11
|
-
import {
|
|
11
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
12
12
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
13
13
|
const command = 'create-schema';
|
|
14
14
|
const describe = commands.customObject.subcommands.createSchema.describe;
|
|
@@ -48,7 +48,7 @@ const builder = makeYargsBuilder(schemaCreateBuilder, command, describe, {
|
|
|
48
48
|
const createSchemaCommand = {
|
|
49
49
|
command,
|
|
50
50
|
describe,
|
|
51
|
-
handler:
|
|
51
|
+
handler: makeWrappedYargsHandler('custom-object-schema-create', handler),
|
|
52
52
|
builder,
|
|
53
53
|
};
|
|
54
54
|
export default createSchemaCommand;
|
|
@@ -4,7 +4,7 @@ import { confirmPrompt, listPrompt } from '../../lib/prompts/promptUtils.js';
|
|
|
4
4
|
import { uiLogger } from '../../lib/ui/logger.js';
|
|
5
5
|
import { commands } from '../../lang/en.js';
|
|
6
6
|
import { logError } from '../../lib/errorHandlers/index.js';
|
|
7
|
-
import {
|
|
7
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
8
8
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
9
9
|
const command = 'delete-schema [name]';
|
|
10
10
|
const describe = commands.customObject.subcommands.deleteSchema.describe;
|
|
@@ -62,7 +62,7 @@ const builder = makeYargsBuilder(schemaDeleteBuilder, command, describe, {
|
|
|
62
62
|
const deleteSchemaCommand = {
|
|
63
63
|
command,
|
|
64
64
|
describe,
|
|
65
|
-
handler:
|
|
65
|
+
handler: makeWrappedYargsHandler('custom-object-schema-delete', handler),
|
|
66
66
|
builder,
|
|
67
67
|
};
|
|
68
68
|
export default deleteSchemaCommand;
|
|
@@ -4,7 +4,7 @@ import { inputPrompt } from '../../lib/prompts/promptUtils.js';
|
|
|
4
4
|
import { commands } from '../../lang/en.js';
|
|
5
5
|
import { logSchemas } from '../../lib/schema.js';
|
|
6
6
|
import { logError } from '../../lib/errorHandlers/index.js';
|
|
7
|
-
import {
|
|
7
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
8
8
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
9
9
|
const command = 'fetch-all-schemas [dest]';
|
|
10
10
|
const describe = commands.customObject.subcommands.fetchAllSchemas.describe;
|
|
@@ -50,7 +50,7 @@ const builder = makeYargsBuilder(schemaFetchAllBuilder, command, describe, {
|
|
|
50
50
|
const fetchAllSchemasCommand = {
|
|
51
51
|
command,
|
|
52
52
|
describe,
|
|
53
|
-
handler:
|
|
53
|
+
handler: makeWrappedYargsHandler('custom-object-schema-fetch-all', handler),
|
|
54
54
|
builder,
|
|
55
55
|
};
|
|
56
56
|
export default fetchAllSchemasCommand;
|
|
@@ -4,7 +4,7 @@ import { downloadSchema, getResolvedPath, } from '@hubspot/local-dev-lib/customO
|
|
|
4
4
|
import { inputPrompt, listPrompt } from '../../lib/prompts/promptUtils.js';
|
|
5
5
|
import { commands } from '../../lang/en.js';
|
|
6
6
|
import { logError } from '../../lib/errorHandlers/index.js';
|
|
7
|
-
import {
|
|
7
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
8
8
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
9
9
|
const command = 'fetch-schema [name] [dest]';
|
|
10
10
|
const describe = commands.customObject.subcommands.fetchSchema.describe;
|
|
@@ -60,7 +60,7 @@ const builder = makeYargsBuilder(schemaFetchBuilder, command, describe, {
|
|
|
60
60
|
const fetchSchemaCommand = {
|
|
61
61
|
command,
|
|
62
62
|
describe,
|
|
63
|
-
handler:
|
|
63
|
+
handler: makeWrappedYargsHandler('custom-object-schema-fetch', handler),
|
|
64
64
|
builder,
|
|
65
65
|
};
|
|
66
66
|
export default fetchSchemaCommand;
|
|
@@ -2,7 +2,7 @@ import { uiLogger } from '../../lib/ui/logger.js';
|
|
|
2
2
|
import { logError } from '../../lib/errorHandlers/index.js';
|
|
3
3
|
import { listSchemas } from '../../lib/schema.js';
|
|
4
4
|
import { commands } from '../../lang/en.js';
|
|
5
|
-
import {
|
|
5
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
6
6
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
7
7
|
const command = 'list-schemas';
|
|
8
8
|
const describe = commands.customObject.subcommands.listSchemas.describe;
|
|
@@ -28,7 +28,7 @@ const builder = makeYargsBuilder(schemaListBuilder, command, describe, {
|
|
|
28
28
|
const listSchemasCommand = {
|
|
29
29
|
command,
|
|
30
30
|
describe,
|
|
31
|
-
handler:
|
|
31
|
+
handler: makeWrappedYargsHandler('custom-object-schema-list', handler),
|
|
32
32
|
builder,
|
|
33
33
|
};
|
|
34
34
|
export default listSchemasCommand;
|
|
@@ -9,7 +9,7 @@ import { checkAndConvertToJson } from '../../lib/validation.js';
|
|
|
9
9
|
import { commands } from '../../lang/en.js';
|
|
10
10
|
import { EXIT_CODES } from '../../lib/enums/exitCodes.js';
|
|
11
11
|
import { isSchemaDefinition } from '../../lib/customObject.js';
|
|
12
|
-
import {
|
|
12
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
13
13
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
14
14
|
const command = 'update-schema [name]';
|
|
15
15
|
const describe = commands.customObject.subcommands.updateSchema.describe;
|
|
@@ -63,7 +63,7 @@ const builder = makeYargsBuilder(schemaUpdateBuilder, command, describe, {
|
|
|
63
63
|
const updateSchemaCommand = {
|
|
64
64
|
command,
|
|
65
65
|
describe,
|
|
66
|
-
handler:
|
|
66
|
+
handler: makeWrappedYargsHandler('custom-object-schema-update', handler),
|
|
67
67
|
builder,
|
|
68
68
|
};
|
|
69
69
|
export default updateSchemaCommand;
|
package/commands/doctor.js
CHANGED
|
@@ -4,7 +4,7 @@ import { trackCommandMetadataUsage } from '../lib/usageTracking.js';
|
|
|
4
4
|
import { Doctor } from '../lib/doctor/Doctor.js';
|
|
5
5
|
import { EXIT_CODES } from '../lib/enums/exitCodes.js';
|
|
6
6
|
import { getCwd } from '@hubspot/local-dev-lib/path';
|
|
7
|
-
import {
|
|
7
|
+
import { makeWrappedYargsHandler } from '../lib/yargs/makeWrappedYargsHandler.js';
|
|
8
8
|
import { makeYargsBuilder } from '../lib/yargsUtils.js';
|
|
9
9
|
import { uiLogger } from '../lib/ui/logger.js';
|
|
10
10
|
import { removeAnsiCodes } from '../lib/ui/removeAnsiCodes.js';
|
|
@@ -64,7 +64,7 @@ const builder = makeYargsBuilder(doctorBuilder, command, describe, {
|
|
|
64
64
|
const doctorCommand = {
|
|
65
65
|
command,
|
|
66
66
|
describe,
|
|
67
|
-
handler:
|
|
67
|
+
handler: makeWrappedYargsHandler('doctor', handler),
|
|
68
68
|
builder,
|
|
69
69
|
};
|
|
70
70
|
export default doctorCommand;
|
package/commands/feedback.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import open from 'open';
|
|
2
2
|
import { confirmPrompt } from '../lib/prompts/promptUtils.js';
|
|
3
|
-
import {
|
|
3
|
+
import { makeWrappedYargsHandler } from '../lib/yargs/makeWrappedYargsHandler.js';
|
|
4
4
|
import { makeYargsBuilder } from '../lib/yargsUtils.js';
|
|
5
5
|
import { EXIT_CODES } from '../lib/enums/exitCodes.js';
|
|
6
6
|
import { commands } from '../lang/en.js';
|
|
@@ -28,7 +28,7 @@ const builder = makeYargsBuilder(feedbackBuilder, command, describe, {
|
|
|
28
28
|
const feedbackCommand = {
|
|
29
29
|
command,
|
|
30
30
|
describe,
|
|
31
|
-
handler:
|
|
31
|
+
handler: makeWrappedYargsHandler('feedback', handler),
|
|
32
32
|
builder,
|
|
33
33
|
};
|
|
34
34
|
export default feedbackCommand;
|
|
@@ -5,7 +5,7 @@ import { commands } from '../../lang/en.js';
|
|
|
5
5
|
import { EXIT_CODES } from '../../lib/enums/exitCodes.js';
|
|
6
6
|
import { logError } from '../../lib/errorHandlers/index.js';
|
|
7
7
|
import { addOverwriteOptions } from '../../lib/commonOpts.js';
|
|
8
|
-
import {
|
|
8
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
9
9
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
10
10
|
const command = 'fetch <src> [dest]';
|
|
11
11
|
const describe = commands.filemanager.subcommands.fetch.describe;
|
|
@@ -51,7 +51,7 @@ const builder = makeYargsBuilder(fileManagerFetchBuilder, command, describe, {
|
|
|
51
51
|
const fileManagerFetchCommand = {
|
|
52
52
|
command,
|
|
53
53
|
describe,
|
|
54
|
-
handler:
|
|
54
|
+
handler: makeWrappedYargsHandler('filemanager-fetch', handler),
|
|
55
55
|
builder,
|
|
56
56
|
};
|
|
57
57
|
export default fileManagerFetchCommand;
|
|
@@ -9,7 +9,7 @@ import { shouldIgnoreFile } from '@hubspot/local-dev-lib/ignoreRules';
|
|
|
9
9
|
import { ApiErrorContext, logError } from '../../lib/errorHandlers/index.js';
|
|
10
10
|
import { commands } from '../../lang/en.js';
|
|
11
11
|
import { EXIT_CODES } from '../../lib/enums/exitCodes.js';
|
|
12
|
-
import {
|
|
12
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
13
13
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
14
14
|
const command = 'upload <src> <dest>';
|
|
15
15
|
const describe = commands.filemanager.subcommands.upload.describe;
|
|
@@ -91,7 +91,7 @@ const builder = makeYargsBuilder(fileManagerUploadBuilder, command, describe, {
|
|
|
91
91
|
const fileManagerUploadCommand = {
|
|
92
92
|
command,
|
|
93
93
|
describe,
|
|
94
|
-
handler:
|
|
94
|
+
handler: makeWrappedYargsHandler('filemanager-upload', handler),
|
|
95
95
|
builder,
|
|
96
96
|
};
|
|
97
97
|
export default fileManagerUploadCommand;
|
package/commands/getStarted.js
CHANGED
|
@@ -15,7 +15,7 @@ import { uiAccountDescription, uiFeatureHighlight, uiInfoSection, } from '../lib
|
|
|
15
15
|
import { uiLogger } from '../lib/ui/logger.js';
|
|
16
16
|
import { trackCommandMetadataUsage } from '../lib/usageTracking.js';
|
|
17
17
|
import { makeYargsBuilder } from '../lib/yargsUtils.js';
|
|
18
|
-
import {
|
|
18
|
+
import { makeWrappedYargsHandler } from '../lib/yargs/makeWrappedYargsHandler.js';
|
|
19
19
|
import { pollProjectBuildAndDeploy } from '../lib/projects/pollProjectBuildAndDeploy.js';
|
|
20
20
|
import { fetchPublicAppsForPortal } from '@hubspot/local-dev-lib/api/appsDev';
|
|
21
21
|
import { getConfigAccountEnvironment } from '@hubspot/local-dev-lib/config';
|
|
@@ -314,7 +314,7 @@ const builder = makeYargsBuilder(getStartedBuilder, command, commands.getStarted
|
|
|
314
314
|
const getStartedCommand = {
|
|
315
315
|
command,
|
|
316
316
|
describe,
|
|
317
|
-
handler:
|
|
317
|
+
handler: makeWrappedYargsHandler('get-started', handler),
|
|
318
318
|
builder,
|
|
319
319
|
};
|
|
320
320
|
export default getStartedCommand;
|
package/commands/hubdb/clear.js
CHANGED
|
@@ -5,7 +5,7 @@ import { clearHubDbTableRows } from '@hubspot/local-dev-lib/hubdb';
|
|
|
5
5
|
import { publishTable } from '@hubspot/local-dev-lib/api/hubdb';
|
|
6
6
|
import { selectHubDBTablePrompt } from '../../lib/prompts/selectHubDBTablePrompt.js';
|
|
7
7
|
import { commands } from '../../lang/en.js';
|
|
8
|
-
import {
|
|
8
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
9
9
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
10
10
|
const command = 'clear [table-id]';
|
|
11
11
|
const describe = commands.hubdb.subcommands.clear.describe;
|
|
@@ -51,7 +51,7 @@ const builder = makeYargsBuilder(hubdbClearBuilder, command, describe, {
|
|
|
51
51
|
const hubdbClearCommand = {
|
|
52
52
|
command,
|
|
53
53
|
describe,
|
|
54
|
-
handler:
|
|
54
|
+
handler: makeWrappedYargsHandler('hubdb-clear', handler),
|
|
55
55
|
builder,
|
|
56
56
|
};
|
|
57
57
|
export default hubdbClearCommand;
|
package/commands/hubdb/create.js
CHANGED
|
@@ -7,7 +7,7 @@ import { promptUser } from '../../lib/prompts/promptUtils.js';
|
|
|
7
7
|
import { checkAndConvertToJson } from '../../lib/validation.js';
|
|
8
8
|
import { commands } from '../../lang/en.js';
|
|
9
9
|
import { EXIT_CODES } from '../../lib/enums/exitCodes.js';
|
|
10
|
-
import {
|
|
10
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
11
11
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
12
12
|
const command = 'create';
|
|
13
13
|
const describe = commands.hubdb.subcommands.create.describe;
|
|
@@ -67,7 +67,7 @@ const builder = makeYargsBuilder(hubdbCreateBuilder, command, describe, {
|
|
|
67
67
|
const hubdbCreateCommand = {
|
|
68
68
|
command,
|
|
69
69
|
describe,
|
|
70
|
-
handler:
|
|
70
|
+
handler: makeWrappedYargsHandler('hubdb-create', handler),
|
|
71
71
|
builder,
|
|
72
72
|
};
|
|
73
73
|
export default hubdbCreateCommand;
|
package/commands/hubdb/delete.js
CHANGED
|
@@ -6,7 +6,7 @@ import { selectHubDBTablePrompt } from '../../lib/prompts/selectHubDBTablePrompt
|
|
|
6
6
|
import { promptUser } from '../../lib/prompts/promptUtils.js';
|
|
7
7
|
import { EXIT_CODES } from '../../lib/enums/exitCodes.js';
|
|
8
8
|
import { commands } from '../../lang/en.js';
|
|
9
|
-
import {
|
|
9
|
+
import { makeWrappedYargsHandler } from '../../lib/yargs/makeWrappedYargsHandler.js';
|
|
10
10
|
import { makeYargsBuilder } from '../../lib/yargsUtils.js';
|
|
11
11
|
const command = 'delete [table-id]';
|
|
12
12
|
const describe = commands.hubdb.subcommands.delete.describe;
|
|
@@ -61,7 +61,7 @@ const builder = makeYargsBuilder(hubdbDeleteBuilder, command, describe, {
|
|
|
61
61
|
const hubdbDeleteCommand = {
|
|
62
62
|
command,
|
|
63
63
|
describe,
|
|
64
|
-
handler:
|
|
64
|
+
handler: makeWrappedYargsHandler('hubdb-delete', handler),
|
|
65
65
|
builder,
|
|
66
66
|
};
|
|
67
67
|
export default hubdbDeleteCommand;
|