Skip to content

Releases: SmartThingsCommunity/smartthings-cli

2.0.0

22 Dec 23:00

Choose a tag to compare

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

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

1.10.1

28 Oct 14:31

Choose a tag to compare

Patch Changes

  • #637 8d62e62 Thanks @rossiam! - Force user to choose organization for schema app before doing anything that will automatically assign one.

1.10.0

11 Sep 18:22

Choose a tag to compare

Minor Changes

  • #619 032a231 Thanks @rossiam! - query user for organization in schema:update and schema:create commands

Patch Changes

  • #622 b99e397 Thanks @rossiam! - fix error when running invites:schema that could happen if user has a schema app without an organization

  • Updated dependencies [b99e397, 032a231]:

    • @smartthings/plugin-cli-edge@3.3.4
    • @smartthings/cli-lib@2.3.0