|
1 | 1 | { |
2 | | - "version": "5.21.2", |
| 2 | + "version": "6.0.0", |
3 | 3 | "commands": { |
4 | 4 | "authCommand": { |
5 | 5 | "id": "authCommand", |
|
1194 | 1194 | "environments:get": { |
1195 | 1195 | "id": "environments:get", |
1196 | 1196 | "description": "Retrieve Environments from the management API", |
1197 | | - "strict": true, |
| 1197 | + "strict": false, |
1198 | 1198 | "pluginName": "@devcycle/cli", |
1199 | 1199 | "pluginAlias": "@devcycle/cli", |
1200 | 1200 | "pluginType": "core", |
|
1203 | 1203 | "hiddenAliases": [], |
1204 | 1204 | "examples": [ |
1205 | 1205 | "<%= config.bin %> <%= command.id %>", |
| 1206 | + "<%= config.bin %> <%= command.id %> environment-one", |
| 1207 | + "<%= config.bin %> <%= command.id %> environment-one environment-two", |
| 1208 | + "<%= config.bin %> <%= command.id %> environment-one,environment-two", |
1206 | 1209 | "<%= config.bin %> <%= command.id %> --keys=environment-one,environment-two" |
1207 | 1210 | ], |
1208 | 1211 | "flags": { |
|
1295 | 1298 | "multiple": false |
1296 | 1299 | } |
1297 | 1300 | }, |
1298 | | - "args": {} |
| 1301 | + "args": { |
| 1302 | + "keys": { |
| 1303 | + "name": "keys", |
| 1304 | + "description": "Environment keys to fetch (space-separated or comma-separated)", |
| 1305 | + "required": false |
| 1306 | + } |
| 1307 | + } |
1299 | 1308 | }, |
1300 | 1309 | "environments:list": { |
1301 | 1310 | "id": "environments:list", |
|
1761 | 1770 | "features:get": { |
1762 | 1771 | "id": "features:get", |
1763 | 1772 | "description": "Retrieve Features from the Management API", |
1764 | | - "strict": true, |
| 1773 | + "strict": false, |
1765 | 1774 | "pluginName": "@devcycle/cli", |
1766 | 1775 | "pluginAlias": "@devcycle/cli", |
1767 | 1776 | "pluginType": "core", |
|
1770 | 1779 | "hiddenAliases": [], |
1771 | 1780 | "examples": [ |
1772 | 1781 | "<%= config.bin %> <%= command.id %>", |
| 1782 | + "<%= config.bin %> <%= command.id %> feature-one", |
| 1783 | + "<%= config.bin %> <%= command.id %> feature-one feature-two", |
| 1784 | + "<%= config.bin %> <%= command.id %> feature-one,feature-two", |
1773 | 1785 | "<%= config.bin %> <%= command.id %> --keys=feature-one,feature-two" |
1774 | 1786 | ], |
1775 | 1787 | "flags": { |
|
1880 | 1892 | "multiple": false |
1881 | 1893 | } |
1882 | 1894 | }, |
1883 | | - "args": {} |
| 1895 | + "args": { |
| 1896 | + "keys": { |
| 1897 | + "name": "keys", |
| 1898 | + "description": "Feature keys to fetch (space-separated or comma-separated)", |
| 1899 | + "required": false |
| 1900 | + } |
| 1901 | + } |
1884 | 1902 | }, |
1885 | 1903 | "features:list": { |
1886 | 1904 | "id": "features:list", |
|
5198 | 5216 | }, |
5199 | 5217 | "variables:get": { |
5200 | 5218 | "id": "variables:get", |
5201 | | - "strict": true, |
| 5219 | + "description": "Retrieve Variables from the Management API", |
| 5220 | + "strict": false, |
5202 | 5221 | "pluginName": "@devcycle/cli", |
5203 | 5222 | "pluginAlias": "@devcycle/cli", |
5204 | 5223 | "pluginType": "core", |
5205 | 5224 | "hidden": false, |
5206 | 5225 | "aliases": [], |
5207 | 5226 | "hiddenAliases": [], |
| 5227 | + "examples": [ |
| 5228 | + "<%= config.bin %> <%= command.id %>", |
| 5229 | + "<%= config.bin %> <%= command.id %> var-one", |
| 5230 | + "<%= config.bin %> <%= command.id %> var-one var-two", |
| 5231 | + "<%= config.bin %> <%= command.id %> var-one,var-two", |
| 5232 | + "<%= config.bin %> <%= command.id %> --keys=var-one,var-two" |
| 5233 | + ], |
5208 | 5234 | "flags": { |
5209 | 5235 | "config-path": { |
5210 | 5236 | "name": "config-path", |
|
5313 | 5339 | "multiple": false |
5314 | 5340 | } |
5315 | 5341 | }, |
5316 | | - "args": {} |
| 5342 | + "args": { |
| 5343 | + "keys": { |
| 5344 | + "name": "keys", |
| 5345 | + "description": "Variable keys to fetch (space-separated or comma-separated)", |
| 5346 | + "required": false |
| 5347 | + } |
| 5348 | + } |
5317 | 5349 | }, |
5318 | 5350 | "variables:list": { |
5319 | 5351 | "id": "variables:list", |
|
0 commit comments