|
10 | 10 | "--profile": { |
11 | 11 | "optionType": "enum", |
12 | 12 | "description": "Changes the build profile, affecting the build output", |
13 | | - "supportedCommands": [ "build", "rebuild" ], |
| 13 | + "associatedCommands": [ "build", "rebuild" ], |
14 | 14 | "enumValues": [ |
15 | 15 | { |
16 | 16 | "name": "vso", |
|
26 | 26 | "--color": { |
27 | 27 | "optionType": "enum", |
28 | 28 | "description": "Enable or disable colors in the build log, defaults to 'true'", |
29 | | - "supportedCommands": [ "build", "rebuild" ], |
| 29 | + "associatedCommands": [ "build", "rebuild" ], |
30 | 30 | "defaultValue": "true", |
31 | 31 | "enumValues": [ |
32 | 32 | { |
|
43 | 43 | "--ship": { |
44 | 44 | "optionType": "flag", |
45 | 45 | "description": "Perform a production build, including minification and localization steps", |
46 | | - "supportedCommands": [ "build", "rebuild" ], |
| 46 | + "associatedCommands": [ "build", "rebuild" ], |
47 | 47 | "shortName": "-s" |
48 | 48 | }, |
49 | 49 |
|
50 | 50 | "--minimal": { |
51 | 51 | "optionType": "flag", |
52 | 52 | "description": "Perform a fast build, which disables certain tasks such as unit tests and linting", |
53 | | - "supportedCommands": [ "build", "rebuild" ], |
| 53 | + "associatedCommands": [ "build", "rebuild" ], |
54 | 54 | "shortName": "-m" |
55 | 55 | }, |
56 | 56 |
|
57 | 57 | "--clean": { |
58 | 58 | "optionType": "flag", |
59 | 59 | "description": "This flag does awesome things!", |
60 | | - "supportedCommands": [ "blah", "build", "rebuild" ], |
| 60 | + "associatedCommands": [ "blah", "build", "rebuild" ], |
61 | 61 | "shortName": "-c" |
62 | 62 | } |
63 | 63 | } |
|
0 commit comments