From f1e9e41937fa7754358683d3cdd816b1458c8531 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 Jul 2022 21:09:49 +0000 Subject: [PATCH] chore(changesets): version packages (beta) --- .changeset/pre.json | 4 + package-lock.json | 18 +-- packages/cli/CHANGELOG.md | 13 ++ packages/cli/README.md | 286 +++++++++++++++++----------------- packages/cli/package.json | 6 +- packages/lib/CHANGELOG.md | 10 ++ packages/lib/package.json | 2 +- packages/testlib/CHANGELOG.md | 9 ++ packages/testlib/package.json | 4 +- 9 files changed, 194 insertions(+), 158 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 71020bb52..ff99b8149 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -19,17 +19,21 @@ "gorgeous-paws-rush", "heavy-islands-jam", "late-baboons-love", + "late-suits-buy", + "long-dryers-nail", "mean-shoes-heal", "moody-fishes-protect", "nice-files-approve", "odd-fireants-act", "old-rocks-try", "purple-steaks-behave", + "quick-brooms-develop", "selfish-pears-joke", "short-cows-sing", "silent-pianos-mate", "slow-gorillas-care", "smart-meals-hammer", + "stale-boats-listen", "stale-boxes-smash", "stale-spoons-tell", "stale-suns-tan", diff --git a/package-lock.json b/package-lock.json index af2d72ac9..2a784966c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18657,14 +18657,14 @@ }, "packages/cli": { "name": "@smartthings/cli", - "version": "1.0.0-beta.11", + "version": "1.0.0-beta.12", "license": "Apache-2.0", "dependencies": { "@oclif/core": "1.9.6", "@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.11", + "@smartthings/cli-lib": "^1.0.0-beta.12", "@smartthings/core-sdk": "^5.1.0", "@smartthings/plugin-cli-edge": "^1.14.1", "aws-sdk": "^2.1175.0", @@ -18676,7 +18676,7 @@ "smartthings": "bin/run" }, "devDependencies": { - "@smartthings/cli-testlib": "^1.0.0-beta.6", + "@smartthings/cli-testlib": "^1.0.0-beta.7", "@types/inquirer": "^8.2.1", "@types/jest": "^28.1.5", "@types/js-yaml": "^4.0.5", @@ -18800,7 +18800,7 @@ }, "packages/lib": { "name": "@smartthings/cli-lib", - "version": "1.0.0-beta.11", + "version": "1.0.0-beta.12", "license": "Apache-2.0", "dependencies": { "@log4js-node/log4js-api": "^1.0.2", @@ -18963,10 +18963,10 @@ }, "packages/testlib": { "name": "@smartthings/cli-testlib", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "license": "Apache-2.0", "dependencies": { - "@smartthings/cli-lib": "^1.0.0-beta.10", + "@smartthings/cli-lib": "^1.0.0-beta.12", "@smartthings/core-sdk": "^5.1.0" }, "devDependencies": { @@ -22026,8 +22026,8 @@ "@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.11", - "@smartthings/cli-testlib": "^1.0.0-beta.6", + "@smartthings/cli-lib": "^1.0.0-beta.12", + "@smartthings/cli-testlib": "^1.0.0-beta.7", "@smartthings/core-sdk": "^5.1.0", "@smartthings/plugin-cli-edge": "^1.14.1", "@types/inquirer": "^8.2.1", @@ -22271,7 +22271,7 @@ "@smartthings/cli-testlib": { "version": "file:packages/testlib", "requires": { - "@smartthings/cli-lib": "^1.0.0-beta.10", + "@smartthings/cli-lib": "^1.0.0-beta.12", "@smartthings/core-sdk": "^5.1.0", "@types/jest": "^28.1.5", "@types/js-yaml": "^4.0.5", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b0eb21132..5040900fc 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 1.0.0-beta.12 + +### Patch Changes + +- [#355](https://github.com/SmartThingsCommunity/smartthings-cli/pull/355) [`a7bf89d`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/a7bf89d606d71b2e7494555a2e4c078b539df50f) Thanks [@rossiam](https://github.com/rossiam)! - minor cleanup of capabilities table output + +* [#361](https://github.com/SmartThingsCommunity/smartthings-cli/pull/361) [`688082f`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/688082fe6d0e12e0e510b5c238de61b46bfddc08) Thanks [@bflorian](https://github.com/bflorian)! - Add userEmail field to ST Schema apps + +- [#367](https://github.com/SmartThingsCommunity/smartthings-cli/pull/367) [`22b9a78`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/22b9a78570d44e4df8adfd265c95148c2e29256b) Thanks [@john-u](https://github.com/john-u)! - pin dependency to resolve timeout error + +- Updated dependencies [[`688082f`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/688082fe6d0e12e0e510b5c238de61b46bfddc08), [`47b27d2`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/47b27d2e2d74324a199302f6709ef698599a984c), [`22b9a78`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/22b9a78570d44e4df8adfd265c95148c2e29256b)]: + - @smartthings/cli-lib@1.0.0-beta.12 + ## 1.0.0-beta.11 ### Patch Changes diff --git a/packages/cli/README.md b/packages/cli/README.md index fdc5f7cdb..32794eac5 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -301,7 +301,7 @@ DESCRIPTION get a specific app or a list of apps ``` -_See code: [src/commands/apps.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/apps.ts)_ +_See code: [src/commands/apps.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/apps.ts)_ ## `smartthings apps:authorize ARN` @@ -343,7 +343,7 @@ EXAMPLES It requires your machine to be configured to run the AWS CLI ``` -_See code: [src/commands/apps/authorize.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/apps/authorize.ts)_ +_See code: [src/commands/apps/authorize.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/apps/authorize.ts)_ ## `smartthings apps:create` @@ -372,7 +372,7 @@ DESCRIPTION create an app ``` -_See code: [src/commands/apps/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/apps/create.ts)_ +_See code: [src/commands/apps/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/apps/create.ts)_ ## `smartthings apps:delete [ID]` @@ -395,7 +395,7 @@ DESCRIPTION delete the app ``` -_See code: [src/commands/apps/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/apps/delete.ts)_ +_See code: [src/commands/apps/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/apps/delete.ts)_ ## `smartthings apps:oauth [ID]` @@ -421,7 +421,7 @@ DESCRIPTION get OAuth information for the app ``` -_See code: [src/commands/apps/oauth.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/apps/oauth.ts)_ +_See code: [src/commands/apps/oauth.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/apps/oauth.ts)_ ## `smartthings apps:oauth:generate [ID]` @@ -450,7 +450,7 @@ DESCRIPTION regenerate the OAuth clientId and clientSecret of an app ``` -_See code: [src/commands/apps/oauth/generate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/apps/oauth/generate.ts)_ +_See code: [src/commands/apps/oauth/generate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/apps/oauth/generate.ts)_ ## `smartthings apps:oauth:update [ID]` @@ -479,7 +479,7 @@ DESCRIPTION update the OAuth settings of the app ``` -_See code: [src/commands/apps/oauth/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/apps/oauth/update.ts)_ +_See code: [src/commands/apps/oauth/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/apps/oauth/update.ts)_ ## `smartthings apps:register [ID]` @@ -502,7 +502,7 @@ DESCRIPTION send request to app target URL to confirm existence and authorize lifecycle events ``` -_See code: [src/commands/apps/register.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/apps/register.ts)_ +_See code: [src/commands/apps/register.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/apps/register.ts)_ ## `smartthings apps:settings [ID]` @@ -528,7 +528,7 @@ DESCRIPTION get the settings of the app ``` -_See code: [src/commands/apps/settings.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/apps/settings.ts)_ +_See code: [src/commands/apps/settings.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/apps/settings.ts)_ ## `smartthings apps:settings:update [ID]` @@ -557,7 +557,7 @@ DESCRIPTION update the settings of the app ``` -_See code: [src/commands/apps/settings/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/apps/settings/update.ts)_ +_See code: [src/commands/apps/settings/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/apps/settings/update.ts)_ ## `smartthings apps:update [ID]` @@ -589,7 +589,7 @@ DESCRIPTION update the settings of the app ``` -_See code: [src/commands/apps/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/apps/update.ts)_ +_See code: [src/commands/apps/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/apps/update.ts)_ ## `smartthings autocomplete [SHELL]` @@ -635,7 +635,7 @@ ARGUMENTS FLAGS -A, --all-organizations include entities from all organizations the user belongs to - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -n, --namespace= a specific namespace to query; will use all by default @@ -650,7 +650,7 @@ DESCRIPTION get a specific capability ``` -_See code: [src/commands/capabilities.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/capabilities.ts)_ +_See code: [src/commands/capabilities.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/capabilities.ts)_ ## `smartthings capabilities:create` @@ -662,7 +662,7 @@ USAGE ] [-o ] [-d] [-n ] FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -678,7 +678,7 @@ DESCRIPTION create a capability for a user ``` -_See code: [src/commands/capabilities/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/capabilities/create.ts)_ +_See code: [src/commands/capabilities/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/capabilities/create.ts)_ ## `smartthings capabilities:delete [ID] [VERSION]` @@ -693,7 +693,7 @@ ARGUMENTS VERSION the capability version FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -p, --profile= [default: default] configuration profile -t, --token= the auth token to use @@ -703,7 +703,7 @@ DESCRIPTION delete a capability ``` -_See code: [src/commands/capabilities/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/capabilities/delete.ts)_ +_See code: [src/commands/capabilities/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/capabilities/delete.ts)_ ## `smartthings capabilities:namespaces` @@ -715,7 +715,7 @@ USAGE ] FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -o, --output= specify output file @@ -728,7 +728,7 @@ DESCRIPTION list all capability namespaces currently available in a user account ``` -_See code: [src/commands/capabilities/namespaces.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/capabilities/namespaces.ts)_ +_See code: [src/commands/capabilities/namespaces.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/capabilities/namespaces.ts)_ ## `smartthings capabilities:presentation [ID] [VERSION]` @@ -744,7 +744,7 @@ ARGUMENTS VERSION the capability version FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -n, --namespace= a specific namespace to query; will use all by default @@ -758,7 +758,7 @@ DESCRIPTION get presentation information for a specific capability ``` -_See code: [src/commands/capabilities/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/capabilities/presentation.ts)_ +_See code: [src/commands/capabilities/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/capabilities/presentation.ts)_ ## `smartthings capabilities:presentation:create [ID] [VERSION]` @@ -774,7 +774,7 @@ ARGUMENTS VERSION the capability version FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -789,7 +789,7 @@ DESCRIPTION create presentation model for a capability ``` -_See code: [src/commands/capabilities/presentation/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/capabilities/presentation/create.ts)_ +_See code: [src/commands/capabilities/presentation/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/capabilities/presentation/create.ts)_ ## `smartthings capabilities:presentation:update [ID] [VERSION]` @@ -805,7 +805,7 @@ ARGUMENTS VERSION the capability version FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -820,7 +820,7 @@ DESCRIPTION update presentation information of a capability ``` -_See code: [src/commands/capabilities/presentation/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/capabilities/presentation/update.ts)_ +_See code: [src/commands/capabilities/presentation/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/capabilities/presentation/update.ts)_ ## `smartthings capabilities:translations [ID] [VERSION] [TAG]` @@ -837,7 +837,7 @@ ARGUMENTS TAG the locale tag FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -n, --namespace= a specific namespace to query; will use all by default @@ -979,7 +979,7 @@ EXAMPLES └──────────────────────────────────────┴───────────────────────┴──────────────────────────────────────────────────┘ ``` -_See code: [src/commands/capabilities/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/capabilities/translations.ts)_ +_See code: [src/commands/capabilities/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/capabilities/translations.ts)_ ## `smartthings capabilities:translations:create [ID] [VERSION]` @@ -995,7 +995,7 @@ ARGUMENTS VERSION the capability version FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -1103,7 +1103,7 @@ EXAMPLES label: Output Modulation ``` -_See code: [src/commands/capabilities/translations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/capabilities/translations/create.ts)_ +_See code: [src/commands/capabilities/translations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/capabilities/translations/create.ts)_ ## `smartthings capabilities:translations:update [ID] [VERSION]` @@ -1119,7 +1119,7 @@ ARGUMENTS VERSION the capability version FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -1227,7 +1227,7 @@ EXAMPLES label: Output Modulation ``` -_See code: [src/commands/capabilities/translations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/capabilities/translations/update.ts)_ +_See code: [src/commands/capabilities/translations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/capabilities/translations/update.ts)_ ## `smartthings capabilities:translations:upsert [ID] [VERSION]` @@ -1243,7 +1243,7 @@ ARGUMENTS VERSION the capability version FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -1351,7 +1351,7 @@ EXAMPLES label: Output Modulation ``` -_See code: [src/commands/capabilities/translations/upsert.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/capabilities/translations/upsert.ts)_ +_See code: [src/commands/capabilities/translations/upsert.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/capabilities/translations/upsert.ts)_ ## `smartthings capabilities:update [ID] [VERSION]` @@ -1367,7 +1367,7 @@ ARGUMENTS VERSION the capability version FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -1382,7 +1382,7 @@ DESCRIPTION update a capability ``` -_See code: [src/commands/capabilities/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/capabilities/update.ts)_ +_See code: [src/commands/capabilities/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/capabilities/update.ts)_ ## `smartthings config [NAME]` @@ -1407,7 +1407,7 @@ DESCRIPTION list config file entries ``` -_See code: [src/commands/config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/config.ts)_ +_See code: [src/commands/config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/config.ts)_ ## `smartthings config:reset` @@ -1428,7 +1428,7 @@ DESCRIPTION to use?" You can use this command to clear those answers. ``` -_See code: [src/commands/config/reset.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/config/reset.ts)_ +_See code: [src/commands/config/reset.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/config/reset.ts)_ ## `smartthings device-preferences [IDORINDEX]` @@ -1444,7 +1444,7 @@ ARGUMENTS FLAGS -A, --all-organizations include entities from all organizations the user belongs to - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -n, --namespace= a specific namespace to query; will use all by default @@ -1483,7 +1483,7 @@ USAGE ] [-o ] [-d] FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -1531,7 +1531,7 @@ ARGUMENTS ID the device preference id FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -1568,7 +1568,7 @@ ARGUMENTS FLAGS -A, --all-organizations include entities from all organizations the user belongs to - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -o, --output= specify output file @@ -1608,7 +1608,7 @@ USAGE ] [-o ] [-d] FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -1651,7 +1651,7 @@ ARGUMENTS ID Device profile UUID or number in the list FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -p, --profile= [default: default] configuration profile -t, --token= the auth token to use @@ -1682,7 +1682,7 @@ ARGUMENTS ID device profile id or the number in list FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -o, --output= specify output file @@ -1711,7 +1711,7 @@ ARGUMENTS ID device profile UUID or the number of the profile from list FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -o, --output= specify output file @@ -1757,7 +1757,7 @@ ARGUMENTS ID device profile id FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -o, --output= specify output file @@ -1787,7 +1787,7 @@ ARGUMENTS TAG the locale tag or number of the tag from list FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -o, --output= specify output file @@ -1919,7 +1919,7 @@ ARGUMENTS TAG the locale tag FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -p, --profile= [default: default] configuration profile -t, --token= the auth token to use @@ -1984,7 +1984,7 @@ ARGUMENTS ID UUID or the number of the profile from list FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -2080,7 +2080,7 @@ ARGUMENTS ID device profile UUID or number in the list FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -2111,7 +2111,7 @@ ARGUMENTS ID device profile UUID or the number from list FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -o, --output= specify output file @@ -2137,7 +2137,7 @@ USAGE ] [-o ] [-d] FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -2215,7 +2215,7 @@ ARGUMENTS ID device profile id FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -2300,7 +2300,7 @@ ARGUMENTS FLAGS -A, --all-organizations include entities from all organizations the user belongs to - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -n, --namespace= a specific namespace to query; will use all by default @@ -2329,7 +2329,7 @@ EXAMPLES $ smartthings devicepreferences 3 -o dp.json # write details as JSON for third preference to dp.json ``` -_See code: [src/commands/devicepreferences.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devicepreferences.ts)_ +_See code: [src/commands/devicepreferences.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devicepreferences.ts)_ ## `smartthings devicepreferences:create` @@ -2341,7 +2341,7 @@ USAGE ] [-o ] [-d] FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -2376,7 +2376,7 @@ EXAMPLES $ smartthings devicepreferences: create - i dp.json - o dp - saved.json ``` -_See code: [src/commands/devicepreferences/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devicepreferences/create.ts)_ +_See code: [src/commands/devicepreferences/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devicepreferences/create.ts)_ ## `smartthings devicepreferences:translations [PREFERENCEID] [TAG]` @@ -2392,7 +2392,7 @@ ARGUMENTS TAG the locale tag FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -o, --output= specify output file @@ -2418,7 +2418,7 @@ EXAMPLES $ smartthings devicepreferences:translations motionSensitivity ko ``` -_See code: [src/commands/devicepreferences/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devicepreferences/translations.ts)_ +_See code: [src/commands/devicepreferences/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devicepreferences/translations.ts)_ ## `smartthings devicepreferences:translations:create [PREFERENCEID]` @@ -2433,7 +2433,7 @@ ARGUMENTS PREFERENCEID device preference id or index FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -2451,7 +2451,7 @@ EXAMPLES $ smartthings devicepreferences:translations:create -i preferenceTranslation.json ``` -_See code: [src/commands/devicepreferences/translations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devicepreferences/translations/create.ts)_ +_See code: [src/commands/devicepreferences/translations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devicepreferences/translations/create.ts)_ ## `smartthings devicepreferences:translations:update [PREFERENCEID]` @@ -2466,7 +2466,7 @@ ARGUMENTS PREFERENCEID device preference id or index FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -2484,7 +2484,7 @@ EXAMPLES $ smartthings devicepreferences:translations:update -i preferenceTranslation.json ``` -_See code: [src/commands/devicepreferences/translations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devicepreferences/translations/update.ts)_ +_See code: [src/commands/devicepreferences/translations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devicepreferences/translations/update.ts)_ ## `smartthings devicepreferences:update [ID]` @@ -2499,7 +2499,7 @@ ARGUMENTS ID the device preference id FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -2522,7 +2522,7 @@ EXAMPLES $ smartthings devicepreferences:update -i dp.yaml my-preference-id # update device preference my-preference-id with data from dp.yaml ``` -_See code: [src/commands/devicepreferences/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devicepreferences/update.ts)_ +_See code: [src/commands/devicepreferences/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devicepreferences/update.ts)_ ## `smartthings deviceprofiles [ID]` @@ -2538,7 +2538,7 @@ ARGUMENTS FLAGS -A, --all-organizations include entities from all organizations the user belongs to - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -o, --output= specify output file @@ -2568,7 +2568,7 @@ EXAMPLES $ smartthings deviceprofiles 4 -j -o profile.json # write the profile to the file "profile.json" ``` -_See code: [src/commands/deviceprofiles.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/deviceprofiles.ts)_ +_See code: [src/commands/deviceprofiles.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/deviceprofiles.ts)_ ## `smartthings deviceprofiles:create` @@ -2580,7 +2580,7 @@ USAGE ] [-o ] [-d] FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -2611,7 +2611,7 @@ EXAMPLES $ smartthings deviceprofiles:create # create a device profile with interactive dialog ``` -_See code: [src/commands/deviceprofiles/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/deviceprofiles/create.ts)_ +_See code: [src/commands/deviceprofiles/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/deviceprofiles/create.ts)_ ## `smartthings deviceprofiles:delete [ID]` @@ -2625,7 +2625,7 @@ ARGUMENTS ID Device profile UUID or number in the list FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -p, --profile= [default: default] configuration profile -t, --token= the auth token to use @@ -2643,7 +2643,7 @@ EXAMPLES $ smartthings deviceprofiles:delete 5 # delete the 5th profile in the list ``` -_See code: [src/commands/deviceprofiles/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/deviceprofiles/delete.ts)_ +_See code: [src/commands/deviceprofiles/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/deviceprofiles/delete.ts)_ ## `smartthings deviceprofiles:device-config [ID]` @@ -2658,7 +2658,7 @@ ARGUMENTS ID device profile id or the number in list FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -o, --output= specify output file @@ -2674,7 +2674,7 @@ ALIASES $ smartthings device-profiles:device-config ``` -_See code: [src/commands/deviceprofiles/device-config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/deviceprofiles/device-config.ts)_ +_See code: [src/commands/deviceprofiles/device-config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/deviceprofiles/device-config.ts)_ ## `smartthings deviceprofiles:presentation [ID]` @@ -2689,7 +2689,7 @@ ARGUMENTS ID device profile UUID or the number of the profile from list FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -o, --output= specify output file @@ -2722,7 +2722,7 @@ EXAMPLES flag then no language header is specified in the API request ``` -_See code: [src/commands/deviceprofiles/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/deviceprofiles/presentation.ts)_ +_See code: [src/commands/deviceprofiles/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/deviceprofiles/presentation.ts)_ ## `smartthings deviceprofiles:publish [ID]` @@ -2737,7 +2737,7 @@ ARGUMENTS ID device profile id FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -o, --output= specify output file @@ -2753,7 +2753,7 @@ ALIASES $ smartthings device-profiles:publish ``` -_See code: [src/commands/deviceprofiles/publish.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/deviceprofiles/publish.ts)_ +_See code: [src/commands/deviceprofiles/publish.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/deviceprofiles/publish.ts)_ ## `smartthings deviceprofiles:translations [ID] [TAG]` @@ -2769,7 +2769,7 @@ ARGUMENTS TAG the locale tag or number of the tag from list FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -o, --output= specify output file @@ -2887,7 +2887,7 @@ EXAMPLES └───────────┴────────────┴───────────────────────────────┘ ``` -_See code: [src/commands/deviceprofiles/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/deviceprofiles/translations.ts)_ +_See code: [src/commands/deviceprofiles/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/deviceprofiles/translations.ts)_ ## `smartthings deviceprofiles:translations:delete [ID] [TAG]` @@ -2903,7 +2903,7 @@ ARGUMENTS TAG the locale tag FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -p, --profile= [default: default] configuration profile -t, --token= the auth token to use @@ -2955,7 +2955,7 @@ EXAMPLES Device profile "3acbf2fc-6be2-4be0-aeb5-44759cbd66c2" translation "en" deleted ``` -_See code: [src/commands/deviceprofiles/translations/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/deviceprofiles/translations/delete.ts)_ +_See code: [src/commands/deviceprofiles/translations/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/deviceprofiles/translations/delete.ts)_ ## `smartthings deviceprofiles:translations:upsert [ID]` @@ -2970,7 +2970,7 @@ ARGUMENTS ID UUID or the number of the profile from list FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -3053,7 +3053,7 @@ EXAMPLES description: Switchable outlet 1 power ``` -_See code: [src/commands/deviceprofiles/translations/upsert.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/deviceprofiles/translations/upsert.ts)_ +_See code: [src/commands/deviceprofiles/translations/upsert.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/deviceprofiles/translations/upsert.ts)_ ## `smartthings deviceprofiles:update [ID]` @@ -3068,7 +3068,7 @@ ARGUMENTS ID device profile UUID or number in the list FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -3086,7 +3086,7 @@ ALIASES $ smartthings device-profiles:update ``` -_See code: [src/commands/deviceprofiles/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/deviceprofiles/update.ts)_ +_See code: [src/commands/deviceprofiles/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/deviceprofiles/update.ts)_ ## `smartthings deviceprofiles:view [ID]` @@ -3101,7 +3101,7 @@ ARGUMENTS ID device profile UUID or the number from list FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -o, --output= specify output file @@ -3117,7 +3117,7 @@ ALIASES $ smartthings device-profiles:view ``` -_See code: [src/commands/deviceprofiles/view.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/deviceprofiles/view.ts)_ +_See code: [src/commands/deviceprofiles/view.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/deviceprofiles/view.ts)_ ## `smartthings deviceprofiles:view:create` @@ -3129,7 +3129,7 @@ USAGE ] [-o ] [-d] FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -3194,7 +3194,7 @@ EXAMPLES - capability: switch ``` -_See code: [src/commands/deviceprofiles/view/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/deviceprofiles/view/create.ts)_ +_See code: [src/commands/deviceprofiles/view/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/deviceprofiles/view/create.ts)_ ## `smartthings deviceprofiles:view:update [ID]` @@ -3209,7 +3209,7 @@ ARGUMENTS ID device profile id FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -d, --dry-run produce JSON but don't actually submit -h, --help Show CLI help. -i, --input= specify input file @@ -3280,7 +3280,7 @@ EXAMPLES - capability: switch ``` -_See code: [src/commands/deviceprofiles/view/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/deviceprofiles/view/update.ts)_ +_See code: [src/commands/deviceprofiles/view/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/deviceprofiles/view/update.ts)_ ## `smartthings devices [ID]` @@ -3319,7 +3319,7 @@ DESCRIPTION list all devices available in a user account or retrieve a single device ``` -_See code: [src/commands/devices.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devices.ts)_ +_See code: [src/commands/devices.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devices.ts)_ ## `smartthings devices:capability-status [ID] [COMPONENT] [CAPABILITY]` @@ -3348,7 +3348,7 @@ DESCRIPTION get the current status of all of a device capability's attributes ``` -_See code: [src/commands/devices/capability-status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devices/capability-status.ts)_ +_See code: [src/commands/devices/capability-status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devices/capability-status.ts)_ ## `smartthings devices:commands [ID] [COMMAND]` @@ -3385,7 +3385,7 @@ EXAMPLES $ smartthings devices:commands 00000000-0000-0000-0000-000000000000 'switchLevel:setLevel(50)' ``` -_See code: [src/commands/devices/commands.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devices/commands.ts)_ +_See code: [src/commands/devices/commands.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devices/commands.ts)_ ## `smartthings devices:component-status [ID] [COMPONENT]` @@ -3413,7 +3413,7 @@ DESCRIPTION get the current status of a device component's attributes ``` -_See code: [src/commands/devices/component-status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devices/component-status.ts)_ +_See code: [src/commands/devices/component-status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devices/component-status.ts)_ ## `smartthings devices:delete [ID]` @@ -3436,7 +3436,7 @@ DESCRIPTION delete a device ``` -_See code: [src/commands/devices/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devices/delete.ts)_ +_See code: [src/commands/devices/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devices/delete.ts)_ ## `smartthings devices:health [ID]` @@ -3462,7 +3462,7 @@ DESCRIPTION get the current health status of a device ``` -_See code: [src/commands/devices/health.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devices/health.ts)_ +_See code: [src/commands/devices/health.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devices/health.ts)_ ## `smartthings devices:preferences [ID]` @@ -3488,7 +3488,7 @@ DESCRIPTION get the current preferences of a device ``` -_See code: [src/commands/devices/preferences.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devices/preferences.ts)_ +_See code: [src/commands/devices/preferences.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devices/preferences.ts)_ ## `smartthings devices:presentation [ID]` @@ -3514,7 +3514,7 @@ DESCRIPTION get a device presentation ``` -_See code: [src/commands/devices/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devices/presentation.ts)_ +_See code: [src/commands/devices/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devices/presentation.ts)_ ## `smartthings devices:rename [ID] [LABEL]` @@ -3542,7 +3542,7 @@ DESCRIPTION rename a device ``` -_See code: [src/commands/devices/rename.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devices/rename.ts)_ +_See code: [src/commands/devices/rename.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devices/rename.ts)_ ## `smartthings devices:status [ID]` @@ -3568,7 +3568,7 @@ DESCRIPTION get the current status of all of a device's component's attributes ``` -_See code: [src/commands/devices/status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devices/status.ts)_ +_See code: [src/commands/devices/status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devices/status.ts)_ ## `smartthings devices:update [ID]` @@ -3597,7 +3597,7 @@ DESCRIPTION update a device's label and room ``` -_See code: [src/commands/devices/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/devices/update.ts)_ +_See code: [src/commands/devices/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/devices/update.ts)_ ## `smartthings edge:channels [IDORINDEX]` @@ -4670,7 +4670,7 @@ DESCRIPTION get a specific app or a list of apps ``` -_See code: [src/commands/installedapps.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/installedapps.ts)_ +_See code: [src/commands/installedapps.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/installedapps.ts)_ ## `smartthings installedapps:delete [ID]` @@ -4695,7 +4695,7 @@ DESCRIPTION delete the installed app instance ``` -_See code: [src/commands/installedapps/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/installedapps/delete.ts)_ +_See code: [src/commands/installedapps/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/installedapps/delete.ts)_ ## `smartthings installedapps:rename [ID] [NAME]` @@ -4725,7 +4725,7 @@ DESCRIPTION renamed an installed app instance ``` -_See code: [src/commands/installedapps/rename.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/installedapps/rename.ts)_ +_See code: [src/commands/installedapps/rename.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/installedapps/rename.ts)_ ## `smartthings installedschema [ID]` @@ -4754,7 +4754,7 @@ DESCRIPTION get a specific schema connector instance or a list of instances ``` -_See code: [src/commands/installedschema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/installedschema.ts)_ +_See code: [src/commands/installedschema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/installedschema.ts)_ ## `smartthings installedschema:delete [ID]` @@ -4779,7 +4779,7 @@ DESCRIPTION delete the installed schema connector instance ``` -_See code: [src/commands/installedschema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/installedschema/delete.ts)_ +_See code: [src/commands/installedschema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/installedschema/delete.ts)_ ## `smartthings locations [IDORINDEX]` @@ -4805,7 +4805,7 @@ DESCRIPTION list locations or get information for a specific Location ``` -_See code: [src/commands/locations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/locations.ts)_ +_See code: [src/commands/locations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/locations.ts)_ ## `smartthings locations:create` @@ -4831,7 +4831,7 @@ DESCRIPTION create a Location for a user ``` -_See code: [src/commands/locations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/locations/create.ts)_ +_See code: [src/commands/locations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/locations/create.ts)_ ## `smartthings locations:delete [ID]` @@ -4859,7 +4859,7 @@ EXAMPLES $ smartthings locations:delete my-location-id # delete the location with the specified id ``` -_See code: [src/commands/locations/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/locations/delete.ts)_ +_See code: [src/commands/locations/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/locations/delete.ts)_ ## `smartthings locations:rooms [IDORINDEX]` @@ -4891,7 +4891,7 @@ ALIASES $ smartthings rooms ``` -_See code: [src/commands/locations/rooms.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/locations/rooms.ts)_ +_See code: [src/commands/locations/rooms.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/locations/rooms.ts)_ ## `smartthings locations:rooms:create` @@ -4921,7 +4921,7 @@ ALIASES $ smartthings rooms:create ``` -_See code: [src/commands/locations/rooms/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/locations/rooms/create.ts)_ +_See code: [src/commands/locations/rooms/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/locations/rooms/create.ts)_ ## `smartthings locations:rooms:delete [ID]` @@ -4948,7 +4948,7 @@ ALIASES $ smartthings rooms:delete ``` -_See code: [src/commands/locations/rooms/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/locations/rooms/delete.ts)_ +_See code: [src/commands/locations/rooms/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/locations/rooms/delete.ts)_ ## `smartthings locations:rooms:update [ID]` @@ -4981,7 +4981,7 @@ ALIASES $ smartthings rooms:update ``` -_See code: [src/commands/locations/rooms/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/locations/rooms/update.ts)_ +_See code: [src/commands/locations/rooms/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/locations/rooms/update.ts)_ ## `smartthings locations:update [ID]` @@ -5010,7 +5010,7 @@ DESCRIPTION update a location ``` -_See code: [src/commands/locations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/locations/update.ts)_ +_See code: [src/commands/locations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/locations/update.ts)_ ## `smartthings logout` @@ -5025,7 +5025,7 @@ FLAGS --language= ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/logout.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/logout.ts)_ +_See code: [src/commands/logout.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/logout.ts)_ ## `smartthings organizations [ID]` @@ -5051,7 +5051,7 @@ DESCRIPTION list all organizations the user belongs to ``` -_See code: [src/commands/organizations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/organizations.ts)_ +_See code: [src/commands/organizations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/organizations.ts)_ ## `smartthings organizations:current` @@ -5063,7 +5063,7 @@ USAGE ] FLAGS - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -h, --help Show CLI help. -j, --json use JSON format of input and/or output -o, --output= specify output file @@ -5076,7 +5076,7 @@ DESCRIPTION return the currently active organization ``` -_See code: [src/commands/organizations/current.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/organizations/current.ts)_ +_See code: [src/commands/organizations/current.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/organizations/current.ts)_ ## `smartthings plugins` @@ -5363,7 +5363,7 @@ EXAMPLES flag then no language header is specified in the API request ``` -_See code: [src/commands/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/presentation.ts)_ +_See code: [src/commands/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/presentation.ts)_ ## `smartthings presentation:device-config PRESENTATIONID [MANUFACTURERNAME]` @@ -5391,7 +5391,7 @@ DESCRIPTION query device config by presentationId ``` -_See code: [src/commands/presentation/device-config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/presentation/device-config.ts)_ +_See code: [src/commands/presentation/device-config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/presentation/device-config.ts)_ ## `smartthings presentation:device-config:create` @@ -5417,7 +5417,7 @@ DESCRIPTION create a device config ``` -_See code: [src/commands/presentation/device-config/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/presentation/device-config/create.ts)_ +_See code: [src/commands/presentation/device-config/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/presentation/device-config/create.ts)_ ## `smartthings presentation:device-config:generate ID` @@ -5447,7 +5447,7 @@ DESCRIPTION generate the default device configuration ``` -_See code: [src/commands/presentation/device-config/generate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/presentation/device-config/generate.ts)_ +_See code: [src/commands/presentation/device-config/generate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/presentation/device-config/generate.ts)_ ## `smartthings rooms [IDORINDEX]` @@ -5589,7 +5589,7 @@ DESCRIPTION get a specific rule ``` -_See code: [src/commands/rules.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/rules.ts)_ +_See code: [src/commands/rules.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/rules.ts)_ ## `smartthings rules:create` @@ -5616,7 +5616,7 @@ DESCRIPTION create a rule ``` -_See code: [src/commands/rules/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/rules/create.ts)_ +_See code: [src/commands/rules/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/rules/create.ts)_ ## `smartthings rules:delete [ID]` @@ -5640,7 +5640,7 @@ DESCRIPTION delete a rule ``` -_See code: [src/commands/rules/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/rules/delete.ts)_ +_See code: [src/commands/rules/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/rules/delete.ts)_ ## `smartthings rules:execute [ID]` @@ -5679,7 +5679,7 @@ EXAMPLES $ smartthings rules:execute 699c7308-8c72-4363-9571-880d0f5cc725 ``` -_See code: [src/commands/rules/execute.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/rules/execute.ts)_ +_See code: [src/commands/rules/execute.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/rules/execute.ts)_ ## `smartthings rules:update [ID]` @@ -5709,7 +5709,7 @@ DESCRIPTION update a rule ``` -_See code: [src/commands/rules/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/rules/update.ts)_ +_See code: [src/commands/rules/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/rules/update.ts)_ ## `smartthings scenes [IDORINDEX]` @@ -5737,7 +5737,7 @@ DESCRIPTION list scenes or get information for a specific scene ``` -_See code: [src/commands/scenes.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/scenes.ts)_ +_See code: [src/commands/scenes.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/scenes.ts)_ ## `smartthings scenes:execute [ID]` @@ -5774,7 +5774,7 @@ EXAMPLES $ smartthings scenes:execute 699c7308-8c72-4363-9571-880d0f5cc725 ``` -_See code: [src/commands/scenes/execute.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/scenes/execute.ts)_ +_See code: [src/commands/scenes/execute.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/scenes/execute.ts)_ ## `smartthings schema [ID]` @@ -5801,7 +5801,7 @@ DESCRIPTION list all ST Schema Apps currently available in a user account ``` -_See code: [src/commands/schema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/schema.ts)_ +_See code: [src/commands/schema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/schema.ts)_ ## `smartthings schema:authorize ARN` @@ -5843,7 +5843,7 @@ EXAMPLES It requires your machine to be configured to run the AWS CLI ``` -_See code: [src/commands/schema/authorize.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/schema/authorize.ts)_ +_See code: [src/commands/schema/authorize.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/schema/authorize.ts)_ ## `smartthings schema:create` @@ -5872,7 +5872,7 @@ DESCRIPTION create an ST Schema connector ``` -_See code: [src/commands/schema/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/schema/create.ts)_ +_See code: [src/commands/schema/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/schema/create.ts)_ ## `smartthings schema:delete [ID]` @@ -5895,7 +5895,7 @@ DESCRIPTION delete the ST Schema connector ``` -_See code: [src/commands/schema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/schema/delete.ts)_ +_See code: [src/commands/schema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/schema/delete.ts)_ ## `smartthings schema:regenerate [ID]` @@ -5922,7 +5922,7 @@ DESCRIPTION may affect existing installations. ``` -_See code: [src/commands/schema/regenerate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/schema/regenerate.ts)_ +_See code: [src/commands/schema/regenerate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/schema/regenerate.ts)_ ## `smartthings schema:update [ID]` @@ -5952,7 +5952,7 @@ DESCRIPTION update an ST Schema connector ``` -_See code: [src/commands/schema/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/schema/update.ts)_ +_See code: [src/commands/schema/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/schema/update.ts)_ ## `smartthings virtualdevices [ID]` @@ -5982,7 +5982,7 @@ DESCRIPTION list all virtual devices available in a user account or retrieve a single device ``` -_See code: [src/commands/virtualdevices.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/virtualdevices.ts)_ +_See code: [src/commands/virtualdevices.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/virtualdevices.ts)_ ## `smartthings virtualdevices:create` @@ -5995,7 +5995,7 @@ USAGE FLAGS -N, --name= name of the device to be created - -O, --organization= The organization ID to use for this command + -O, --organization= the organization ID to use for this command -P, --device-profile-id= the device profile ID -R, --room-id= the room to put the device into -d, --dry-run produce JSON but don't actually submit @@ -6033,7 +6033,7 @@ EXAMPLES $ smartthings virtualdevices:create -f profile.yml # using a device profile and prompting for the remaining values ``` -_See code: [src/commands/virtualdevices/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/virtualdevices/create.ts)_ +_See code: [src/commands/virtualdevices/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/virtualdevices/create.ts)_ ## `smartthings virtualdevices:create-standard` @@ -6080,7 +6080,7 @@ EXAMPLES > --room-id=c7266cb7-7dcc-4958-8bc4-4288f5b50e1b ``` -_See code: [src/commands/virtualdevices/create-standard.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/virtualdevices/create-standard.ts)_ +_See code: [src/commands/virtualdevices/create-standard.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/virtualdevices/create-standard.ts)_ ## `smartthings virtualdevices:delete [ID]` @@ -6103,7 +6103,7 @@ DESCRIPTION delete a virtual device ``` -_See code: [src/commands/virtualdevices/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/virtualdevices/delete.ts)_ +_See code: [src/commands/virtualdevices/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/virtualdevices/delete.ts)_ ## `smartthings virtualdevices:events [ID] [NAME] [VALUE] [UNIT]` @@ -6147,7 +6147,7 @@ EXAMPLES $ smartthings virtualdevices:events temperatureMeasurement:temperature 22.5 C # command line input ``` -_See code: [src/commands/virtualdevices/events.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/virtualdevices/events.ts)_ +_See code: [src/commands/virtualdevices/events.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/virtualdevices/events.ts)_ ## `smartthings virtualdevices:update [ID]` @@ -6176,7 +6176,7 @@ DESCRIPTION update a virtual device's label and room ``` -_See code: [src/commands/virtualdevices/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.11/packages/cli/src/commands/virtualdevices/update.ts)_ +_See code: [src/commands/virtualdevices/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.0.0-beta.12/packages/cli/src/commands/virtualdevices/update.ts)_ # Configuration and Logging diff --git a/packages/cli/package.json b/packages/cli/package.json index 300561b44..4205c0ca9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/cli", - "version": "1.0.0-beta.11", + "version": "1.0.0-beta.12", "description": "Command Line Interface for the SmartThings APIs", "author": "SmartThings, Inc.", "bin": { @@ -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.11", + "@smartthings/cli-lib": "^1.0.0-beta.12", "@smartthings/core-sdk": "^5.1.0", "@smartthings/plugin-cli-edge": "^1.14.1", "aws-sdk": "^2.1175.0", @@ -79,7 +79,7 @@ "log4js": "^6.6.0" }, "devDependencies": { - "@smartthings/cli-testlib": "^1.0.0-beta.6", + "@smartthings/cli-testlib": "^1.0.0-beta.7", "@types/inquirer": "^8.2.1", "@types/jest": "^28.1.5", "@types/js-yaml": "^4.0.5", diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index 3d4353791..e45b67e0a 100644 --- a/packages/lib/CHANGELOG.md +++ b/packages/lib/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 1.0.0-beta.12 + +### Patch Changes + +- [#361](https://github.com/SmartThingsCommunity/smartthings-cli/pull/361) [`688082f`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/688082fe6d0e12e0e510b5c238de61b46bfddc08) Thanks [@bflorian](https://github.com/bflorian)! - Add userEmail field to ST Schema apps + +* [#360](https://github.com/SmartThingsCommunity/smartthings-cli/pull/360) [`47b27d2`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/47b27d2e2d74324a199302f6709ef698599a984c) Thanks [@rossiam](https://github.com/rossiam)! - refactor handling of headers on initialization + +- [#367](https://github.com/SmartThingsCommunity/smartthings-cli/pull/367) [`22b9a78`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/22b9a78570d44e4df8adfd265c95148c2e29256b) Thanks [@john-u](https://github.com/john-u)! - pin dependency to resolve timeout error + ## 1.0.0-beta.11 ### Patch Changes diff --git a/packages/lib/package.json b/packages/lib/package.json index f5df7d70b..11f7a2861 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/cli-lib", - "version": "1.0.0-beta.11", + "version": "1.0.0-beta.12", "description": "SmartThings CLI utility library", "author": "SmartThings, Inc.", "bugs": { diff --git a/packages/testlib/CHANGELOG.md b/packages/testlib/CHANGELOG.md index 3dee17c82..05973919a 100644 --- a/packages/testlib/CHANGELOG.md +++ b/packages/testlib/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.0.0-beta.7 + +### Patch Changes + +- [#360](https://github.com/SmartThingsCommunity/smartthings-cli/pull/360) [`47b27d2`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/47b27d2e2d74324a199302f6709ef698599a984c) Thanks [@rossiam](https://github.com/rossiam)! - refactor handling of headers on initialization + +- Updated dependencies [[`688082f`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/688082fe6d0e12e0e510b5c238de61b46bfddc08), [`47b27d2`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/47b27d2e2d74324a199302f6709ef698599a984c), [`22b9a78`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/22b9a78570d44e4df8adfd265c95148c2e29256b)]: + - @smartthings/cli-lib@1.0.0-beta.12 + ## 1.0.0-beta.6 ### Patch Changes diff --git a/packages/testlib/package.json b/packages/testlib/package.json index e9d1246ab..854f2ed5b 100644 --- a/packages/testlib/package.json +++ b/packages/testlib/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/cli-testlib", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "description": "SmartThings CLI testing utility methods library", "author": "SmartThings, Inc.", "bugs": { @@ -28,7 +28,7 @@ "directory": "packages/testlib" }, "dependencies": { - "@smartthings/cli-lib": "^1.0.0-beta.10", + "@smartthings/cli-lib": "^1.0.0-beta.12", "@smartthings/core-sdk": "^5.1.0" }, "devDependencies": {