diff --git a/.changeset/green-mangos-pretend.md b/.changeset/green-mangos-pretend.md deleted file mode 100644 index 034f6571..00000000 --- a/.changeset/green-mangos-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smartthings/cli": minor ---- - -add support for listing Schema apps by organization diff --git a/package-lock.json b/package-lock.json index c4337f75..c2ff53d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20024,7 +20024,7 @@ }, "packages/cli": { "name": "@smartthings/cli", - "version": "1.8.2", + "version": "1.9.0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-lambda": "^3.329.0", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d9db5295..b85119a2 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.9.0 + +### Minor Changes + +- [#612](https://github.com/SmartThingsCommunity/smartthings-cli/pull/612) [`77976d2`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/77976d2389daad278048c66d2c231428c4faabd9) Thanks [@rossiam](https://github.com/rossiam)! - add support for listing Schema apps by organization + ## 1.8.2 ### Patch Changes diff --git a/packages/cli/README.md b/packages/cli/README.md index d46d8512..0640c651 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -321,7 +321,7 @@ EXAMPLES $ smartthings apps --type API_ONLY ``` -_See code: [src/commands/apps.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/apps.ts)_ +_See code: [src/commands/apps.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/apps.ts)_ ## `smartthings apps:authorize ARN` @@ -359,7 +359,7 @@ EXAMPLES $ smartthings apps:authorize arn:aws:lambda:us-east-1:1234567890:function:your-test-app ``` -_See code: [src/commands/apps/authorize.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/apps/authorize.ts)_ +_See code: [src/commands/apps/authorize.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/apps/authorize.ts)_ ## `smartthings apps:create` @@ -408,7 +408,7 @@ EXAMPLES $ smartthings apps:create -i my-app.json --authorize ``` -_See code: [src/commands/apps/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/apps/create.ts)_ +_See code: [src/commands/apps/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/apps/create.ts)_ ## `smartthings apps:delete [ID]` @@ -444,7 +444,7 @@ EXAMPLES $ smartthings apps:delete 5dfd6626-ab1d-42da-bb76-90def3153998 ``` -_See code: [src/commands/apps/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/apps/delete.ts)_ +_See code: [src/commands/apps/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/apps/delete.ts)_ ## `smartthings apps:oauth [ID]` @@ -487,7 +487,7 @@ EXAMPLES $ smartthings apps:oauth 392bcb11-e251-44f3-b58b-17f93015f3aa ``` -_See code: [src/commands/apps/oauth.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/apps/oauth.ts)_ +_See code: [src/commands/apps/oauth.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/apps/oauth.ts)_ ## `smartthings apps:oauth:generate [ID]` @@ -527,7 +527,7 @@ EXAMPLES $ smartthings apps:oauth:generate 392bcb11-e251-44f3-b58b-17f93015f3aa ``` -_See code: [src/commands/apps/oauth/generate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/apps/oauth/generate.ts)_ ## `smartthings apps:oauth:update [ID]` @@ -575,7 +575,7 @@ EXAMPLES $ smartthings apps:oauth:update 392bcb11-e251-44f3-b58b-17f93015f3aa -i oauth-settings.json ``` -_See code: [src/commands/apps/oauth/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/apps/oauth/update.ts)_ ## `smartthings apps:register [ID]` @@ -607,7 +607,7 @@ EXAMPLES $ smartthings apps:register 392bcb11-e251-44f3-b58b-17f93015f3aa ``` -_See code: [src/commands/apps/register.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/apps/register.ts)_ +_See code: [src/commands/apps/register.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/apps/register.ts)_ ## `smartthings apps:settings [ID]` @@ -650,7 +650,7 @@ EXAMPLES $ smartthings apps:settings 3 ``` -_See code: [src/commands/apps/settings.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/apps/settings.ts)_ +_See code: [src/commands/apps/settings.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/apps/settings.ts)_ ## `smartthings apps:settings:update [ID]` @@ -694,7 +694,7 @@ EXAMPLES $ smartthings apps:settings:update -i app-settings.json ``` -_See code: [src/commands/apps/settings/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/apps/settings/update.ts)_ ## `smartthings apps:update [ID]` @@ -752,7 +752,7 @@ EXAMPLES $ smartthings apps:update 392bcb11-e251-44f3-b58b-17f93015f3aa -i my-app.json --authorize ``` -_See code: [src/commands/apps/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/apps/update.ts)_ +_See code: [src/commands/apps/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/apps/update.ts)_ ## `smartthings autocomplete [SHELL]` @@ -821,7 +821,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getCapability ``` -_See code: [src/commands/capabilities.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/capabilities.ts)_ +_See code: [src/commands/capabilities.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/capabilities.ts)_ ## `smartthings capabilities:create` @@ -855,7 +855,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/createCapability ``` -_See code: [src/commands/capabilities/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/capabilities/create.ts)_ +_See code: [src/commands/capabilities/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/capabilities/create.ts)_ ## `smartthings capabilities:delete [ID] [VERSION]` @@ -886,7 +886,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteCapability ``` -_See code: [src/commands/capabilities/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/capabilities/delete.ts)_ +_See code: [src/commands/capabilities/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/capabilities/delete.ts)_ ## `smartthings capabilities:namespaces` @@ -913,7 +913,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.8.2/packages/cli/src/commands/capabilities/namespaces.ts)_ +_See code: [src/commands/capabilities/namespaces.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/capabilities/namespaces.ts)_ ## `smartthings capabilities:presentation [ID] [VERSION]` @@ -949,7 +949,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getCapabilityPresentation ``` -_See code: [src/commands/capabilities/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/capabilities/presentation.ts)_ +_See code: [src/commands/capabilities/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/capabilities/presentation.ts)_ ## `smartthings capabilities:presentation:create [ID] [VERSION]` @@ -986,7 +986,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/createCustomCapabilityPresentation ``` -_See code: [src/commands/capabilities/presentation/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/capabilities/presentation/create.ts)_ ## `smartthings capabilities:presentation:update [ID] [VERSION]` @@ -1023,7 +1023,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateCustomCapabilityPresentation ``` -_See code: [src/commands/capabilities/presentation/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/capabilities/presentation/update.ts)_ ## `smartthings capabilities:translations [ID] [VERSION] [TAG]` @@ -1130,7 +1130,7 @@ EXAMPLES └──────────────────────────────────────┴───────────────────────┴──────────────────────────────────────────────────┘ ``` -_See code: [src/commands/capabilities/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/capabilities/translations.ts)_ +_See code: [src/commands/capabilities/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/capabilities/translations.ts)_ ## `smartthings capabilities:translations:create [ID] [VERSION]` @@ -1219,7 +1219,7 @@ EXAMPLES label: Output Modulation ``` -_See code: [src/commands/capabilities/translations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/capabilities/translations/create.ts)_ ## `smartthings capabilities:translations:update [ID] [VERSION]` @@ -1308,7 +1308,7 @@ EXAMPLES label: Output Modulation ``` -_See code: [src/commands/capabilities/translations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/capabilities/translations/update.ts)_ ## `smartthings capabilities:translations:upsert [ID] [VERSION]` @@ -1398,7 +1398,7 @@ EXAMPLES label: Output Modulation ``` -_See code: [src/commands/capabilities/translations/upsert.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/capabilities/translations/upsert.ts)_ ## `smartthings capabilities:update [ID] [VERSION]` @@ -1435,7 +1435,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateCapability ``` -_See code: [src/commands/capabilities/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/capabilities/update.ts)_ +_See code: [src/commands/capabilities/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/capabilities/update.ts)_ ## `smartthings config [NAME]` @@ -1462,7 +1462,7 @@ DESCRIPTION list config file entries ``` -_See code: [src/commands/config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/config.ts)_ +_See code: [src/commands/config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/config.ts)_ ## `smartthings config:reset` @@ -1483,7 +1483,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.8.2/packages/cli/src/commands/config/reset.ts)_ +_See code: [src/commands/config/reset.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/config/reset.ts)_ ## `smartthings devicepreferences [IDORINDEX]` @@ -1542,7 +1542,7 @@ EXAMPLES $ smartthings devicepreferences 3 -o dp.json ``` -_See code: [src/commands/devicepreferences.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/devicepreferences.ts)_ +_See code: [src/commands/devicepreferences.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/devicepreferences.ts)_ ## `smartthings devicepreferences:create` @@ -1592,7 +1592,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.8.2/packages/cli/src/commands/devicepreferences/create.ts)_ +_See code: [src/commands/devicepreferences/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/devicepreferences/create.ts)_ ## `smartthings devicepreferences:translations [PREFERENCEID] [TAG]` @@ -1636,7 +1636,7 @@ EXAMPLES $ smartthings devicepreferences:translations motionSensitivity ko ``` -_See code: [src/commands/devicepreferences/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/devicepreferences/translations.ts)_ +_See code: [src/commands/devicepreferences/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/devicepreferences/translations.ts)_ ## `smartthings devicepreferences:translations:create [PREFERENCEID]` @@ -1673,7 +1673,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.8.2/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.9.0/packages/cli/src/commands/devicepreferences/translations/create.ts)_ ## `smartthings devicepreferences:translations:update [PREFERENCEID]` @@ -1710,7 +1710,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.8.2/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.9.0/packages/cli/src/commands/devicepreferences/translations/update.ts)_ ## `smartthings devicepreferences:update [ID]` @@ -1755,7 +1755,7 @@ EXAMPLES $ smartthings devicepreferences:update -i dp.yaml motionSensitivity ``` -_See code: [src/commands/devicepreferences/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/devicepreferences/update.ts)_ +_See code: [src/commands/devicepreferences/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/devicepreferences/update.ts)_ ## `smartthings deviceprofiles [ID]` @@ -1805,7 +1805,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.8.2/packages/cli/src/commands/deviceprofiles.ts)_ +_See code: [src/commands/deviceprofiles.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/deviceprofiles.ts)_ ## `smartthings deviceprofiles:create` @@ -1848,7 +1848,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.8.2/packages/cli/src/commands/deviceprofiles/create.ts)_ +_See code: [src/commands/deviceprofiles/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/deviceprofiles/create.ts)_ ## `smartthings deviceprofiles:delete [ID]` @@ -1883,7 +1883,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.8.2/packages/cli/src/commands/deviceprofiles/delete.ts)_ +_See code: [src/commands/deviceprofiles/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/deviceprofiles/delete.ts)_ ## `smartthings deviceprofiles:device-config [ID]` @@ -1918,7 +1918,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDeviceConfiguration ``` -_See code: [src/commands/deviceprofiles/device-config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/deviceprofiles/device-config.ts)_ ## `smartthings deviceprofiles:presentation [ID]` @@ -1970,7 +1970,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.8.2/packages/cli/src/commands/deviceprofiles/presentation.ts)_ +_See code: [src/commands/deviceprofiles/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/deviceprofiles/presentation.ts)_ ## `smartthings deviceprofiles:publish [ID]` @@ -2000,7 +2000,7 @@ DESCRIPTION publish a device profile (published profiles cannot be modified) ``` -_See code: [src/commands/deviceprofiles/publish.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/deviceprofiles/publish.ts)_ +_See code: [src/commands/deviceprofiles/publish.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/deviceprofiles/publish.ts)_ ## `smartthings deviceprofiles:translations [ID] [TAG]` @@ -2133,7 +2133,7 @@ EXAMPLES └───────────┴────────────┴───────────────────────────────┘ ``` -_See code: [src/commands/deviceprofiles/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/deviceprofiles/translations.ts)_ +_See code: [src/commands/deviceprofiles/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/deviceprofiles/translations.ts)_ ## `smartthings deviceprofiles:translations:delete [ID] [TAG]` @@ -2200,7 +2200,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.8.2/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.9.0/packages/cli/src/commands/deviceprofiles/translations/delete.ts)_ ## `smartthings deviceprofiles:translations:upsert [ID]` @@ -2297,7 +2297,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.8.2/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.9.0/packages/cli/src/commands/deviceprofiles/translations/upsert.ts)_ ## `smartthings deviceprofiles:update [ID]` @@ -2333,7 +2333,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateDeviceProfile ``` -_See code: [src/commands/deviceprofiles/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/deviceprofiles/update.ts)_ +_See code: [src/commands/deviceprofiles/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/deviceprofiles/update.ts)_ ## `smartthings deviceprofiles:view [ID]` @@ -2367,7 +2367,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDeviceProfile, getDeviceConfiguration ``` -_See code: [src/commands/deviceprofiles/view.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/deviceprofiles/view.ts)_ +_See code: [src/commands/deviceprofiles/view.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/deviceprofiles/view.ts)_ ## `smartthings deviceprofiles:view:create` @@ -2447,7 +2447,7 @@ EXAMPLES - capability: switch ``` -_See code: [src/commands/deviceprofiles/view/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/deviceprofiles/view/create.ts)_ ## `smartthings deviceprofiles:view:update [ID]` @@ -2534,7 +2534,7 @@ EXAMPLES - capability: switch ``` -_See code: [src/commands/deviceprofiles/view/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/deviceprofiles/view/update.ts)_ ## `smartthings devices [ID]` @@ -2582,7 +2582,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDevice ``` -_See code: [src/commands/devices.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/devices.ts)_ +_See code: [src/commands/devices.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/devices.ts)_ ## `smartthings devices:capability-status [ID] [COMPONENT] [CAPABILITY]` @@ -2615,7 +2615,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDeviceStatusByCapability ``` -_See code: [src/commands/devices/capability-status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/devices/capability-status.ts)_ ## `smartthings devices:commands [ID] [COMMAND]` @@ -2656,7 +2656,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.8.2/packages/cli/src/commands/devices/commands.ts)_ +_See code: [src/commands/devices/commands.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/devices/commands.ts)_ ## `smartthings devices:component-status [ID] [COMPONENT]` @@ -2688,7 +2688,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDeviceComponentStatus ``` -_See code: [src/commands/devices/component-status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/devices/component-status.ts)_ ## `smartthings devices:delete [ID]` @@ -2715,7 +2715,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteDevice ``` -_See code: [src/commands/devices/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/devices/delete.ts)_ +_See code: [src/commands/devices/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/devices/delete.ts)_ ## `smartthings devices:health [ID]` @@ -2741,7 +2741,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.8.2/packages/cli/src/commands/devices/health.ts)_ +_See code: [src/commands/devices/health.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/devices/health.ts)_ ## `smartthings devices:history [ID]` @@ -2776,7 +2776,7 @@ DESCRIPTION get device history by device ``` -_See code: [src/commands/devices/history.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/devices/history.ts)_ +_See code: [src/commands/devices/history.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/devices/history.ts)_ ## `smartthings devices:preferences [ID]` @@ -2802,7 +2802,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.8.2/packages/cli/src/commands/devices/preferences.ts)_ +_See code: [src/commands/devices/preferences.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/devices/preferences.ts)_ ## `smartthings devices:presentation [ID]` @@ -2828,7 +2828,7 @@ DESCRIPTION get a device presentation ``` -_See code: [src/commands/devices/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/devices/presentation.ts)_ +_See code: [src/commands/devices/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/devices/presentation.ts)_ ## `smartthings devices:rename [ID] [LABEL]` @@ -2860,7 +2860,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateDevice ``` -_See code: [src/commands/devices/rename.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/devices/rename.ts)_ +_See code: [src/commands/devices/rename.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/devices/rename.ts)_ ## `smartthings devices:status [ID]` @@ -2890,7 +2890,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDeviceStatus ``` -_See code: [src/commands/devices/status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/devices/status.ts)_ +_See code: [src/commands/devices/status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/devices/status.ts)_ ## `smartthings devices:update [ID]` @@ -2925,7 +2925,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateDevice ``` -_See code: [src/commands/devices/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/devices/update.ts)_ +_See code: [src/commands/devices/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/devices/update.ts)_ ## `smartthings edge:channels [IDORINDEX]` @@ -3977,7 +3977,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getInstallation ``` -_See code: [src/commands/installedapps.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/installedapps.ts)_ +_See code: [src/commands/installedapps.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/installedapps.ts)_ ## `smartthings installedapps:delete [ID]` @@ -4008,7 +4008,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteInstallation ``` -_See code: [src/commands/installedapps/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/installedapps/delete.ts)_ +_See code: [src/commands/installedapps/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/installedapps/delete.ts)_ ## `smartthings installedapps:rename [ID] [NAME]` @@ -4040,7 +4040,7 @@ DESCRIPTION renamed an installed app instance ``` -_See code: [src/commands/installedapps/rename.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/installedapps/rename.ts)_ +_See code: [src/commands/installedapps/rename.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/installedapps/rename.ts)_ ## `smartthings installedschema [ID]` @@ -4076,7 +4076,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDevicesByIsaId ``` -_See code: [src/commands/installedschema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/installedschema.ts)_ +_See code: [src/commands/installedschema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/installedschema.ts)_ ## `smartthings installedschema:delete [ID]` @@ -4107,7 +4107,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteIsaByIsaId ``` -_See code: [src/commands/installedschema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/installedschema/delete.ts)_ +_See code: [src/commands/installedschema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/installedschema/delete.ts)_ ## `smartthings invites:schema [IDORINDEX]` @@ -4154,7 +4154,7 @@ EXAMPLES $ smartthings invites:schema 97e44afd-845f-4da1-a7b3-fd2625fc9367 ``` -_See code: [src/commands/invites/schema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/invites/schema.ts)_ +_See code: [src/commands/invites/schema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/invites/schema.ts)_ ## `smartthings invites:schema:create` @@ -4200,7 +4200,7 @@ EXAMPLES $ smartthings invites:schema:create -i invitation.json --schema-app d2e44c34-3cb1-42be-b5ba-8fbaf2922c19 ``` -_See code: [src/commands/invites/schema/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/invites/schema/create.ts)_ +_See code: [src/commands/invites/schema/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/invites/schema/create.ts)_ ## `smartthings invites:schema:delete [ID]` @@ -4239,7 +4239,7 @@ EXAMPLES $ smartthings invites:schema:delete 5dfd6626-ab1d-42da-bb76-90def3153998 ``` -_See code: [src/commands/invites/schema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/invites/schema/delete.ts)_ +_See code: [src/commands/invites/schema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/invites/schema/delete.ts)_ ## `smartthings locations [IDORINDEX]` @@ -4270,7 +4270,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getLocation ``` -_See code: [src/commands/locations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/locations.ts)_ +_See code: [src/commands/locations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/locations.ts)_ ## `smartthings locations:create` @@ -4302,7 +4302,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/createLocation ``` -_See code: [src/commands/locations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/locations/create.ts)_ +_See code: [src/commands/locations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/locations/create.ts)_ ## `smartthings locations:delete [ID]` @@ -4334,7 +4334,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.8.2/packages/cli/src/commands/locations/delete.ts)_ +_See code: [src/commands/locations/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/locations/delete.ts)_ ## `smartthings locations:history [ID]` @@ -4369,7 +4369,7 @@ DESCRIPTION get device history by location ``` -_See code: [src/commands/locations/history.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/locations/history.ts)_ +_See code: [src/commands/locations/history.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/locations/history.ts)_ ## `smartthings locations:modes [IDORINDEX]` @@ -4421,7 +4421,7 @@ EXAMPLES $ smartthings locations:modes --location=5dfd6626-ab1d-42da-bb76-90def3153998 ``` -_See code: [src/commands/locations/modes.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/locations/modes.ts)_ +_See code: [src/commands/locations/modes.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/locations/modes.ts)_ ## `smartthings locations:modes:create` @@ -4459,7 +4459,7 @@ EXAMPLES $ smartthings locations:modes:create --location=5dfd6626-ab1d-42da-bb76-90def3153998 -i=new-data.json ``` -_See code: [src/commands/locations/modes/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/locations/modes/create.ts)_ +_See code: [src/commands/locations/modes/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/locations/modes/create.ts)_ ## `smartthings locations:modes:delete [ID]` @@ -4498,7 +4498,7 @@ EXAMPLES $ smartthings locations:modes:delete 636169e4-8b9f-4438-a941-953b0d617231 ``` -_See code: [src/commands/locations/modes/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/locations/modes/delete.ts)_ +_See code: [src/commands/locations/modes/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/locations/modes/delete.ts)_ ## `smartthings locations:modes:getcurrent` @@ -4539,7 +4539,7 @@ EXAMPLES $ smartthings locations:modes:getcurrent --location=5dfd6626-ab1d-42da-bb76-90def3153998 ``` -_See code: [src/commands/locations/modes/getcurrent.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/locations/modes/getcurrent.ts)_ +_See code: [src/commands/locations/modes/getcurrent.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/locations/modes/getcurrent.ts)_ ## `smartthings locations:modes:setcurrent [ID]` @@ -4578,7 +4578,7 @@ EXAMPLES $ smartthings locations:modes:setcurrent 636169e4-8b9f-4438-a941-953b0d617231 ``` -_See code: [src/commands/locations/modes/setcurrent.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/locations/modes/setcurrent.ts)_ +_See code: [src/commands/locations/modes/setcurrent.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/locations/modes/setcurrent.ts)_ ## `smartthings locations:modes:update [ID]` @@ -4623,7 +4623,7 @@ EXAMPLES $ smartthings locations:modes:update 636169e4-8b9f-4438-a941-953b0d617231 -i=new-data.json ``` -_See code: [src/commands/locations/modes/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/locations/modes/update.ts)_ +_See code: [src/commands/locations/modes/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/locations/modes/update.ts)_ ## `smartthings locations:rooms [IDORINDEX]` @@ -4659,7 +4659,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getRoom ``` -_See code: [src/commands/locations/rooms.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/locations/rooms.ts)_ +_See code: [src/commands/locations/rooms.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/locations/rooms.ts)_ ## `smartthings locations:rooms:create` @@ -4692,7 +4692,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/createRoom ``` -_See code: [src/commands/locations/rooms/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/locations/rooms/create.ts)_ ## `smartthings locations:rooms:delete [ID]` @@ -4722,7 +4722,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteRoom ``` -_See code: [src/commands/locations/rooms/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/locations/rooms/delete.ts)_ ## `smartthings locations:rooms:update [ID]` @@ -4758,7 +4758,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateRoom ``` -_See code: [src/commands/locations/rooms/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/locations/rooms/update.ts)_ ## `smartthings locations:update [ID]` @@ -4793,7 +4793,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateLocation ``` -_See code: [src/commands/locations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/locations/update.ts)_ +_See code: [src/commands/locations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/locations/update.ts)_ ## `smartthings logout` @@ -4808,7 +4808,7 @@ COMMON 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.8.2/packages/cli/src/commands/logout.ts)_ +_See code: [src/commands/logout.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/logout.ts)_ ## `smartthings organizations [ID]` @@ -4834,7 +4834,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.8.2/packages/cli/src/commands/organizations.ts)_ +_See code: [src/commands/organizations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/organizations.ts)_ ## `smartthings organizations:current` @@ -4861,7 +4861,7 @@ DESCRIPTION return the currently active organization ``` -_See code: [src/commands/organizations/current.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/organizations/current.ts)_ +_See code: [src/commands/organizations/current.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/organizations/current.ts)_ ## `smartthings plugins` @@ -5152,7 +5152,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.8.2/packages/cli/src/commands/presentation.ts)_ +_See code: [src/commands/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/presentation.ts)_ ## `smartthings presentation:device-config PRESENTATIONID [MANUFACTURERNAME]` @@ -5184,7 +5184,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getDeviceConfiguration ``` -_See code: [src/commands/presentation/device-config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/presentation/device-config.ts)_ ## `smartthings presentation:device-config:create` @@ -5216,7 +5216,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/createDeviceConfiguration ``` -_See code: [src/commands/presentation/device-config/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/presentation/device-config/create.ts)_ ## `smartthings presentation:device-config:generate ID` @@ -5252,7 +5252,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/generateDeviceConfig ``` -_See code: [src/commands/presentation/device-config/generate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/presentation/device-config/generate.ts)_ ## `smartthings rules [IDORINDEX]` @@ -5287,7 +5287,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getRule ``` -_See code: [src/commands/rules.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/rules.ts)_ +_See code: [src/commands/rules.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/rules.ts)_ ## `smartthings rules:create` @@ -5320,7 +5320,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/createRule ``` -_See code: [src/commands/rules/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/rules/create.ts)_ +_See code: [src/commands/rules/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/rules/create.ts)_ ## `smartthings rules:delete [ID]` @@ -5350,7 +5350,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteRule ``` -_See code: [src/commands/rules/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/rules/delete.ts)_ +_See code: [src/commands/rules/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/rules/delete.ts)_ ## `smartthings rules:execute [ID]` @@ -5395,7 +5395,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.8.2/packages/cli/src/commands/rules/execute.ts)_ +_See code: [src/commands/rules/execute.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/rules/execute.ts)_ ## `smartthings rules:update [ID]` @@ -5431,7 +5431,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/updateRule ``` -_See code: [src/commands/rules/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/rules/update.ts)_ +_See code: [src/commands/rules/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/rules/update.ts)_ ## `smartthings scenes [IDORINDEX]` @@ -5465,7 +5465,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/listScenes ``` -_See code: [src/commands/scenes.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/scenes.ts)_ +_See code: [src/commands/scenes.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/scenes.ts)_ ## `smartthings scenes:execute [ID]` @@ -5506,7 +5506,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.8.2/packages/cli/src/commands/scenes/execute.ts)_ +_See code: [src/commands/scenes/execute.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/scenes/execute.ts)_ ## `smartthings schema [ID]` @@ -5543,7 +5543,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/getAppsByEndpointAppId ``` -_See code: [src/commands/schema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/schema.ts)_ +_See code: [src/commands/schema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/schema.ts)_ ## `smartthings schema:authorize ARN` @@ -5587,7 +5587,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.8.2/packages/cli/src/commands/schema/authorize.ts)_ +_See code: [src/commands/schema/authorize.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/schema/authorize.ts)_ ## `smartthings schema:create` @@ -5623,7 +5623,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/postApps ``` -_See code: [src/commands/schema/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/schema/create.ts)_ +_See code: [src/commands/schema/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/schema/create.ts)_ ## `smartthings schema:delete [ID]` @@ -5653,7 +5653,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/deleteAppsByEndpointAppId ``` -_See code: [src/commands/schema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/schema/delete.ts)_ +_See code: [src/commands/schema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/schema/delete.ts)_ ## `smartthings schema:regenerate [ID]` @@ -5689,7 +5689,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/generateStOauthCredentials ``` -_See code: [src/commands/schema/regenerate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/schema/regenerate.ts)_ +_See code: [src/commands/schema/regenerate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/schema/regenerate.ts)_ ## `smartthings schema:update [ID]` @@ -5727,7 +5727,7 @@ DESCRIPTION https://developer.smartthings.com/docs/api/public/#operation/putAppsByEndpointAppId ``` -_See code: [src/commands/schema/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/schema/update.ts)_ +_See code: [src/commands/schema/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/schema/update.ts)_ ## `smartthings virtualdevices [ID]` @@ -5759,7 +5759,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.8.2/packages/cli/src/commands/virtualdevices.ts)_ +_See code: [src/commands/virtualdevices.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/virtualdevices.ts)_ ## `smartthings virtualdevices:create` @@ -5816,7 +5816,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.8.2/packages/cli/src/commands/virtualdevices/create.ts)_ +_See code: [src/commands/virtualdevices/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/virtualdevices/create.ts)_ ## `smartthings virtualdevices:create-standard` @@ -5867,7 +5867,7 @@ EXAMPLES > --room=c7266cb7-7dcc-4958-8bc4-4288f5b50e1b ``` -_See code: [src/commands/virtualdevices/create-standard.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/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.9.0/packages/cli/src/commands/virtualdevices/create-standard.ts)_ ## `smartthings virtualdevices:delete [ID]` @@ -5890,7 +5890,7 @@ DESCRIPTION delete a virtual device ``` -_See code: [src/commands/virtualdevices/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.8.2/packages/cli/src/commands/virtualdevices/delete.ts)_ +_See code: [src/commands/virtualdevices/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/virtualdevices/delete.ts)_ ## `smartthings virtualdevices:events [ID] [NAME] [VALUE] [UNIT]` @@ -5936,7 +5936,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.8.2/packages/cli/src/commands/virtualdevices/events.ts)_ +_See code: [src/commands/virtualdevices/events.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/virtualdevices/events.ts)_ ## `smartthings virtualdevices:update [ID]` @@ -5967,7 +5967,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.8.2/packages/cli/src/commands/virtualdevices/update.ts)_ +_See code: [src/commands/virtualdevices/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.9.0/packages/cli/src/commands/virtualdevices/update.ts)_ # Configuration and Logging diff --git a/packages/cli/package.json b/packages/cli/package.json index 0512abc4..bd014207 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/cli", - "version": "1.8.2", + "version": "1.9.0", "description": "Command Line Interface for the SmartThings APIs", "author": "Samsung Electronics Co., LTD.", "bin": {