Releases: SmartThingsCommunity/smartthings-cli
Releases · SmartThingsCommunity/smartthings-cli
2.0.0
What's Changed
- chore: update prep for releasing ESM and yargs-based CLI as version 2.0 by @rossiam in #806
- chore: (hopefully) fix to build process by @rossiam in #807
- chore: fix another build issue by @rossiam in #808
- chore: put back released check but get published status directly from changesets by @rossiam in #810
- chore: fix bug in debug output for building release by @rossiam in #811
- chore(changesets): version packages by @github-actions[bot] in #809
Full Changelog: https://github.com/SmartThingsCommunity/smartthings-cli/compare/v2.0.0-prerelease2...@smartthings/cli@2.0.0
v2.0.0-prerelease2
What's Changed
- include list of topics (if any) and sub-commands with descriptions (if any) with command help
--tokenflag is no longer included in usage info (i.e. it does not show up when running--help)
but it still works.
2.0.0-prerelease1
2.0.0-prerelease1
- All commands now have examples in their help (
smartthings <command> --help). - args that require enum-like types are now case-insensitive. e.g. You can now list zigbee devices
withsmartthings devices --type zigbee. - The config file location is now determined by envPaths library
rather than oclif. A reasonable attempt has been made at finding the old config and copying it for
the user so normally no change is needed other than making changes in the new file if necessary.
Theconfigcommand now displays the name of the configuration file. - Commands that take a capability specification on the command line now get the version from a flag
rather than an argument. e.g.smartthings capabilities myteam.myCapability --capability-version 1
instead ofsmartthings capabilities myteam.myCapability 1. Note that the version is always one,
so this flag is not necessary at this time. - Under-the-hood changes to make the CLI more maintainable.
1.10.6
1.10.5
1.10.4
1.10.3
Patch Changes
-
#699
a471d47Thanks @rossiam! - include label as well as name when prompting user for an organization -
#702
b2392f7Thanks @rossiam! - fixed bug where prompts for optional integers were treating 0 as if no value was entered -
#703
44ffaa8Thanks @rossiam! - update to Node 22; update core SDK and axios dependencies -
Updated dependencies [
b2392f7,44ffaa8]:- @smartthings/cli-lib@2.3.1