Skip to content

Releases: SmartThingsCommunity/smartthings-cli

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

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

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

1.9.1

03 Sep 16:55

Choose a tag to compare

Patch Changes