generated from salesforcecli/plugin-template-sf
-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugins.ts
29 lines (29 loc) · 820 Bytes
/
plugins.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
* Copyright (c) 2023, salesforce.com, inc.
* All rights reserved.
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/
export const packages = [
'mo-dx-plugin',
'sfdx-hardis',
'heat-sfdx-cli',
'shane-sfdx-plugins',
'@dx-cli-toolbox/sfdx-toolbox-package-utils',
'@dxatscale/sfpowerscripts',
'sfdx-git-packager',
'texei-sfdx-plugin',
'sfdx-git-delta',
'sfdmu',
'aura-helper-sfdx',
'sfdx-browserforce-plugin',
'sfdx-plugin-source-read',
'lightning-flow-scanner',
'@jayree/sfdx-plugin-manifest',
'@jayree/sfdx-plugin-org',
'@jayree/sfdx-plugin-prettier',
'@jayree/sfdx-plugin-source',
'sfdx-plugin-update-notifier',
'@cristiand391/sf-plugin-fzf-cmp',
'kc-sf-plugin',
];