|
2 | 2 |
|
3 | 3 | ## 2.0.0 |
4 | 4 |
|
5 | | -* All commands now have examples in their help (`smartthings <command> --help`). |
6 | | -* args that require enum-like types are now case-insensitive. e.g. For example, you can now list zigbee |
| 5 | +### Major Changes |
| 6 | + |
| 7 | +- [#806](https://github.com/SmartThingsCommunity/smartthings-cli/pull/806) [`e9e7552`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/e9e7552e2fa0d014393f19adc496f45f0a2a3678) Thanks [@rossiam](https://github.com/rossiam)! - refactor to use yargs |
| 8 | + |
| 9 | +## 2.0.0 |
| 10 | + |
| 11 | +- All commands now have examples in their help (`smartthings <command> --help`). |
| 12 | +- args that require enum-like types are now case-insensitive. e.g. For example, you can now list zigbee |
7 | 13 | devices with `smartthings devices --type zigbee`. |
8 | | -* The config file location is now determined by [envPaths](https://www.npmjs.com/package/env-paths) library |
| 14 | +- The config file location is now determined by [envPaths](https://www.npmjs.com/package/env-paths) library |
9 | 15 | rather than oclif. A reasonable attempt has been made at finding the old config and copying it for |
10 | 16 | the user so normally no change is needed. (Future changes will need to be made to the new file, of course.) |
11 | 17 | The `config` command now displays the location of the configuration file. |
12 | | -* Commands that take a capability specification on the command line now get the version from a flag |
| 18 | +- Commands that take a capability specification on the command line now get the version from a flag |
13 | 19 | rather than an argument. e.g. `smartthings capabilities myteam.myCapability --capability-version 1` |
14 | 20 | instead of `smartthings capabilities myteam.myCapability 1`. Note that the version is always one, |
15 | 21 | so this flag is not necessary at this time. |
16 | | -* Under-the-hood changes to make the CLI more maintainable. |
17 | | -* The `--token` flag is no longer included in usage info (i.e. it does not show up when running `--help`) |
| 22 | +- Under-the-hood changes to make the CLI more maintainable. |
| 23 | +- The `--token` flag is no longer included in usage info (i.e. it does not show up when running `--help`) |
18 | 24 | but it still works. |
19 | 25 |
|
20 | 26 | ## 1.10.6 |
|
0 commit comments