@hubspot/cli 7.4.8 → 7.4.9-beta.1
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/commands/account/auth.d.ts +3 -7
- package/commands/account/auth.js +19 -9
- package/commands/account/clean.d.ts +3 -7
- package/commands/account/clean.js +16 -9
- package/commands/account/createOverride.d.ts +3 -7
- package/commands/account/createOverride.js +23 -6
- package/commands/account/info.d.ts +3 -7
- package/commands/account/info.js +13 -5
- package/commands/account/list.d.ts +3 -7
- package/commands/account/list.js +15 -8
- package/commands/account/remove.d.ts +3 -7
- package/commands/account/remove.js +21 -9
- package/commands/account/removeOverride.d.ts +3 -7
- package/commands/account/removeOverride.js +23 -6
- package/commands/account/rename.d.ts +3 -7
- package/commands/account/rename.js +16 -9
- package/commands/account/use.d.ts +5 -9
- package/commands/account/use.js +14 -6
- package/commands/account.d.ts +3 -4
- package/commands/account.js +35 -58
- package/commands/cms/convertFields.d.ts +7 -1
- package/commands/cms/convertFields.js +57 -41
- package/commands/cms/getReactModule.d.ts +7 -1
- package/commands/cms/getReactModule.js +52 -34
- package/commands/cms/lighthouseScore.d.ts +8 -1
- package/commands/cms/lighthouseScore.js +129 -100
- package/commands/cms.d.ts +3 -1
- package/commands/cms.js +24 -15
- package/commands/completion.d.ts +3 -1
- package/commands/completion.js +25 -12
- package/commands/config/migrate.d.ts +1 -1
- package/commands/config/migrate.js +16 -12
- package/commands/create/api-sample.d.ts +3 -1
- package/commands/create/api-sample.js +34 -38
- package/commands/create/app.d.ts +3 -1
- package/commands/create/app.js +9 -7
- package/commands/create/function.d.ts +3 -1
- package/commands/create/function.js +11 -10
- package/commands/create/index.d.ts +5 -1
- package/commands/create/index.js +23 -11
- package/commands/create/module.d.ts +3 -1
- package/commands/create/module.js +14 -13
- package/commands/create/react-app.d.ts +3 -1
- package/commands/create/react-app.js +10 -7
- package/commands/create/template.d.ts +3 -1
- package/commands/create/template.js +14 -14
- package/commands/create/vue-app.d.ts +3 -1
- package/commands/create/vue-app.js +10 -7
- package/commands/create/webpack-serverless.d.ts +3 -1
- package/commands/create/webpack-serverless.js +10 -7
- package/commands/create/website-theme.d.ts +3 -1
- package/commands/create/website-theme.js +10 -9
- package/commands/create.d.ts +4 -24
- package/commands/create.js +63 -74
- package/commands/customObject/create.d.ts +4 -9
- package/commands/customObject/create.js +17 -10
- package/commands/customObject/schema/create.d.ts +4 -9
- package/commands/customObject/schema/create.js +18 -11
- package/commands/customObject/schema/delete.d.ts +4 -9
- package/commands/customObject/schema/delete.js +17 -10
- package/commands/customObject/schema/fetch-all.d.ts +4 -9
- package/commands/customObject/schema/fetch-all.js +17 -10
- package/commands/customObject/schema/fetch.d.ts +4 -9
- package/commands/customObject/schema/fetch.js +17 -10
- package/commands/customObject/schema/list.d.ts +4 -8
- package/commands/customObject/schema/list.js +17 -10
- package/commands/customObject/schema/update.d.ts +4 -9
- package/commands/customObject/schema/update.js +18 -11
- package/commands/customObject/schema.d.ts +3 -5
- package/commands/customObject/schema.js +27 -54
- package/commands/customObject.d.ts +3 -4
- package/commands/customObject.js +20 -45
- package/commands/feedback.d.ts +4 -1
- package/commands/feedback.js +40 -47
- package/commands/fetch.d.ts +12 -1
- package/commands/fetch.js +49 -33
- package/commands/filemanager/fetch.d.ts +4 -9
- package/commands/filemanager/fetch.js +18 -11
- package/commands/filemanager/upload.d.ts +4 -9
- package/commands/filemanager/upload.js +17 -11
- package/commands/filemanager.d.ts +3 -4
- package/commands/filemanager.js +20 -41
- package/commands/function/deploy.d.ts +6 -1
- package/commands/function/deploy.js +70 -50
- package/commands/function/list.d.ts +6 -1
- package/commands/function/list.js +44 -32
- package/commands/function/server.d.ts +10 -1
- package/commands/function/server.js +49 -38
- package/commands/function.d.ts +5 -1
- package/commands/function.js +24 -10
- package/commands/hubdb/clear.d.ts +4 -9
- package/commands/hubdb/clear.js +17 -10
- package/commands/hubdb/create.d.ts +4 -9
- package/commands/hubdb/create.js +17 -10
- package/commands/hubdb/delete.d.ts +4 -9
- package/commands/hubdb/delete.js +17 -10
- package/commands/hubdb/fetch.d.ts +4 -9
- package/commands/hubdb/fetch.js +17 -10
- package/commands/hubdb.d.ts +3 -2
- package/commands/hubdb.js +23 -45
- package/commands/lint.d.ts +6 -4
- package/commands/lint.js +44 -43
- package/commands/logs.d.ts +10 -1
- package/commands/logs.js +53 -44
- package/commands/module/marketplace-validate.d.ts +6 -1
- package/commands/module/marketplace-validate.js +39 -27
- package/commands/module.d.ts +3 -1
- package/commands/module.js +22 -10
- package/commands/project/cloneApp.d.ts +1 -1
- package/commands/project/create.js +3 -3
- package/commands/project/deploy.d.ts +1 -0
- package/commands/project/deploy.js +40 -12
- package/commands/project/dev/index.d.ts +1 -4
- package/commands/project/dev/index.js +44 -15
- package/commands/project/dev/unifiedFlow.d.ts +2 -1
- package/commands/project/dev/unifiedFlow.js +52 -20
- package/commands/project/migrate.d.ts +1 -0
- package/commands/project/profile/add.d.ts +7 -0
- package/commands/project/profile/add.js +190 -0
- package/commands/project/profile/remove.d.ts +6 -0
- package/commands/project/profile/remove.js +119 -0
- package/commands/project/profile.d.ts +3 -0
- package/commands/project/profile.js +25 -0
- package/commands/project/upload.d.ts +1 -0
- package/commands/project/upload.js +38 -8
- package/commands/project.js +2 -0
- package/commands/sandbox/create.d.ts +4 -9
- package/commands/sandbox/create.js +18 -11
- package/commands/sandbox/delete.d.ts +4 -9
- package/commands/sandbox/delete.js +18 -11
- package/commands/sandbox.d.ts +3 -4
- package/commands/sandbox.js +20 -43
- package/commands/secret/addSecret.d.ts +4 -9
- package/commands/secret/addSecret.js +17 -10
- package/commands/secret/deleteSecret.d.ts +4 -9
- package/commands/secret/deleteSecret.js +17 -10
- package/commands/secret/listSecret.d.ts +4 -9
- package/commands/secret/listSecret.js +17 -10
- package/commands/secret/updateSecret.d.ts +4 -9
- package/commands/secret/updateSecret.js +17 -10
- package/commands/secret.d.ts +3 -4
- package/commands/secret.js +25 -48
- package/commands/theme/generate-selectors.d.ts +3 -7
- package/commands/theme/generate-selectors.js +14 -6
- package/commands/theme/marketplace-validate.d.ts +4 -9
- package/commands/theme/marketplace-validate.js +17 -10
- package/commands/theme/preview.d.ts +4 -9
- package/commands/theme/preview.js +16 -9
- package/commands/theme.d.ts +3 -4
- package/commands/theme.js +23 -46
- package/commands/upload.d.ts +12 -1
- package/commands/upload.js +118 -97
- package/commands/watch.d.ts +14 -1
- package/commands/watch.js +76 -65
- package/lang/en.d.ts +654 -558
- package/lang/en.js +443 -353
- package/lang/en.lyaml +23 -13
- package/lib/app/migrate.d.ts +23 -0
- package/lib/app/migrate.js +14 -3
- package/lib/app/migrate_legacy.js +5 -5
- package/lib/configMigrate.js +24 -10
- package/lib/constants.d.ts +6 -0
- package/lib/constants.js +7 -1
- package/lib/errorHandlers/suppressError.js +12 -19
- package/lib/filesystem.d.ts +1 -1
- package/lib/interpolation.d.ts +2 -3
- package/lib/lang.d.ts +2 -3
- package/lib/middleware/configMiddleware.js +8 -0
- package/lib/projectProfiles.d.ts +6 -0
- package/lib/projectProfiles.js +65 -0
- package/lib/projects/buildAndDeploy.js +17 -2
- package/lib/projects/localDev/AppDevModeInterface.d.ts +25 -0
- package/lib/projects/localDev/AppDevModeInterface.js +117 -0
- package/lib/projects/localDev/DevServerManagerV2.d.ts +11 -22
- package/lib/projects/localDev/DevServerManagerV2.js +19 -15
- package/lib/projects/localDev/LocalDevLogger.d.ts +30 -0
- package/lib/projects/localDev/LocalDevLogger.js +158 -0
- package/lib/projects/localDev/LocalDevManager.js +2 -3
- package/lib/projects/localDev/LocalDevProcess.d.ts +27 -0
- package/lib/projects/localDev/LocalDevProcess.js +171 -0
- package/lib/projects/localDev/LocalDevState.d.ts +37 -0
- package/lib/projects/localDev/LocalDevState.js +78 -0
- package/lib/projects/localDev/LocalDevWatcher.d.ts +10 -0
- package/lib/projects/localDev/LocalDevWatcher.js +56 -0
- package/lib/projects/localDev/LocalDevWebsocketServer.d.ts +17 -0
- package/lib/projects/localDev/LocalDevWebsocketServer.js +92 -0
- package/lib/projects/localDev/helpers.d.ts +1 -1
- package/lib/projects/localDev/helpers.js +2 -1
- package/lib/projects/upload.d.ts +2 -1
- package/lib/projects/upload.js +2 -2
- package/lib/prompts/createApiSamplePrompt.d.ts +2 -10
- package/lib/prompts/createTemplatePrompt.d.ts +22 -4
- package/lib/testUtils.d.ts +3 -3
- package/lib/testUtils.js +8 -9
- package/lib/upload.d.ts +1 -1
- package/lib/validation.js +4 -5
- package/lib/yargsUtils.d.ts +4 -0
- package/lib/yargsUtils.js +6 -0
- package/package.json +5 -3
- package/types/Cms.d.ts +30 -0
- package/types/Cms.js +2 -0
- package/types/LocalDev.d.ts +24 -0
- package/types/LocalDev.js +2 -0
- package/types/Yargs.d.ts +8 -1
- package/lib/projects/localDev/LocalDevManagerV2.d.ts +0 -64
- package/lib/projects/localDev/LocalDevManagerV2.js +0 -345
package/commands/hubdb/delete.js
CHANGED
|
@@ -1,19 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.describe = exports.command = void 0;
|
|
4
|
-
exports.handler = handler;
|
|
5
|
-
exports.builder = builder;
|
|
6
3
|
const logger_1 = require("@hubspot/local-dev-lib/logger");
|
|
7
4
|
const index_1 = require("../../lib/errorHandlers/index");
|
|
8
5
|
const hubdb_1 = require("@hubspot/local-dev-lib/api/hubdb");
|
|
9
6
|
const usageTracking_1 = require("../../lib/usageTracking");
|
|
10
|
-
const commonOpts_1 = require("../../lib/commonOpts");
|
|
11
7
|
const selectHubDBTablePrompt_1 = require("../../lib/prompts/selectHubDBTablePrompt");
|
|
12
8
|
const promptUtils_1 = require("../../lib/prompts/promptUtils");
|
|
13
9
|
const exitCodes_1 = require("../../lib/enums/exitCodes");
|
|
14
10
|
const lang_1 = require("../../lib/lang");
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
const yargsUtils_1 = require("../../lib/yargsUtils");
|
|
12
|
+
const command = 'delete [table-id]';
|
|
13
|
+
const describe = (0, lang_1.i18n)('commands.hubdb.subcommands.delete.describe');
|
|
17
14
|
async function handler(args) {
|
|
18
15
|
const { force, derivedAccountId } = args;
|
|
19
16
|
(0, usageTracking_1.trackCommandUsage)('hubdb-delete', {}, derivedAccountId);
|
|
@@ -50,10 +47,7 @@ async function handler(args) {
|
|
|
50
47
|
(0, index_1.logError)(e);
|
|
51
48
|
}
|
|
52
49
|
}
|
|
53
|
-
function
|
|
54
|
-
(0, commonOpts_1.addAccountOptions)(yargs);
|
|
55
|
-
(0, commonOpts_1.addConfigOptions)(yargs);
|
|
56
|
-
(0, commonOpts_1.addUseEnvironmentOptions)(yargs);
|
|
50
|
+
function hubdbDeleteBuilder(yargs) {
|
|
57
51
|
yargs.positional('table-id', {
|
|
58
52
|
describe: (0, lang_1.i18n)('commands.hubdb.subcommands.delete.positionals.tableId.describe'),
|
|
59
53
|
type: 'string',
|
|
@@ -64,3 +58,16 @@ function builder(yargs) {
|
|
|
64
58
|
});
|
|
65
59
|
return yargs;
|
|
66
60
|
}
|
|
61
|
+
const builder = (0, yargsUtils_1.makeYargsBuilder)(hubdbDeleteBuilder, command, describe, {
|
|
62
|
+
useGlobalOptions: true,
|
|
63
|
+
useConfigOptions: true,
|
|
64
|
+
useAccountOptions: true,
|
|
65
|
+
useEnvironmentOptions: true,
|
|
66
|
+
});
|
|
67
|
+
const hubdbDeleteCommand = {
|
|
68
|
+
command,
|
|
69
|
+
describe,
|
|
70
|
+
handler,
|
|
71
|
+
builder,
|
|
72
|
+
};
|
|
73
|
+
exports.default = hubdbDeleteCommand;
|
|
@@ -1,12 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
export declare const command = "fetch [table-id] [dest]";
|
|
4
|
-
export declare const describe: string;
|
|
5
|
-
type CombinedArgs = ConfigArgs & AccountArgs & EnvironmentArgs;
|
|
6
|
-
type HubdbFetchArgs = CommonArgs & CombinedArgs & {
|
|
1
|
+
import { CommonArgs, ConfigArgs, AccountArgs, EnvironmentArgs, YargsCommandModule } from '../../types/Yargs';
|
|
2
|
+
type HubdbFetchArgs = CommonArgs & ConfigArgs & AccountArgs & EnvironmentArgs & {
|
|
7
3
|
tableId?: number;
|
|
8
4
|
dest?: string;
|
|
9
5
|
};
|
|
10
|
-
|
|
11
|
-
export
|
|
12
|
-
export {};
|
|
6
|
+
declare const hubdbFetchCommand: YargsCommandModule<unknown, HubdbFetchArgs>;
|
|
7
|
+
export default hubdbFetchCommand;
|
package/commands/hubdb/fetch.js
CHANGED
|
@@ -1,17 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.describe = exports.command = void 0;
|
|
4
|
-
exports.handler = handler;
|
|
5
|
-
exports.builder = builder;
|
|
6
3
|
const logger_1 = require("@hubspot/local-dev-lib/logger");
|
|
7
4
|
const index_1 = require("../../lib/errorHandlers/index");
|
|
8
5
|
const hubdb_1 = require("@hubspot/local-dev-lib/hubdb");
|
|
9
6
|
const selectHubDBTablePrompt_1 = require("../../lib/prompts/selectHubDBTablePrompt");
|
|
10
7
|
const usageTracking_1 = require("../../lib/usageTracking");
|
|
11
|
-
const commonOpts_1 = require("../../lib/commonOpts");
|
|
12
8
|
const lang_1 = require("../../lib/lang");
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
const yargsUtils_1 = require("../../lib/yargsUtils");
|
|
10
|
+
const command = 'fetch [table-id] [dest]';
|
|
11
|
+
const describe = (0, lang_1.i18n)('commands.hubdb.subcommands.fetch.describe');
|
|
15
12
|
async function handler(args) {
|
|
16
13
|
const { derivedAccountId } = args;
|
|
17
14
|
(0, usageTracking_1.trackCommandUsage)('hubdb-fetch', {}, derivedAccountId);
|
|
@@ -33,10 +30,7 @@ async function handler(args) {
|
|
|
33
30
|
(0, index_1.logError)(e);
|
|
34
31
|
}
|
|
35
32
|
}
|
|
36
|
-
function
|
|
37
|
-
(0, commonOpts_1.addAccountOptions)(yargs);
|
|
38
|
-
(0, commonOpts_1.addConfigOptions)(yargs);
|
|
39
|
-
(0, commonOpts_1.addUseEnvironmentOptions)(yargs);
|
|
33
|
+
function hubdbFetchBuilder(yargs) {
|
|
40
34
|
yargs.positional('table-id', {
|
|
41
35
|
describe: (0, lang_1.i18n)('commands.hubdb.subcommands.fetch.positionals.tableId.describe'),
|
|
42
36
|
type: 'string',
|
|
@@ -47,3 +41,16 @@ function builder(yargs) {
|
|
|
47
41
|
});
|
|
48
42
|
return yargs;
|
|
49
43
|
}
|
|
44
|
+
const builder = (0, yargsUtils_1.makeYargsBuilder)(hubdbFetchBuilder, command, describe, {
|
|
45
|
+
useGlobalOptions: true,
|
|
46
|
+
useConfigOptions: true,
|
|
47
|
+
useAccountOptions: true,
|
|
48
|
+
useEnvironmentOptions: true,
|
|
49
|
+
});
|
|
50
|
+
const hubdbFetchCommand = {
|
|
51
|
+
command,
|
|
52
|
+
describe,
|
|
53
|
+
handler,
|
|
54
|
+
builder,
|
|
55
|
+
};
|
|
56
|
+
exports.default = hubdbFetchCommand;
|
package/commands/hubdb.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { YargsCommandModuleBucket } from '../types/Yargs';
|
|
2
2
|
export declare const command = "hubdb";
|
|
3
3
|
export declare const describe: string;
|
|
4
|
-
|
|
4
|
+
declare const hubdbCommand: YargsCommandModuleBucket;
|
|
5
|
+
export default hubdbCommand;
|
package/commands/hubdb.js
CHANGED
|
@@ -1,55 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
35
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
6
|
exports.describe = exports.command = void 0;
|
|
37
|
-
|
|
38
|
-
const
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const deleteCommand = __importStar(require("./hubdb/delete"));
|
|
42
|
-
const clearCommand = __importStar(require("./hubdb/clear"));
|
|
7
|
+
const create_1 = __importDefault(require("./hubdb/create"));
|
|
8
|
+
const fetch_1 = __importDefault(require("./hubdb/fetch"));
|
|
9
|
+
const delete_1 = __importDefault(require("./hubdb/delete"));
|
|
10
|
+
const clear_1 = __importDefault(require("./hubdb/clear"));
|
|
43
11
|
const lang_1 = require("../lib/lang");
|
|
12
|
+
const yargsUtils_1 = require("../lib/yargsUtils");
|
|
44
13
|
exports.command = 'hubdb';
|
|
45
14
|
exports.describe = (0, lang_1.i18n)('commands.hubdb.describe');
|
|
46
|
-
function
|
|
47
|
-
(0, commonOpts_1.addGlobalOptions)(yargs);
|
|
15
|
+
function hubdbBuilder(yargs) {
|
|
48
16
|
yargs
|
|
49
|
-
.command(
|
|
50
|
-
.command(
|
|
51
|
-
.command(
|
|
52
|
-
.command(
|
|
17
|
+
.command(clear_1.default)
|
|
18
|
+
.command(create_1.default)
|
|
19
|
+
.command(fetch_1.default)
|
|
20
|
+
.command(delete_1.default)
|
|
53
21
|
.demandCommand(1, '');
|
|
54
22
|
return yargs;
|
|
55
23
|
}
|
|
24
|
+
const builder = (0, yargsUtils_1.makeYargsBuilder)(hubdbBuilder, exports.command, exports.describe);
|
|
25
|
+
const hubdbCommand = {
|
|
26
|
+
command: exports.command,
|
|
27
|
+
describe: exports.describe,
|
|
28
|
+
builder,
|
|
29
|
+
handler: () => { },
|
|
30
|
+
};
|
|
31
|
+
exports.default = hubdbCommand;
|
|
32
|
+
// TODO Remove this legacy export once we've migrated all commands to TS
|
|
33
|
+
module.exports = hubdbCommand;
|
package/commands/lint.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { AccountArgs, CommonArgs, ConfigArgs, YargsCommandModule } from '../types/Yargs';
|
|
2
|
+
type LintArgs = CommonArgs & ConfigArgs & AccountArgs & {
|
|
3
|
+
path: string;
|
|
4
|
+
};
|
|
5
|
+
declare const lintCommand: YargsCommandModule<unknown, LintArgs>;
|
|
6
|
+
export default lintCommand;
|
package/commands/lint.js
CHANGED
|
@@ -1,25 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
const { EXIT_CODES } = require('../lib/enums/exitCodes');
|
|
13
|
-
exports.command = 'lint <path>';
|
|
3
|
+
const validate_1 = require("@hubspot/local-dev-lib/cms/validate");
|
|
4
|
+
const logger_1 = require("@hubspot/local-dev-lib/logger");
|
|
5
|
+
const index_1 = require("../lib/errorHandlers/index");
|
|
6
|
+
const usageTracking_1 = require("../lib/usageTracking");
|
|
7
|
+
const lang_1 = require("../lib/lang");
|
|
8
|
+
const filesystem_1 = require("../lib/filesystem");
|
|
9
|
+
const exitCodes_1 = require("../lib/enums/exitCodes");
|
|
10
|
+
const yargsUtils_1 = require("../lib/yargsUtils");
|
|
11
|
+
const command = 'lint <path>';
|
|
14
12
|
// Hiding since this command is still experimental
|
|
15
|
-
|
|
13
|
+
const describe = undefined; //'Lint a file or folder for HubL syntax';
|
|
16
14
|
function getErrorsFromHublValidationObject(validation) {
|
|
17
15
|
return ((validation && validation.meta && validation.meta.template_errors) || []);
|
|
18
16
|
}
|
|
19
17
|
function printHublValidationError(err) {
|
|
20
18
|
const { severity, message, lineno, startPosition } = err;
|
|
21
19
|
const method = severity === 'FATAL' ? 'error' : 'warn';
|
|
22
|
-
logger[method]('[%d, %d]: %s', lineno, startPosition, message);
|
|
20
|
+
logger_1.logger[method]('[%d, %d]: %s', lineno, startPosition, message);
|
|
23
21
|
}
|
|
24
22
|
function printHublValidationResult({ file, validation }) {
|
|
25
23
|
let count = 0;
|
|
@@ -30,7 +28,7 @@ function printHublValidationResult({ file, validation }) {
|
|
|
30
28
|
if (!errors.length) {
|
|
31
29
|
return count;
|
|
32
30
|
}
|
|
33
|
-
logger.group(file);
|
|
31
|
+
logger_1.logger.group(file);
|
|
34
32
|
errors.forEach(err => {
|
|
35
33
|
if (err.reason !== 'SYNTAX_ERROR') {
|
|
36
34
|
return;
|
|
@@ -38,49 +36,52 @@ function printHublValidationResult({ file, validation }) {
|
|
|
38
36
|
++count;
|
|
39
37
|
printHublValidationError(err);
|
|
40
38
|
});
|
|
41
|
-
logger.groupEnd();
|
|
39
|
+
logger_1.logger.groupEnd();
|
|
42
40
|
return count;
|
|
43
41
|
}
|
|
44
|
-
|
|
45
|
-
const { path: lintPath } =
|
|
46
|
-
const
|
|
47
|
-
const
|
|
48
|
-
const groupName = i18n(`commands.lint.groupName`, {
|
|
42
|
+
async function handler(args) {
|
|
43
|
+
const { path: lintPath, derivedAccountId } = args;
|
|
44
|
+
const localPath = (0, filesystem_1.resolveLocalPath)(lintPath);
|
|
45
|
+
const groupName = (0, lang_1.i18n)(`commands.lint.groupName`, {
|
|
49
46
|
path: localPath,
|
|
50
47
|
});
|
|
51
|
-
trackCommandUsage('lint',
|
|
52
|
-
logger.group(groupName);
|
|
48
|
+
(0, usageTracking_1.trackCommandUsage)('lint', undefined, derivedAccountId);
|
|
49
|
+
logger_1.logger.group(groupName);
|
|
53
50
|
let count = 0;
|
|
54
51
|
try {
|
|
55
|
-
await lint(derivedAccountId, localPath, result => {
|
|
56
|
-
count += printHublValidationResult(result);
|
|
52
|
+
await (0, validate_1.lint)(derivedAccountId, localPath, (result) => {
|
|
53
|
+
return (count += printHublValidationResult(result));
|
|
57
54
|
});
|
|
58
55
|
}
|
|
59
56
|
catch (err) {
|
|
60
|
-
logger.groupEnd(
|
|
61
|
-
logError(err, { accountId: derivedAccountId });
|
|
62
|
-
process.exit(EXIT_CODES.ERROR);
|
|
57
|
+
logger_1.logger.groupEnd();
|
|
58
|
+
(0, index_1.logError)(err, { accountId: derivedAccountId });
|
|
59
|
+
process.exit(exitCodes_1.EXIT_CODES.ERROR);
|
|
63
60
|
}
|
|
64
|
-
logger.groupEnd(
|
|
65
|
-
logger.log(i18n(`commands.lint.issuesFound`, {
|
|
61
|
+
logger_1.logger.groupEnd();
|
|
62
|
+
logger_1.logger.log((0, lang_1.i18n)(`commands.lint.issuesFound`, {
|
|
66
63
|
count,
|
|
67
64
|
}));
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
const builder = yargs => {
|
|
71
|
-
addConfigOptions(yargs);
|
|
72
|
-
addAccountOptions(yargs);
|
|
73
|
-
addGlobalOptions(yargs);
|
|
65
|
+
}
|
|
66
|
+
function lintBuilder(yargs) {
|
|
74
67
|
yargs.positional('path', {
|
|
75
|
-
describe: i18n(`commands.lint.positionals.path.describe`),
|
|
68
|
+
describe: (0, lang_1.i18n)(`commands.lint.positionals.path.describe`),
|
|
69
|
+
required: true,
|
|
76
70
|
type: 'string',
|
|
77
71
|
});
|
|
78
72
|
return yargs;
|
|
73
|
+
}
|
|
74
|
+
const builder = (0, yargsUtils_1.makeYargsBuilder)(lintBuilder, command, describe, {
|
|
75
|
+
useGlobalOptions: true,
|
|
76
|
+
useConfigOptions: true,
|
|
77
|
+
useAccountOptions: true,
|
|
78
|
+
});
|
|
79
|
+
const lintCommand = {
|
|
80
|
+
command,
|
|
81
|
+
describe,
|
|
82
|
+
handler,
|
|
83
|
+
builder,
|
|
79
84
|
};
|
|
80
|
-
exports.
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
handler: exports.handler,
|
|
84
|
-
command: exports.command,
|
|
85
|
-
describe: exports.describe,
|
|
86
|
-
};
|
|
85
|
+
exports.default = lintCommand;
|
|
86
|
+
// TODO Remove this after cli.ts is ported to TS
|
|
87
|
+
module.exports = lintCommand;
|
package/commands/logs.d.ts
CHANGED
|
@@ -1 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import { CommonArgs, ConfigArgs, AccountArgs, YargsCommandModule, EnvironmentArgs } from '../types/Yargs';
|
|
2
|
+
type LogsArgs = CommonArgs & ConfigArgs & AccountArgs & EnvironmentArgs & {
|
|
3
|
+
endpoint?: string;
|
|
4
|
+
latest?: boolean;
|
|
5
|
+
compact?: boolean;
|
|
6
|
+
follow?: boolean;
|
|
7
|
+
limit?: number;
|
|
8
|
+
};
|
|
9
|
+
declare const logsCommand: YargsCommandModule<unknown, LogsArgs>;
|
|
10
|
+
export default logsCommand;
|
package/commands/logs.js
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
const { isHubSpotHttpError } = require('@hubspot/local-dev-lib/errors/index');
|
|
3
|
+
const usageTracking_1 = require("../lib/usageTracking");
|
|
4
|
+
const logger_1 = require("@hubspot/local-dev-lib/logger");
|
|
5
|
+
const serverlessFunctionLogs_1 = require("../lib/ui/serverlessFunctionLogs");
|
|
6
|
+
const functions_1 = require("@hubspot/local-dev-lib/api/functions");
|
|
7
|
+
const serverlessLogs_1 = require("../lib/serverlessLogs");
|
|
8
|
+
const lang_1 = require("../lib/lang");
|
|
9
|
+
const promptUtils_1 = require("../lib/prompts/promptUtils");
|
|
10
|
+
const exitCodes_1 = require("../lib/enums/exitCodes");
|
|
11
|
+
const index_1 = require("@hubspot/local-dev-lib/errors/index");
|
|
12
|
+
const yargsUtils_1 = require("../lib/yargsUtils");
|
|
14
13
|
const handleLogsError = (e, accountId, functionPath) => {
|
|
15
|
-
if (isHubSpotHttpError(e) && (e.status === 404 || e.status == 400)) {
|
|
16
|
-
logger.error(i18n(`commands.logs.errors.noLogsFound`, {
|
|
14
|
+
if ((0, index_1.isHubSpotHttpError)(e) && (e.status === 404 || e.status == 400)) {
|
|
15
|
+
logger_1.logger.error((0, lang_1.i18n)(`commands.logs.errors.noLogsFound`, {
|
|
17
16
|
accountId,
|
|
18
17
|
functionPath,
|
|
19
18
|
}));
|
|
@@ -21,101 +20,111 @@ const handleLogsError = (e, accountId, functionPath) => {
|
|
|
21
20
|
};
|
|
22
21
|
const endpointLog = async (accountId, functionPath, options) => {
|
|
23
22
|
const { limit, latest, follow, compact } = options;
|
|
24
|
-
const
|
|
23
|
+
const requestParams = {
|
|
25
24
|
limit,
|
|
26
25
|
latest,
|
|
27
26
|
follow,
|
|
28
|
-
compact,
|
|
29
27
|
endpoint: functionPath,
|
|
30
28
|
};
|
|
31
|
-
logger.debug(i18n(`commands.logs.gettingLogs`, {
|
|
29
|
+
logger_1.logger.debug((0, lang_1.i18n)(`commands.logs.gettingLogs`, {
|
|
32
30
|
latest,
|
|
33
31
|
functionPath,
|
|
34
32
|
}));
|
|
35
33
|
let logsResp;
|
|
36
34
|
if (follow) {
|
|
37
|
-
const tailCall = after => getFunctionLogs(accountId, functionPath, { after });
|
|
35
|
+
const tailCall = (after) => (0, functions_1.getFunctionLogs)(accountId, functionPath, { after });
|
|
38
36
|
const fetchLatest = () => {
|
|
39
37
|
try {
|
|
40
|
-
return getLatestFunctionLog(accountId, functionPath);
|
|
38
|
+
return (0, functions_1.getLatestFunctionLog)(accountId, functionPath);
|
|
41
39
|
}
|
|
42
40
|
catch (e) {
|
|
43
41
|
handleLogsError(e, accountId, functionPath);
|
|
42
|
+
return Promise.reject(e);
|
|
44
43
|
}
|
|
45
44
|
};
|
|
46
|
-
await tailLogs(accountId, functionPath, fetchLatest, tailCall, compact);
|
|
45
|
+
await (0, serverlessLogs_1.tailLogs)(accountId, functionPath, fetchLatest, tailCall, compact);
|
|
47
46
|
}
|
|
48
47
|
else if (latest) {
|
|
49
48
|
try {
|
|
50
|
-
const { data } = await getLatestFunctionLog(accountId, functionPath);
|
|
49
|
+
const { data } = await (0, functions_1.getLatestFunctionLog)(accountId, functionPath);
|
|
51
50
|
logsResp = data;
|
|
52
51
|
}
|
|
53
52
|
catch (e) {
|
|
54
53
|
handleLogsError(e, accountId, functionPath);
|
|
55
|
-
process.exit(EXIT_CODES.ERROR);
|
|
54
|
+
process.exit(exitCodes_1.EXIT_CODES.ERROR);
|
|
56
55
|
}
|
|
57
56
|
}
|
|
58
57
|
else {
|
|
59
58
|
try {
|
|
60
|
-
const { data } = await getFunctionLogs(accountId, functionPath,
|
|
59
|
+
const { data } = await (0, functions_1.getFunctionLogs)(accountId, functionPath, requestParams);
|
|
61
60
|
logsResp = data;
|
|
62
61
|
}
|
|
63
62
|
catch (e) {
|
|
64
63
|
handleLogsError(e, accountId, functionPath);
|
|
65
|
-
process.exit(EXIT_CODES.ERROR);
|
|
64
|
+
process.exit(exitCodes_1.EXIT_CODES.ERROR);
|
|
66
65
|
}
|
|
67
66
|
}
|
|
68
67
|
if (logsResp) {
|
|
69
|
-
return outputLogs(logsResp,
|
|
68
|
+
return (0, serverlessFunctionLogs_1.outputLogs)(logsResp, { compact });
|
|
70
69
|
}
|
|
71
70
|
};
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
71
|
+
const command = 'logs [endpoint]';
|
|
72
|
+
const describe = (0, lang_1.i18n)(`commands.logs.describe`);
|
|
73
|
+
const handler = async (options) => {
|
|
75
74
|
const { endpoint: endpointArgValue, latest, derivedAccountId } = options;
|
|
76
|
-
trackCommandUsage('logs', { latest }, derivedAccountId);
|
|
77
|
-
const { endpointPromptValue } = await promptUser({
|
|
75
|
+
(0, usageTracking_1.trackCommandUsage)('logs', latest ? { action: 'latest' } : {}, derivedAccountId);
|
|
76
|
+
const { endpointPromptValue } = await (0, promptUtils_1.promptUser)({
|
|
78
77
|
name: 'endpointPromptValue',
|
|
79
|
-
message: i18n(`commands.logs.endpointPrompt`),
|
|
78
|
+
message: (0, lang_1.i18n)(`commands.logs.endpointPrompt`),
|
|
80
79
|
when: !endpointArgValue,
|
|
81
80
|
});
|
|
82
|
-
endpointLog(derivedAccountId, endpointArgValue || endpointPromptValue, options);
|
|
81
|
+
await endpointLog(derivedAccountId, endpointArgValue || endpointPromptValue, options);
|
|
83
82
|
};
|
|
84
|
-
|
|
83
|
+
function logsBuilder(yargs) {
|
|
85
84
|
yargs.positional('endpoint', {
|
|
86
|
-
describe: i18n(`commands.logs.positionals.endpoint.describe`),
|
|
85
|
+
describe: (0, lang_1.i18n)(`commands.logs.positionals.endpoint.describe`),
|
|
87
86
|
type: 'string',
|
|
88
87
|
});
|
|
89
88
|
yargs
|
|
90
89
|
.options({
|
|
91
90
|
latest: {
|
|
92
91
|
alias: 'l',
|
|
93
|
-
describe: i18n(`commands.logs.options.latest.describe`),
|
|
92
|
+
describe: (0, lang_1.i18n)(`commands.logs.options.latest.describe`),
|
|
94
93
|
type: 'boolean',
|
|
95
94
|
},
|
|
96
95
|
compact: {
|
|
97
|
-
describe: i18n(`commands.logs.options.compact.describe`),
|
|
96
|
+
describe: (0, lang_1.i18n)(`commands.logs.options.compact.describe`),
|
|
98
97
|
type: 'boolean',
|
|
99
98
|
},
|
|
100
99
|
follow: {
|
|
101
100
|
alias: ['f'],
|
|
102
|
-
describe: i18n(`commands.logs.options.follow.describe`),
|
|
101
|
+
describe: (0, lang_1.i18n)(`commands.logs.options.follow.describe`),
|
|
103
102
|
type: 'boolean',
|
|
104
103
|
},
|
|
105
104
|
limit: {
|
|
106
|
-
describe: i18n(`commands.logs.options.limit.describe`),
|
|
105
|
+
describe: (0, lang_1.i18n)(`commands.logs.options.limit.describe`),
|
|
107
106
|
type: 'number',
|
|
108
107
|
},
|
|
109
108
|
})
|
|
110
109
|
.conflicts('follow', 'limit');
|
|
111
110
|
yargs.example([
|
|
112
|
-
['$0 logs my-endpoint', i18n(`commands.logs.examples.default`)],
|
|
113
|
-
['$0 logs my-endpoint --limit=10', i18n(`commands.logs.examples.limit`)],
|
|
114
|
-
['$0 logs my-endpoint --follow', i18n(`commands.logs.examples.follow`)],
|
|
111
|
+
['$0 logs my-endpoint', (0, lang_1.i18n)(`commands.logs.examples.default`)],
|
|
112
|
+
['$0 logs my-endpoint --limit=10', (0, lang_1.i18n)(`commands.logs.examples.limit`)],
|
|
113
|
+
['$0 logs my-endpoint --follow', (0, lang_1.i18n)(`commands.logs.examples.follow`)],
|
|
115
114
|
]);
|
|
116
|
-
addConfigOptions(yargs);
|
|
117
|
-
addAccountOptions(yargs);
|
|
118
|
-
addUseEnvironmentOptions(yargs);
|
|
119
|
-
addGlobalOptions(yargs);
|
|
120
115
|
return yargs;
|
|
116
|
+
}
|
|
117
|
+
const builder = (0, yargsUtils_1.makeYargsBuilder)(logsBuilder, command, describe, {
|
|
118
|
+
useGlobalOptions: true,
|
|
119
|
+
useConfigOptions: true,
|
|
120
|
+
useAccountOptions: true,
|
|
121
|
+
useEnvironmentOptions: true,
|
|
122
|
+
});
|
|
123
|
+
const logsCommand = {
|
|
124
|
+
command,
|
|
125
|
+
describe,
|
|
126
|
+
builder,
|
|
127
|
+
handler,
|
|
121
128
|
};
|
|
129
|
+
exports.default = logsCommand;
|
|
130
|
+
module.exports = logsCommand;
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import { CommonArgs, ConfigArgs, AccountArgs, EnvironmentArgs, YargsCommandModule } from '../../types/Yargs';
|
|
2
|
+
type MarketplaceValidateArgs = CommonArgs & ConfigArgs & AccountArgs & EnvironmentArgs & {
|
|
3
|
+
src: string;
|
|
4
|
+
};
|
|
5
|
+
declare const marketplaceValidateCommand: YargsCommandModule<unknown, MarketplaceValidateArgs>;
|
|
6
|
+
export default marketplaceValidateCommand;
|
|
@@ -1,38 +1,50 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
const { src, derivedAccountId } =
|
|
13
|
-
trackCommandUsage('validate',
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
text: i18n(`commands.module.subcommands.marketplaceValidate.logs.validatingModule`, {
|
|
6
|
+
const SpinniesManager_1 = __importDefault(require("../../lib/ui/SpinniesManager"));
|
|
7
|
+
const usageTracking_1 = require("../../lib/usageTracking");
|
|
8
|
+
const marketplaceValidate_1 = require("../../lib/marketplaceValidate");
|
|
9
|
+
const lang_1 = require("../../lib/lang");
|
|
10
|
+
const exitCodes_1 = require("../../lib/enums/exitCodes");
|
|
11
|
+
const yargsUtils_1 = require("../../lib/yargsUtils");
|
|
12
|
+
const command = 'marketplace-validate <src>';
|
|
13
|
+
const describe = (0, lang_1.i18n)(`commands.module.subcommands.marketplaceValidate.describe`);
|
|
14
|
+
async function handler(args) {
|
|
15
|
+
const { src, derivedAccountId } = args;
|
|
16
|
+
(0, usageTracking_1.trackCommandUsage)('validate', undefined, derivedAccountId);
|
|
17
|
+
SpinniesManager_1.default.init();
|
|
18
|
+
SpinniesManager_1.default.add('marketplaceValidation', {
|
|
19
|
+
text: (0, lang_1.i18n)(`commands.module.subcommands.marketplaceValidate.logs.validatingModule`, {
|
|
17
20
|
path: src,
|
|
18
21
|
}),
|
|
19
22
|
});
|
|
20
23
|
const assetType = 'MODULE';
|
|
21
|
-
const validationId = await kickOffValidation(derivedAccountId, assetType, src);
|
|
22
|
-
await pollForValidationFinish(derivedAccountId, validationId);
|
|
23
|
-
|
|
24
|
-
const validationResults = await fetchValidationResults(derivedAccountId, validationId);
|
|
25
|
-
processValidationErrors('commands.module.subcommands.marketplaceValidate', validationResults);
|
|
26
|
-
displayValidationResults('commands.module.subcommands.marketplaceValidate', validationResults);
|
|
27
|
-
process.exit();
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
addConfigOptions(yargs);
|
|
31
|
-
addAccountOptions(yargs);
|
|
32
|
-
addUseEnvironmentOptions(yargs);
|
|
24
|
+
const validationId = await (0, marketplaceValidate_1.kickOffValidation)(derivedAccountId, assetType, src);
|
|
25
|
+
await (0, marketplaceValidate_1.pollForValidationFinish)(derivedAccountId, validationId);
|
|
26
|
+
SpinniesManager_1.default.remove('marketplaceValidation');
|
|
27
|
+
const validationResults = await (0, marketplaceValidate_1.fetchValidationResults)(derivedAccountId, validationId);
|
|
28
|
+
(0, marketplaceValidate_1.processValidationErrors)('commands.module.subcommands.marketplaceValidate', validationResults);
|
|
29
|
+
(0, marketplaceValidate_1.displayValidationResults)('commands.module.subcommands.marketplaceValidate', validationResults);
|
|
30
|
+
process.exit(exitCodes_1.EXIT_CODES.SUCCESS);
|
|
31
|
+
}
|
|
32
|
+
function marketplaceValidateBuilder(yargs) {
|
|
33
33
|
yargs.positional('src', {
|
|
34
|
-
describe: i18n(`commands.module.subcommands.marketplaceValidate.positionals.src.describe`),
|
|
34
|
+
describe: (0, lang_1.i18n)(`commands.module.subcommands.marketplaceValidate.positionals.src.describe`),
|
|
35
35
|
type: 'string',
|
|
36
36
|
});
|
|
37
37
|
return yargs;
|
|
38
|
+
}
|
|
39
|
+
const builder = (0, yargsUtils_1.makeYargsBuilder)(marketplaceValidateBuilder, command, describe, {
|
|
40
|
+
useConfigOptions: true,
|
|
41
|
+
useAccountOptions: true,
|
|
42
|
+
useEnvironmentOptions: true,
|
|
43
|
+
});
|
|
44
|
+
const marketplaceValidateCommand = {
|
|
45
|
+
command,
|
|
46
|
+
describe,
|
|
47
|
+
handler,
|
|
48
|
+
builder,
|
|
38
49
|
};
|
|
50
|
+
exports.default = marketplaceValidateCommand;
|
package/commands/module.d.ts
CHANGED