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
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,14 @@
"mean-shoes-heal",
"moody-fishes-protect",
"nice-files-approve",
"odd-fireants-act",
"purple-steaks-behave",
"short-cows-sing",
"silent-pianos-mate",
"slow-gorillas-care",
"smart-meals-hammer",
"thirty-badgers-compare"
"stale-spoons-tell",
"thirty-badgers-compare",
"wet-cherries-wink"
]
}
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.

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

## 1.0.0-beta.9

### Patch Changes

- [#339](https://github.com/SmartThingsCommunity/smartthings-cli/pull/339) [`0849c4e`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/0849c4e36f81816cce8c6204c339424a8211c556) Thanks [@rossiam](https://github.com/rossiam)! - Update table output: - switch to table package which handles international characters properly - removed compact / expanded command line options - removed compactTableOutput configuration option - added group-rows and no-group-rows command line options - added groupTableOutputRows configuration option - (lib) completely isolated use of dependency to table-generator.ts

* [#327](https://github.com/SmartThingsCommunity/smartthings-cli/pull/327) [`82652c9`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/82652c9a2fc144ee253e256718f034b47aeca7fc) Thanks [@bflorian](https://github.com/bflorian)! - Added commands to create virtual devices and generate events on their behalf

- [#335](https://github.com/SmartThingsCommunity/smartthings-cli/pull/335) [`975c037`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/975c037c7983a1073eb6bf9f133e0f99599342df) Thanks [@john-u](https://github.com/john-u)! - update @smartthings/core-sdk to 5.0.0

- Updated dependencies [[`0849c4e`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/0849c4e36f81816cce8c6204c339424a8211c556), [`82652c9`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/82652c9a2fc144ee253e256718f034b47aeca7fc), [`975c037`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/975c037c7983a1073eb6bf9f133e0f99599342df)]:
- @smartthings/cli-lib@1.0.0-beta.10

## 1.0.0-beta.8

### Patch Changes
Expand Down
251 changes: 159 additions & 92 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.8",
"version": "1.0.0-beta.9",
"description": "SmartThings unified CLI",
"author": "SmartThings, Inc.",
"bin": {
Expand Down Expand Up @@ -71,7 +71,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.8",
"@smartthings/cli-lib": "^1.0.0-beta.10",
"@smartthings/core-sdk": "^5.0.0",
"@smartthings/plugin-cli-edge": "^1.14.1",
"aws-sdk": "^2.1144.0",
Expand All @@ -80,7 +80,7 @@
"log4js": "6.3.0"
},
"devDependencies": {
"@smartthings/cli-testlib": "^1.0.0-beta.4",
"@smartthings/cli-testlib": "^1.0.0-beta.6",
"@types/inquirer": "^8.2.1",
"@types/jest": "^28.1.3",
"@types/js-yaml": "^4.0.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.0.0-beta.10

### Patch Changes

- [#339](https://github.com/SmartThingsCommunity/smartthings-cli/pull/339) [`0849c4e`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/0849c4e36f81816cce8c6204c339424a8211c556) Thanks [@rossiam](https://github.com/rossiam)! - Update table output: - switch to table package which handles international characters properly - removed compact / expanded command line options - removed compactTableOutput configuration option - added group-rows and no-group-rows command line options - added groupTableOutputRows configuration option - (lib) completely isolated use of dependency to table-generator.ts

* [#327](https://github.com/SmartThingsCommunity/smartthings-cli/pull/327) [`82652c9`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/82652c9a2fc144ee253e256718f034b47aeca7fc) Thanks [@bflorian](https://github.com/bflorian)! - Added commands to create virtual devices and generate events on their behalf

- [#335](https://github.com/SmartThingsCommunity/smartthings-cli/pull/335) [`975c037`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/975c037c7983a1073eb6bf9f133e0f99599342df) Thanks [@john-u](https://github.com/john-u)! - update @smartthings/core-sdk to 5.0.0

## 1.0.0-beta.9

### 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.9",
"version": "1.0.0-beta.10",
"description": "SmartThings unified CLI utility library",
"author": "SmartThings, Inc.",
"bugs": {
Expand Down
13 changes: 13 additions & 0 deletions packages/testlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 1.0.0-beta.6

### Patch Changes

- [#331](https://github.com/SmartThingsCommunity/smartthings-cli/pull/331) [`8b0a5b8`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/8b0a5b8523c8bcc8a622359a501b064b813dca4c) Thanks [@john-u](https://github.com/john-u)! - mock withLocations by default

* [#325](https://github.com/SmartThingsCommunity/smartthings-cli/pull/325) [`0681344`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/068134443d8a960b6565b2111b2a81b076b33bd7) Thanks [@john-u](https://github.com/john-u)! - mock inputItem by default

- [#335](https://github.com/SmartThingsCommunity/smartthings-cli/pull/335) [`975c037`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/975c037c7983a1073eb6bf9f133e0f99599342df) Thanks [@john-u](https://github.com/john-u)! - update @smartthings/core-sdk to 5.0.0

- Updated dependencies [[`0849c4e`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/0849c4e36f81816cce8c6204c339424a8211c556), [`82652c9`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/82652c9a2fc144ee253e256718f034b47aeca7fc), [`975c037`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/975c037c7983a1073eb6bf9f133e0f99599342df)]:
- @smartthings/cli-lib@1.0.0-beta.10

## 1.0.0-beta.5

### 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.5",
"version": "1.0.0-beta.6",
"description": "SmartThings unified 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.9",
"@smartthings/cli-lib": "^1.0.0-beta.10",
"@smartthings/core-sdk": "^5.0.0"
},
"devDependencies": {
Expand Down