|
1 | 1 | [ |
2 | 2 | { |
3 | | - "command": "dev:audit:messages", |
4 | | - "plugin": "@salesforce/plugin-dev", |
5 | | - "flags": ["json", "messages-dir", "project-dir", "source-dir"], |
6 | 3 | "alias": [], |
| 4 | + "command": "dev:audit:messages", |
| 5 | + "flagAliases": ["messagesdir", "projectdir", "sourcedir"], |
7 | 6 | "flagChars": ["m", "p", "s"], |
8 | | - "flagAliases": ["messagesdir", "projectdir", "sourcedir"] |
| 7 | + "flags": ["flags-dir", "json", "messages-dir", "project-dir", "source-dir"], |
| 8 | + "plugin": "@salesforce/plugin-dev" |
9 | 9 | }, |
10 | 10 | { |
11 | | - "command": "dev:configure:repo", |
12 | | - "plugin": "@salesforce/plugin-dev", |
13 | | - "flags": ["bot", "dry-run", "json", "repository"], |
14 | 11 | "alias": [], |
| 12 | + "command": "dev:configure:repo", |
| 13 | + "flagAliases": ["dryrun"], |
15 | 14 | "flagChars": ["b", "d", "r"], |
16 | | - "flagAliases": ["dryrun"] |
| 15 | + "flags": ["bot", "dry-run", "flags-dir", "json", "repository"], |
| 16 | + "plugin": "@salesforce/plugin-dev" |
17 | 17 | }, |
18 | 18 | { |
19 | | - "command": "dev:configure:secrets", |
20 | | - "plugin": "@salesforce/plugin-dev", |
21 | | - "flags": ["dry-run", "json", "repository"], |
22 | 19 | "alias": [], |
| 20 | + "command": "dev:configure:secrets", |
| 21 | + "flagAliases": ["dryrun"], |
23 | 22 | "flagChars": ["d", "r"], |
24 | | - "flagAliases": ["dryrun"] |
| 23 | + "flags": ["dry-run", "flags-dir", "json", "repository"], |
| 24 | + "plugin": "@salesforce/plugin-dev" |
25 | 25 | }, |
26 | 26 | { |
27 | | - "command": "dev:convert:messages", |
28 | | - "plugin": "@salesforce/plugin-dev", |
29 | | - "flags": ["file-name", "json", "project-dir"], |
30 | 27 | "alias": [], |
| 28 | + "command": "dev:convert:messages", |
| 29 | + "flagAliases": ["filename", "projectdir"], |
31 | 30 | "flagChars": ["f", "p"], |
32 | | - "flagAliases": ["filename", "projectdir"] |
| 31 | + "flags": ["file-name", "flags-dir", "json", "project-dir"], |
| 32 | + "plugin": "@salesforce/plugin-dev" |
33 | 33 | }, |
34 | 34 | { |
35 | | - "command": "dev:convert:script", |
36 | | - "plugin": "@salesforce/plugin-dev", |
37 | | - "flags": ["json", "no-prompt", "script"], |
38 | 35 | "alias": [], |
| 36 | + "command": "dev:convert:script", |
| 37 | + "flagAliases": [], |
39 | 38 | "flagChars": ["s"], |
40 | | - "flagAliases": [] |
| 39 | + "flags": ["flags-dir", "json", "no-prompt", "script"], |
| 40 | + "plugin": "@salesforce/plugin-dev" |
41 | 41 | }, |
42 | 42 | { |
43 | | - "command": "dev:generate:command", |
44 | | - "plugin": "@salesforce/plugin-dev", |
45 | | - "flags": ["force", "name", "nuts", "unit"], |
46 | 43 | "alias": [], |
| 44 | + "command": "dev:generate:command", |
| 45 | + "flagAliases": [], |
47 | 46 | "flagChars": ["n"], |
48 | | - "flagAliases": [] |
| 47 | + "flags": ["flags-dir", "force", "name", "nuts", "unit"], |
| 48 | + "plugin": "@salesforce/plugin-dev" |
49 | 49 | }, |
50 | 50 | { |
51 | | - "command": "dev:generate:flag", |
52 | | - "plugin": "@salesforce/plugin-dev", |
53 | | - "flags": ["dry-run"], |
54 | 51 | "alias": [], |
| 52 | + "command": "dev:generate:flag", |
| 53 | + "flagAliases": ["dryrun"], |
55 | 54 | "flagChars": ["d"], |
56 | | - "flagAliases": ["dryrun"] |
| 55 | + "flags": ["dry-run", "flags-dir"], |
| 56 | + "plugin": "@salesforce/plugin-dev" |
57 | 57 | }, |
58 | 58 | { |
59 | | - "command": "dev:generate:library", |
60 | | - "plugin": "@salesforce/plugin-dev", |
61 | | - "flags": [], |
62 | 59 | "alias": [], |
| 60 | + "command": "dev:generate:library", |
| 61 | + "flagAliases": [], |
63 | 62 | "flagChars": [], |
64 | | - "flagAliases": [] |
| 63 | + "flags": ["flags-dir"], |
| 64 | + "plugin": "@salesforce/plugin-dev" |
65 | 65 | }, |
66 | 66 | { |
67 | | - "command": "dev:generate:plugin", |
68 | | - "plugin": "@salesforce/plugin-dev", |
69 | | - "flags": [], |
70 | 67 | "alias": ["plugins:generate"], |
| 68 | + "command": "dev:generate:plugin", |
| 69 | + "flagAliases": [], |
71 | 70 | "flagChars": [], |
72 | | - "flagAliases": [] |
| 71 | + "flags": ["flags-dir"], |
| 72 | + "plugin": "@salesforce/plugin-dev" |
73 | 73 | } |
74 | 74 | ] |
0 commit comments