@salesforce/plugin-community 2.2.3 → 2.2.4
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/lib/commands/community/create.d.ts +1 -0
- package/lib/commands/community/create.js +3 -0
- package/lib/commands/community/create.js.map +1 -1
- package/lib/commands/community/list/template.d.ts +1 -0
- package/lib/commands/community/list/template.js +1 -0
- package/lib/commands/community/list/template.js.map +1 -1
- package/lib/commands/community/publish.d.ts +1 -0
- package/lib/commands/community/publish.js +1 -0
- package/lib/commands/community/publish.js.map +1 -1
- package/lib/shared/community/commands/CommunityNameValueParser.js +1 -2
- package/lib/shared/community/commands/CommunityNameValueParser.js.map +1 -1
- package/oclif.manifest.json +30 -10
- package/package.json +114 -21
|
@@ -6,6 +6,7 @@ import { CommunityCreateResponse } from '../../shared/community/defs/CommunityCr
|
|
|
6
6
|
* This is just an sfdx wrapper around the community create connect endpoint
|
|
7
7
|
*/
|
|
8
8
|
export declare class CommunityCreateCommand extends SfCommand<CommunityCreateResponse> {
|
|
9
|
+
static readonly deprecateAliases = true;
|
|
9
10
|
static readonly aliases: string[];
|
|
10
11
|
static readonly summary: string;
|
|
11
12
|
static readonly description: string;
|
|
@@ -64,6 +64,7 @@ class CommunityCreateCommand extends sf_plugins_core_1.SfCommand {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
exports.CommunityCreateCommand = CommunityCreateCommand;
|
|
67
|
+
CommunityCreateCommand.deprecateAliases = true;
|
|
67
68
|
CommunityCreateCommand.aliases = ['force:community:create'];
|
|
68
69
|
CommunityCreateCommand.summary = messages.getMessage('summary');
|
|
69
70
|
CommunityCreateCommand.description = messages.getMessage('description');
|
|
@@ -80,6 +81,7 @@ CommunityCreateCommand.flags = {
|
|
|
80
81
|
summary: messages.getMessage('flags.templateName.summary'),
|
|
81
82
|
description: messages.getMessage('flags.templateName.description'),
|
|
82
83
|
required: true,
|
|
84
|
+
deprecateAliases: true,
|
|
83
85
|
aliases: ['templatename'],
|
|
84
86
|
}),
|
|
85
87
|
'url-path-prefix': sf_plugins_core_1.Flags.string({
|
|
@@ -87,6 +89,7 @@ CommunityCreateCommand.flags = {
|
|
|
87
89
|
summary: messages.getMessage('flags.urlPathPrefix.summary'),
|
|
88
90
|
description: messages.getMessage('flags.urlPathPrefix.description'),
|
|
89
91
|
required: true,
|
|
92
|
+
deprecateAliases: true,
|
|
90
93
|
aliases: ['urlpathprefix'],
|
|
91
94
|
}),
|
|
92
95
|
description: sf_plugins_core_1.Flags.string({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../src/commands/community/create.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAGH,2CAAoD;AACpD,iEAMqC;AACrC,uGAAoG;AACpG,mFAAgF;AAChF,oGAAiG;AAEjG,8CAA0D;AAE1D,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAC5C,MAAM,QAAQ,GAAG,eAAQ,CAAC,YAAY,CAAC,8BAA8B,EAAE,QAAQ,CAAC,CAAC;AAEjF,MAAM,WAAW,GAAG,SAAS,CAAC;AAC9B,MAAM,QAAQ,GAAG,MAAM,CAAC;AACxB,MAAM,UAAU,GAAG,QAAQ,CAAC;AAE5B;;;GAGG;AACH,MAAa,sBAAuB,SAAQ,2BAAkC;
|
|
1
|
+
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../src/commands/community/create.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,6 +5,7 @@ import { CommunityTemplatesListResponse } from '../../../shared/community/defs/C
|
|
|
5
5
|
* the get available community templates connect endpoint
|
|
6
6
|
*/
|
|
7
7
|
export declare class CommunityListTemplatesCommand extends SfCommand<CommunityTemplatesListResponse> {
|
|
8
|
+
static readonly deprecateAliases = true;
|
|
8
9
|
static readonly aliases: string[];
|
|
9
10
|
static readonly summary: string;
|
|
10
11
|
static readonly description: string;
|
|
@@ -41,6 +41,7 @@ class CommunityListTemplatesCommand extends sf_plugins_core_1.SfCommand {
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
exports.CommunityListTemplatesCommand = CommunityListTemplatesCommand;
|
|
44
|
+
CommunityListTemplatesCommand.deprecateAliases = true;
|
|
44
45
|
CommunityListTemplatesCommand.aliases = ['force:community:template:list'];
|
|
45
46
|
CommunityListTemplatesCommand.summary = messages.getMessage('summary');
|
|
46
47
|
CommunityListTemplatesCommand.description = messages.getMessage('description');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template.js","sourceRoot":"","sources":["../../../../src/commands/community/list/template.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEH,2CAA4C;AAC5C,iEAKqC;AACrC,6GAA0G;AAC1G,sFAAmF;AAEnF,iDAA6D;AAE7D,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAC5C,MAAM,QAAQ,GAAG,eAAQ,CAAC,YAAY,CAAC,8BAA8B,EAAE,eAAe,CAAC,CAAC;AAExF;;;GAGG;AACH,MAAa,6BAA8B,SAAQ,2BAAyC;
|
|
1
|
+
{"version":3,"file":"template.js","sourceRoot":"","sources":["../../../../src/commands/community/list/template.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEH,2CAA4C;AAC5C,iEAKqC;AACrC,6GAA0G;AAC1G,sFAAmF;AAEnF,iDAA6D;AAE7D,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAC5C,MAAM,QAAQ,GAAG,eAAQ,CAAC,YAAY,CAAC,8BAA8B,EAAE,eAAe,CAAC,CAAC;AAExF;;;GAGG;AACH,MAAa,6BAA8B,SAAQ,2BAAyC;IAYnF,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,6BAA6B,CAAC,CAAC;QAClE,MAAM,mBAAmB,GAAG,IAAI,uDAA0B,EAAE,CAAC;QAC7D,OAAO,IAAI,iCAAe,CACxB,mBAAmB,EACnB,MAAM,IAAA,4BAAoB,EAAC,KAAK,CAAC,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CACtE;aACE,cAAc,EAAE;aAChB,IAAI,CAAC,CAAC,OAAuC,EAAE,EAAE;YAChD,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;YAC7B,OAAO,OAAO,CAAC;QACjB,CAAC,CAAC,CAAC;IACP,CAAC;IAEO,cAAc,CAAC,OAAuC;QAC5D,MAAM,OAAO,GAAG;YACd,YAAY,EAAE,EAAE,MAAM,EAAE,eAAe,EAAE;YACzC,SAAS,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE;SACnC,CAAC;QACF,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,UAAU,CAAC,uBAAuB,CAAC,CAAC,CAAC;QAChE,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;QACvC,IAAI,CAAC,GAAG,EAAE,CAAC;QACX,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,UAAU,CAAC,qBAAqB,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC;IACjF,CAAC;;AAnCH,sEAoCC;AAnCwB,8CAAgB,GAAG,IAAI,CAAC;AACxB,qCAAO,GAAG,CAAC,+BAA+B,CAAC,CAAC;AAC5C,qCAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;AACzC,yCAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;AACjD,sCAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;AAC5C,mCAAK,GAAG;IAC7B,YAAY,EAAE,iDAA+B;IAC7C,aAAa,EAAE,mDAAiC;IAChD,QAAQ,EAAR,0BAAQ;CACT,CAAC"}
|
|
@@ -5,6 +5,7 @@ import { CommunityPublishResponse } from '../../shared/community/defs/CommunityP
|
|
|
5
5
|
* the community publish connect endpoint
|
|
6
6
|
*/
|
|
7
7
|
export declare class CommunityPublishCommand extends SfCommand<CommunityPublishResponse> {
|
|
8
|
+
static readonly deprecateAliases = true;
|
|
8
9
|
static readonly aliases: string[];
|
|
9
10
|
static readonly summary: string;
|
|
10
11
|
static readonly description: string;
|
|
@@ -45,6 +45,7 @@ class CommunityPublishCommand extends sf_plugins_core_1.SfCommand {
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.CommunityPublishCommand = CommunityPublishCommand;
|
|
48
|
+
CommunityPublishCommand.deprecateAliases = true;
|
|
48
49
|
CommunityPublishCommand.aliases = ['force:community:publish'];
|
|
49
50
|
CommunityPublishCommand.summary = messages.getMessage('summary');
|
|
50
51
|
CommunityPublishCommand.description = messages.getMessage('description');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"publish.js","sourceRoot":"","sources":["../../../src/commands/community/publish.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEH,2CAA4C;AAC5C,iEAMqC;AACrC,sGAAmG;AACnG,mFAAgF;AAEhF,8CAA0D;AAE1D,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAC5C,MAAM,QAAQ,GAAG,eAAQ,CAAC,YAAY,CAAC,8BAA8B,EAAE,SAAS,CAAC,CAAC;AAElF;;;GAGG;AACH,MAAa,uBAAwB,SAAQ,2BAAmC;
|
|
1
|
+
{"version":3,"file":"publish.js","sourceRoot":"","sources":["../../../src/commands/community/publish.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEH,2CAA4C;AAC5C,iEAMqC;AACrC,sGAAmG;AACnG,mFAAgF;AAEhF,8CAA0D;AAE1D,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAC5C,MAAM,QAAQ,GAAG,eAAQ,CAAC,YAAY,CAAC,8BAA8B,EAAE,SAAS,CAAC,CAAC;AAElF;;;GAGG;AACH,MAAa,uBAAwB,SAAQ,2BAAmC;IAiBvE,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC;QAC5D,MAAM,cAAc,GAAG,IAAI,mDAAwB,CAAC;YAClD,IAAI,EAAE,KAAK,CAAC,IAAI;YAChB,GAAG,EAAE,KAAK,CAAC,YAAY,CAAC;SACzB,CAAC,CAAC;QACH,OAAO,IAAI,iCAAe,CAAC,cAAc,EAAE,MAAM,IAAA,4BAAoB,EAAC,KAAK,CAAC,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;aAC9G,cAAc,EAAE;aAChB,IAAI,CAAC,CAAC,OAAiC,EAAE,EAAE;YAC1C,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;YAC7B,OAAO,OAAO,CAAC;QACjB,CAAC,CAAC,CAAC;IACP,CAAC;IAEO,cAAc,CAAC,OAAiC;QACtD,MAAM,OAAO,GAAG;YACd,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE;YACpB,OAAO,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE;YAC9B,IAAI,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE;YACxB,MAAM,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE;YAC5B,GAAG,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE;SACvB,CAAC;QACF,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,UAAU,CAAC,sBAAsB,CAAC,CAAC,CAAC;QAC/D,IAAI,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC,CAAC;IACjC,CAAC;;AAzCH,0DA0CC;AAzCwB,wCAAgB,GAAG,IAAI,CAAC;AACxB,+BAAO,GAAG,CAAC,yBAAyB,CAAC,CAAC;AACtC,+BAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;AACzC,mCAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;AACjD,gCAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;AAC5C,6BAAK,GAAG;IAC7B,IAAI,EAAE,uBAAK,CAAC,MAAM,CAAC;QACjB,IAAI,EAAE,GAAG;QACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,oBAAoB,CAAC;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;IACF,YAAY,EAAE,iDAA+B;IAC7C,aAAa,EAAE,mDAAiC;IAChD,QAAQ,EAAR,0BAAQ;CACT,CAAC"}
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.CommunityNameValueParser = void 0;
|
|
10
10
|
const core_1 = require("@salesforce/core");
|
|
11
|
-
const kit_1 = require("@salesforce/kit");
|
|
12
11
|
core_1.Messages.importMessagesDirectory(__dirname);
|
|
13
12
|
const messages = core_1.Messages.loadMessages('@salesforce/plugin-community', 'create');
|
|
14
13
|
/**
|
|
@@ -51,7 +50,7 @@ class CommunityNameValueParser {
|
|
|
51
50
|
const errors = parsedArgs
|
|
52
51
|
.filter(([key]) => !pattern.test(key))
|
|
53
52
|
.map(([key, value]) => `${key}="${value}"`);
|
|
54
|
-
if (
|
|
53
|
+
if (errors.length) {
|
|
55
54
|
throw messages.createError('error.invalidVarargs', errors);
|
|
56
55
|
}
|
|
57
56
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommunityNameValueParser.js","sourceRoot":"","sources":["../../../../src/shared/community/commands/CommunityNameValueParser.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAGH,2CAA4C;
|
|
1
|
+
{"version":3,"file":"CommunityNameValueParser.js","sourceRoot":"","sources":["../../../../src/shared/community/commands/CommunityNameValueParser.ts"],"names":[],"mappings":"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"}
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.2.
|
|
2
|
+
"version": "2.2.4",
|
|
3
3
|
"commands": {
|
|
4
4
|
"community:create": {
|
|
5
5
|
"id": "community:create",
|
|
@@ -17,13 +17,15 @@
|
|
|
17
17
|
"Create a site using 'Partner Central' template:\n<%= config.bin %> <%= command.id %> --name partnercentral --template-name 'Partner Central' --url-path-prefix partners",
|
|
18
18
|
"Create a site using the 'Build Your Own (LWR)' template with authentication type of UNAUTHENTICATED:\n<%= config.bin %> <%= command.id %> --name lwrsite --template-name 'Build Your Own (LWR)' --url-path-prefix lwrsite templateParams.AuthenticationType=UNAUTHENTICATED"
|
|
19
19
|
],
|
|
20
|
+
"deprecateAliases": true,
|
|
20
21
|
"flags": {
|
|
21
22
|
"json": {
|
|
22
23
|
"name": "json",
|
|
23
24
|
"type": "boolean",
|
|
24
25
|
"description": "Format output as json.",
|
|
25
26
|
"helpGroup": "GLOBAL",
|
|
26
|
-
"allowNo": false
|
|
27
|
+
"allowNo": false,
|
|
28
|
+
"deprecateAliases": true
|
|
27
29
|
},
|
|
28
30
|
"name": {
|
|
29
31
|
"name": "name",
|
|
@@ -31,7 +33,8 @@
|
|
|
31
33
|
"char": "n",
|
|
32
34
|
"summary": "Name of the site to create.",
|
|
33
35
|
"required": true,
|
|
34
|
-
"multiple": false
|
|
36
|
+
"multiple": false,
|
|
37
|
+
"deprecateAliases": true
|
|
35
38
|
},
|
|
36
39
|
"template-name": {
|
|
37
40
|
"name": "template-name",
|
|
@@ -41,6 +44,7 @@
|
|
|
41
44
|
"description": "An example of a template is Customer Service. Run the \"community template list\" command to see which templates are available in your org.",
|
|
42
45
|
"required": true,
|
|
43
46
|
"multiple": false,
|
|
47
|
+
"deprecateAliases": true,
|
|
44
48
|
"aliases": [
|
|
45
49
|
"templatename"
|
|
46
50
|
]
|
|
@@ -53,6 +57,7 @@
|
|
|
53
57
|
"description": "For example, if your domain name is https://MyDomainName.my.site.com and you create a customer site, enter 'customers' to create the unique URL https://MyDomainName.my.site.com/customers.",
|
|
54
58
|
"required": true,
|
|
55
59
|
"multiple": false,
|
|
60
|
+
"deprecateAliases": true,
|
|
56
61
|
"aliases": [
|
|
57
62
|
"urlpathprefix"
|
|
58
63
|
]
|
|
@@ -63,7 +68,8 @@
|
|
|
63
68
|
"char": "d",
|
|
64
69
|
"summary": "Description of the site.",
|
|
65
70
|
"description": "The description displays in Digital Experiences - All Sites in Setup and helps with site identification.",
|
|
66
|
-
"multiple": false
|
|
71
|
+
"multiple": false,
|
|
72
|
+
"deprecateAliases": true
|
|
67
73
|
},
|
|
68
74
|
"target-org": {
|
|
69
75
|
"name": "target-org",
|
|
@@ -72,6 +78,7 @@
|
|
|
72
78
|
"summary": "Username or alias of the target org.",
|
|
73
79
|
"required": true,
|
|
74
80
|
"multiple": false,
|
|
81
|
+
"deprecateAliases": true,
|
|
75
82
|
"aliases": [
|
|
76
83
|
"targetusername",
|
|
77
84
|
"u"
|
|
@@ -84,13 +91,15 @@
|
|
|
84
91
|
"multiple": false,
|
|
85
92
|
"deprecated": {
|
|
86
93
|
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
87
|
-
}
|
|
94
|
+
},
|
|
95
|
+
"deprecateAliases": true
|
|
88
96
|
},
|
|
89
97
|
"api-version": {
|
|
90
98
|
"name": "api-version",
|
|
91
99
|
"type": "option",
|
|
92
100
|
"description": "Override the api version used for api requests made by this command",
|
|
93
101
|
"multiple": false,
|
|
102
|
+
"deprecateAliases": true,
|
|
94
103
|
"aliases": [
|
|
95
104
|
"apiversion"
|
|
96
105
|
]
|
|
@@ -120,13 +129,15 @@
|
|
|
120
129
|
"examples": [
|
|
121
130
|
"Publish the Experience Builder site with name \"My Customer Site':\n<%= config.bin %> <%= command.id %> --name 'My Customer Site'"
|
|
122
131
|
],
|
|
132
|
+
"deprecateAliases": true,
|
|
123
133
|
"flags": {
|
|
124
134
|
"json": {
|
|
125
135
|
"name": "json",
|
|
126
136
|
"type": "boolean",
|
|
127
137
|
"description": "Format output as json.",
|
|
128
138
|
"helpGroup": "GLOBAL",
|
|
129
|
-
"allowNo": false
|
|
139
|
+
"allowNo": false,
|
|
140
|
+
"deprecateAliases": true
|
|
130
141
|
},
|
|
131
142
|
"name": {
|
|
132
143
|
"name": "name",
|
|
@@ -134,7 +145,8 @@
|
|
|
134
145
|
"char": "n",
|
|
135
146
|
"summary": "Name of the Experience Builder site to publish.",
|
|
136
147
|
"required": true,
|
|
137
|
-
"multiple": false
|
|
148
|
+
"multiple": false,
|
|
149
|
+
"deprecateAliases": true
|
|
138
150
|
},
|
|
139
151
|
"target-org": {
|
|
140
152
|
"name": "target-org",
|
|
@@ -143,6 +155,7 @@
|
|
|
143
155
|
"summary": "Username or alias of the target org.",
|
|
144
156
|
"required": true,
|
|
145
157
|
"multiple": false,
|
|
158
|
+
"deprecateAliases": true,
|
|
146
159
|
"aliases": [
|
|
147
160
|
"targetusername",
|
|
148
161
|
"u"
|
|
@@ -153,6 +166,7 @@
|
|
|
153
166
|
"type": "option",
|
|
154
167
|
"description": "Override the api version used for api requests made by this command",
|
|
155
168
|
"multiple": false,
|
|
169
|
+
"deprecateAliases": true,
|
|
156
170
|
"aliases": [
|
|
157
171
|
"apiversion"
|
|
158
172
|
]
|
|
@@ -164,7 +178,8 @@
|
|
|
164
178
|
"multiple": false,
|
|
165
179
|
"deprecated": {
|
|
166
180
|
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
167
|
-
}
|
|
181
|
+
},
|
|
182
|
+
"deprecateAliases": true
|
|
168
183
|
}
|
|
169
184
|
},
|
|
170
185
|
"args": {},
|
|
@@ -184,13 +199,15 @@
|
|
|
184
199
|
"examples": [
|
|
185
200
|
"Retrieve the template list from an org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org"
|
|
186
201
|
],
|
|
202
|
+
"deprecateAliases": true,
|
|
187
203
|
"flags": {
|
|
188
204
|
"json": {
|
|
189
205
|
"name": "json",
|
|
190
206
|
"type": "boolean",
|
|
191
207
|
"description": "Format output as json.",
|
|
192
208
|
"helpGroup": "GLOBAL",
|
|
193
|
-
"allowNo": false
|
|
209
|
+
"allowNo": false,
|
|
210
|
+
"deprecateAliases": true
|
|
194
211
|
},
|
|
195
212
|
"target-org": {
|
|
196
213
|
"name": "target-org",
|
|
@@ -199,6 +216,7 @@
|
|
|
199
216
|
"summary": "Username or alias of the target org.",
|
|
200
217
|
"required": true,
|
|
201
218
|
"multiple": false,
|
|
219
|
+
"deprecateAliases": true,
|
|
202
220
|
"aliases": [
|
|
203
221
|
"targetusername",
|
|
204
222
|
"u"
|
|
@@ -209,6 +227,7 @@
|
|
|
209
227
|
"type": "option",
|
|
210
228
|
"description": "Override the api version used for api requests made by this command",
|
|
211
229
|
"multiple": false,
|
|
230
|
+
"deprecateAliases": true,
|
|
212
231
|
"aliases": [
|
|
213
232
|
"apiversion"
|
|
214
233
|
]
|
|
@@ -220,7 +239,8 @@
|
|
|
220
239
|
"multiple": false,
|
|
221
240
|
"deprecated": {
|
|
222
241
|
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
223
|
-
}
|
|
242
|
+
},
|
|
243
|
+
"deprecateAliases": true
|
|
224
244
|
}
|
|
225
245
|
},
|
|
226
246
|
"args": {},
|
package/package.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-community",
|
|
3
3
|
"description": "Community commands to create and publish an Experience Cloud site, and view a list of available templates in you org.",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^2.
|
|
9
|
-
"@salesforce/core": "^3.33.
|
|
10
|
-
"@salesforce/kit": "^1.
|
|
11
|
-
"@salesforce/sf-plugins-core": "^2.
|
|
8
|
+
"@oclif/core": "^2.4.0",
|
|
9
|
+
"@salesforce/core": "^3.33.6",
|
|
10
|
+
"@salesforce/kit": "^1.9.0",
|
|
11
|
+
"@salesforce/sf-plugins-core": "^2.2.4",
|
|
12
12
|
"tslib": "^2"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^3.
|
|
16
|
-
"@salesforce/cli-plugins-testkit": "^3.2.
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^3.3.5",
|
|
16
|
+
"@salesforce/cli-plugins-testkit": "^3.2.23",
|
|
17
17
|
"@salesforce/dev-config": "^3.0.1",
|
|
18
18
|
"@salesforce/dev-scripts": "^3.1.1",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^2.2.10",
|
|
20
20
|
"@salesforce/prettier-config": "^0.0.2",
|
|
21
|
-
"@salesforce/ts-sinon": "1.4.
|
|
21
|
+
"@salesforce/ts-sinon": "1.4.6",
|
|
22
22
|
"@salesforce/ts-types": "^1.7.3",
|
|
23
23
|
"@swc/core": "^1.3.27",
|
|
24
24
|
"@typescript-eslint/eslint-plugin": "5.44.0",
|
|
25
|
-
"@typescript-eslint/parser": "^5.
|
|
25
|
+
"@typescript-eslint/parser": "^5.53.0",
|
|
26
26
|
"chai": "^4.3.7",
|
|
27
27
|
"eslint": "^8.33.0",
|
|
28
28
|
"eslint-config-prettier": "^8.5.0",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
32
32
|
"eslint-plugin-header": "^3.1.1",
|
|
33
33
|
"eslint-plugin-import": "^2.27.4",
|
|
34
|
-
"eslint-plugin-jsdoc": "^39.
|
|
34
|
+
"eslint-plugin-jsdoc": "^39.9.1",
|
|
35
35
|
"eslint-plugin-sf-plugin": "^1.6.2",
|
|
36
36
|
"husky": "^7.0.4",
|
|
37
|
-
"jsforce": "^2.0.0-beta.
|
|
37
|
+
"jsforce": "^2.0.0-beta.20",
|
|
38
38
|
"mocha": "^9.2.2",
|
|
39
39
|
"nyc": "^15.1.0",
|
|
40
40
|
"oclif": "^3.6.1",
|
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
"shx": "0.3.4",
|
|
44
44
|
"sinon": "^11.1.2",
|
|
45
45
|
"ts-node": "^10.8.0",
|
|
46
|
-
"typescript": "^4.9.5"
|
|
46
|
+
"typescript": "^4.9.5",
|
|
47
|
+
"wireit": "^0.9.3"
|
|
47
48
|
},
|
|
48
49
|
"config": {},
|
|
49
50
|
"engines": {
|
|
@@ -73,11 +74,10 @@
|
|
|
73
74
|
],
|
|
74
75
|
"topics": {
|
|
75
76
|
"community": {
|
|
76
|
-
"description": "
|
|
77
|
-
"longDescription": "Use the community commands to create and publish an Experience Cloud site, and view a list of available templates in you org.",
|
|
77
|
+
"description": "Create and publish an Experience Cloud site.",
|
|
78
78
|
"subtopics": {
|
|
79
79
|
"list": {
|
|
80
|
-
"description": "
|
|
80
|
+
"description": "List components in a community."
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
}
|
|
@@ -94,22 +94,115 @@
|
|
|
94
94
|
"format": "sf-format",
|
|
95
95
|
"lint": "sf-lint",
|
|
96
96
|
"postpack": "shx rm -f oclif.manifest.json",
|
|
97
|
-
"posttest": "yarn lint && yarn test:deprecation-policy && yarn test:command-reference && yarn test:json-schema",
|
|
98
97
|
"prepack": "sf-prepack",
|
|
99
98
|
"prepare": "sf-install",
|
|
100
99
|
"pretest": "sf-compile-test",
|
|
101
100
|
"test": "sf-test",
|
|
102
|
-
"test:command-reference": "
|
|
103
|
-
"test:
|
|
104
|
-
"test:
|
|
101
|
+
"test:command-reference": "wireit",
|
|
102
|
+
"test:compile": "wireit",
|
|
103
|
+
"test:deprecation-policy": "wireit",
|
|
104
|
+
"test:json-schema": "wireit",
|
|
105
105
|
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000",
|
|
106
|
+
"test:only": "wireit",
|
|
106
107
|
"version": "oclif-dev readme"
|
|
107
108
|
},
|
|
108
109
|
"publishConfig": {
|
|
109
110
|
"access": "public"
|
|
110
111
|
},
|
|
112
|
+
"wireit": {
|
|
113
|
+
"build": {
|
|
114
|
+
"dependencies": [
|
|
115
|
+
"compile",
|
|
116
|
+
"lint"
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
"compile": {
|
|
120
|
+
"command": "tsc -p . --pretty --incremental",
|
|
121
|
+
"files": [
|
|
122
|
+
"src/**/*.ts",
|
|
123
|
+
"tsconfig.json",
|
|
124
|
+
"messages/**"
|
|
125
|
+
],
|
|
126
|
+
"output": [
|
|
127
|
+
"lib/**",
|
|
128
|
+
"*.tsbuildinfo"
|
|
129
|
+
],
|
|
130
|
+
"clean": "if-file-deleted"
|
|
131
|
+
},
|
|
132
|
+
"format": {
|
|
133
|
+
"command": "prettier --write \"+(src|test|schemas)/**/*.+(ts|js|json)|command-snapshot.json\""
|
|
134
|
+
},
|
|
135
|
+
"lint": {
|
|
136
|
+
"command": "eslint src test --color --cache --cache-location .eslintcache",
|
|
137
|
+
"files": [
|
|
138
|
+
"src/**/*.ts",
|
|
139
|
+
"test/**/*.ts",
|
|
140
|
+
"messages/**",
|
|
141
|
+
".eslintignore",
|
|
142
|
+
".eslintrc.js"
|
|
143
|
+
],
|
|
144
|
+
"output": []
|
|
145
|
+
},
|
|
146
|
+
"test:compile": {
|
|
147
|
+
"command": "tsc -p \"./test\" --pretty",
|
|
148
|
+
"files": [
|
|
149
|
+
"test/**/*.ts",
|
|
150
|
+
"tsconfig.json",
|
|
151
|
+
"test/tsconfig.json"
|
|
152
|
+
],
|
|
153
|
+
"output": []
|
|
154
|
+
},
|
|
155
|
+
"test": {
|
|
156
|
+
"dependencies": [
|
|
157
|
+
"test:compile",
|
|
158
|
+
"test:only",
|
|
159
|
+
"test:command-reference",
|
|
160
|
+
"test:deprecation-policy",
|
|
161
|
+
"lint",
|
|
162
|
+
"test:json-schema"
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
"test:only": {
|
|
166
|
+
"command": "nyc mocha \"test/**/*.test.ts\"",
|
|
167
|
+
"files": [
|
|
168
|
+
"test/**/*.ts",
|
|
169
|
+
"src/**/*.ts",
|
|
170
|
+
"tsconfig.json",
|
|
171
|
+
"test/tsconfig.json"
|
|
172
|
+
],
|
|
173
|
+
"output": []
|
|
174
|
+
},
|
|
175
|
+
"test:command-reference": {
|
|
176
|
+
"command": "\"./bin/dev\" commandreference:generate --erroronwarnings",
|
|
177
|
+
"files": [
|
|
178
|
+
"src/**/*.ts",
|
|
179
|
+
"messages/**"
|
|
180
|
+
],
|
|
181
|
+
"output": [
|
|
182
|
+
"tmp/root"
|
|
183
|
+
]
|
|
184
|
+
},
|
|
185
|
+
"test:deprecation-policy": {
|
|
186
|
+
"command": "\"./bin/dev\" snapshot:compare",
|
|
187
|
+
"files": [
|
|
188
|
+
"src/**/*.ts"
|
|
189
|
+
],
|
|
190
|
+
"output": [],
|
|
191
|
+
"dependencies": [
|
|
192
|
+
"compile"
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
"test:json-schema": {
|
|
196
|
+
"command": "\"./bin/dev\" schema:compare",
|
|
197
|
+
"files": [
|
|
198
|
+
"src/**/*.ts",
|
|
199
|
+
"schemas"
|
|
200
|
+
],
|
|
201
|
+
"output": []
|
|
202
|
+
}
|
|
203
|
+
},
|
|
111
204
|
"sfdx": {
|
|
112
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.2.
|
|
113
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.2.
|
|
205
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.2.4.crt",
|
|
206
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-community/2.2.4.sig"
|
|
114
207
|
}
|
|
115
208
|
}
|