Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
"bright-kings-sort",
"calm-rats-battle",
"chilly-chicken-taste",
"eight-apricots-lie",
"eleven-mails-march",
"fair-islands-prove",
"famous-actors-mix",
"friendly-maps-learn",
"giant-poems-reflect",
"gorgeous-paws-rush",
Expand All @@ -30,7 +32,9 @@
"quick-brooms-develop",
"selfish-pears-joke",
"short-cows-sing",
"short-guests-fry",
"silent-pianos-mate",
"sixty-days-rhyme",
"slow-gorillas-care",
"smart-meals-hammer",
"stale-boats-listen",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 1.0.0-beta.13

### Patch Changes

- [#374](https://github.com/SmartThingsCommunity/smartthings-cli/pull/374) [`aeb8b28`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/aeb8b2892ca4de80fd4335a7ed1e8af2ed5153c4) Thanks [@bflorian](https://github.com/bflorian)! - feat: added device and location history commands

* [#369](https://github.com/SmartThingsCommunity/smartthings-cli/pull/369) [`d62c051`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/d62c0517d6947db55cd0c701e3c8ba194efaf201) Thanks [@bflorian](https://github.com/bflorian)! - feat: Refactored devices command and added health and status flags.

- [#371](https://github.com/SmartThingsCommunity/smartthings-cli/pull/371) [`b2ea4c0`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/b2ea4c04c626e2991b9f6a400656ab764f700f93) Thanks [@rossiam](https://github.com/rossiam)! - include virtual device info in device output

* [#375](https://github.com/SmartThingsCommunity/smartthings-cli/pull/375) [`3523e38`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/3523e38aa4b47f0a411b7969fb1771bbb7c50900) Thanks [@john-u](https://github.com/john-u)! - bump @smartthings/plugin-cli-edge to support newer oclif/core version

* Updated dependencies [[`3523e38`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/3523e38aa4b47f0a411b7969fb1771bbb7c50900)]:
- @smartthings/cli-lib@1.0.0-beta.13

## 1.0.0-beta.12

### Patch Changes
Expand Down
393 changes: 232 additions & 161 deletions packages/cli/README.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartthings/cli",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"description": "Command Line Interface for the SmartThings APIs",
"author": "SmartThings, Inc.",
"bin": {
Expand Down Expand Up @@ -70,7 +70,7 @@
"@oclif/plugin-autocomplete": "^1.3.0",
"@oclif/plugin-not-found": "^2.3.1",
"@oclif/plugin-plugins": "^2.1.0",
"@smartthings/cli-lib": "^1.0.0-beta.12",
"@smartthings/cli-lib": "^1.0.0-beta.13",
"@smartthings/core-sdk": "^5.1.1",
"@smartthings/plugin-cli-edge": "^1.15.1",
"aws-sdk": "^2.1175.0",
Expand All @@ -79,7 +79,7 @@
"log4js": "^6.6.0"
},
"devDependencies": {
"@smartthings/cli-testlib": "^1.0.0-beta.7",
"@smartthings/cli-testlib": "^1.0.0-beta.8",
"@types/inquirer": "^8.2.1",
"@types/jest": "^28.1.5",
"@types/js-yaml": "^4.0.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.0.0-beta.13

### Patch Changes

- [#375](https://github.com/SmartThingsCommunity/smartthings-cli/pull/375) [`3523e38`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/3523e38aa4b47f0a411b7969fb1771bbb7c50900) Thanks [@john-u](https://github.com/john-u)! - bump @smartthings/plugin-cli-edge to support newer oclif/core version

## 1.0.0-beta.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartthings/cli-lib",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"description": "SmartThings CLI utility library",
"author": "SmartThings, Inc.",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/testlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.0.0-beta.8

### Patch Changes

- [#374](https://github.com/SmartThingsCommunity/smartthings-cli/pull/374) [`aeb8b28`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/aeb8b2892ca4de80fd4335a7ed1e8af2ed5153c4) Thanks [@bflorian](https://github.com/bflorian)! - feat: added device and location history commands

- Updated dependencies [[`3523e38`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/3523e38aa4b47f0a411b7969fb1771bbb7c50900)]:
- @smartthings/cli-lib@1.0.0-beta.13

## 1.0.0-beta.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/testlib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartthings/cli-testlib",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "SmartThings CLI testing utility methods library",
"author": "SmartThings, Inc.",
"bugs": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"directory": "packages/testlib"
},
"dependencies": {
"@smartthings/cli-lib": "^1.0.0-beta.12",
"@smartthings/cli-lib": "^1.0.0-beta.13",
"@smartthings/core-sdk": "^5.1.1"
},
"devDependencies": {
Expand Down