Skip to content

Releases: SmartThingsCommunity/smartthings-cli

2.0.2

09 Jan 19:21

Choose a tag to compare

What's Changed

  • fix: make install via npm work again by @rossiam in #817
  • chore(changesets): version packages by @github-actions[bot] in #818

Full Changelog: https://github.com/SmartThingsCommunity/smartthings-cli/compare/@smartthings/cli@2.0.1...@smartthings/cli@2.0.2

2.0.1

05 Jan 21:18

Choose a tag to compare

What's Changed

  • fix: add organization options back to edge commands that use it by @rossiam in #814
  • chore(changesets): version packages by @github-actions[bot] in #816

Full Changelog: https://github.com/SmartThingsCommunity/smartthings-cli/compare/@smartthings/cli@2.0.0...@smartthings/cli@2.0.1

2.0.0

22 Dec 23:00

Choose a tag to compare

What's Changed

  • All commands now have examples in their help (smartthings <command> --help).
  • args that require enum-like types are now case-insensitive. e.g. For example, you can now list zigbee
    devices with smartthings 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. (Future changes will need to be made to the new file, of course.)
    The config command now displays the location 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 of smartthings 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.
  • The --token flag is no longer included in usage info (i.e. it does not show up when running --help)
    but it still works.

Full Changelog: https://github.com/SmartThingsCommunity/smartthings-cli/compare/v2.0.0-prerelease2...@smartthings/cli@2.0.0

v2.0.0-prerelease2

20 Nov 18:52

Choose a tag to compare

v2.0.0-prerelease2 Pre-release
Pre-release

What's Changed

  • include list of topics (if any) and sub-commands with descriptions (if any) with command help
  • --token flag 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

30 Sep 20:51

Choose a tag to compare

2.0.0-prerelease1 Pre-release
Pre-release

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
    with smartthings 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.
    The config command 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 of smartthings 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

30 Jul 19:34

Choose a tag to compare

Patch Changes

  • #784 4b19148 Thanks @rossiam! - fix bug preventing interactive editing of apps with no icon image set

1.10.5

29 May 14:49

Choose a tag to compare

Patch Changes

  • #754 b9f0ecb Thanks @rossiam! - Limit port range for Schema Apps to 80-8002.

  • Updated dependencies [b9f0ecb]:

    • @smartthings/cli-lib@2.3.2

1.10.4

21 Apr 15:41

Choose a tag to compare

Patch Changes

1.10.3

18 Mar 18:53

Choose a tag to compare

Patch Changes

  • #699 a471d47 Thanks @rossiam! - include label as well as name when prompting user for an organization

  • #702 b2392f7 Thanks @rossiam! - fixed bug where prompts for optional integers were treating 0 as if no value was entered

  • #703 44ffaa8 Thanks @rossiam! - update to Node 22; update core SDK and axios dependencies

  • Updated dependencies [b2392f7, 44ffaa8]:

    • @smartthings/cli-lib@2.3.1

1.10.2

28 Oct 15:44

Choose a tag to compare

Patch Changes