diff --git a/.github/ISSUE_TEMPLATE/bug_report_template.md b/.github/ISSUE_TEMPLATE/bug_report_template.md index f08f3dd7..00874d48 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_template.md +++ b/.github/ISSUE_TEMPLATE/bug_report_template.md @@ -20,4 +20,4 @@ A clear and concise description of what you expected to happen. A clear and concise description of what actually happens. **Additional context** -Add any other context about the problem here. +Add any other context about the problem here. Please include output of `smartthings --version`. Screenshots can be helpful too. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 26347b7e..a81ad551 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ Look at the existing issues for areas of contribution. Searching for issues labe ## More About SmartThings If you are not familiar with SmartThings, we have -[extensive on-line documentation](https://smartthings.developer.samsung.com/develop/index.html). +[extensive online documentation](https://developer-preview.smartthings.com/). To create and manage your services and devices on SmartThings, create an account in the [developer workspace](https://smartthings.developer.samsung.com/workspace/). diff --git a/packages/cli/README.md b/packages/cli/README.md index 541a282e..449f611c 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -17,9 +17,7 @@ https://www.npmjs.com/package/@oclif/dev-cli SmartThings Unified CLI ======================= -:exclamation: NOTE: This CLI is currently considered an alpha release. It has -currently has only a few specific features implemented and is a work in -progress. +:warning: :construction: This CLI is currently in beta release. Please [open an issue](https://github.com/SmartThingsCommunity/smartthings-cli/issues/new/choose) to report a bug or ask a question. * [Overview](#overview) @@ -106,8 +104,8 @@ token in a `token` key for your profile. # Commands -Commands that use the SmartThings REST API are organized in a hierarchy -that maps to that hierarchy. +Commands that use the SmartThings REST API are organized in topics +that map to the API spec. * [`smartthings apps [ID]`](#smartthings-apps-id) @@ -259,7 +257,7 @@ OPTIONS --type=type filter results by appType, WEBHOOK_SMART_APP, LAMBDA_SMART_APP, API_ONLY ``` -_See code: [src/commands/apps.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/apps.ts)_ +_See code: [src/commands/apps.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/apps.ts)_ ## `smartthings apps:authorize ARN` @@ -290,7 +288,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/v0.0.0-pre.32/packages/cli/src/commands/apps/authorize.ts)_ +_See code: [src/commands/apps/authorize.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/apps/authorize.ts)_ ## `smartthings apps:create` @@ -318,7 +316,7 @@ OPTIONS --statement-id=statement-id use this statement id instead of the default when authorizing lambda functions ``` -_See code: [src/commands/apps/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/apps/create.ts)_ +_See code: [src/commands/apps/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/apps/create.ts)_ ## `smartthings apps:delete [ID]` @@ -338,7 +336,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/apps/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/apps/delete.ts)_ +_See code: [src/commands/apps/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/apps/delete.ts)_ ## `smartthings apps:oauth [ID]` @@ -364,7 +362,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/apps/oauth.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/apps/oauth.ts)_ +_See code: [src/commands/apps/oauth.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/apps/oauth.ts)_ ## `smartthings apps:oauth:generate [ID]` @@ -392,7 +390,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/apps/oauth/generate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/apps/oauth/generate.ts)_ +_See code: [src/commands/apps/oauth/generate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/apps/oauth/generate.ts)_ ## `smartthings apps:oauth:update [ID]` @@ -420,7 +418,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/apps/oauth/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/apps/oauth/update.ts)_ +_See code: [src/commands/apps/oauth/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/apps/oauth/update.ts)_ ## `smartthings apps:register [ID]` @@ -440,7 +438,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/apps/register.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/apps/register.ts)_ +_See code: [src/commands/apps/register.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/apps/register.ts)_ ## `smartthings apps:settings [ID]` @@ -466,7 +464,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/apps/settings.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/apps/settings.ts)_ +_See code: [src/commands/apps/settings.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/apps/settings.ts)_ ## `smartthings apps:settings:update [ID]` @@ -494,7 +492,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/apps/settings/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/apps/settings/update.ts)_ +_See code: [src/commands/apps/settings/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/apps/settings/update.ts)_ ## `smartthings apps:update [ID]` @@ -525,7 +523,7 @@ OPTIONS --statement-id=statement-id use this statement id instead of the default when authorizing lambda functions ``` -_See code: [src/commands/apps/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/apps/update.ts)_ +_See code: [src/commands/apps/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/apps/update.ts)_ ## `smartthings autocomplete [SHELL]` @@ -579,7 +577,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/capabilities.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/capabilities.ts)_ +_See code: [src/commands/capabilities.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/capabilities.ts)_ ## `smartthings capabilities:create` @@ -606,7 +604,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/capabilities/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/capabilities/create.ts)_ +_See code: [src/commands/capabilities/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/capabilities/create.ts)_ ## `smartthings capabilities:delete [ID] [VERSION]` @@ -628,7 +626,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/capabilities/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/capabilities/delete.ts)_ +_See code: [src/commands/capabilities/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/capabilities/delete.ts)_ ## `smartthings capabilities:namespaces` @@ -652,7 +650,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/capabilities/namespaces.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/capabilities/namespaces.ts)_ +_See code: [src/commands/capabilities/namespaces.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/capabilities/namespaces.ts)_ ## `smartthings capabilities:presentation [ID] [VERSION]` @@ -681,7 +679,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/capabilities/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/capabilities/presentation.ts)_ +_See code: [src/commands/capabilities/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/capabilities/presentation.ts)_ ## `smartthings capabilities:presentation:create [ID] [VERSION]` @@ -711,7 +709,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/capabilities/presentation/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/capabilities/presentation/create.ts)_ +_See code: [src/commands/capabilities/presentation/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/capabilities/presentation/create.ts)_ ## `smartthings capabilities:presentation:update [ID] [VERSION]` @@ -741,7 +739,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/capabilities/presentation/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/capabilities/presentation/update.ts)_ +_See code: [src/commands/capabilities/presentation/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/capabilities/presentation/update.ts)_ ## `smartthings capabilities:translations [ID] [VERSION] [TAG]` @@ -822,15 +820,15 @@ EXAMPLES Attributes: ┌────────────────────────┬───────────────────┬────────────────────────────────┬─────────────────────────────────────── ─────────────┐ - │ Name │ Label │ Description │ Template + │ Name │ Label │ Description │ Template │ ├────────────────────────┼───────────────────┼────────────────────────────────┼─────────────────────────────────────── ─────────────┤ - │ outputModulation │ Output Modulation │ Power supply output modulation │ The {{attribute}} of {{device.label}} + │ outputModulation │ Output Modulation │ Power supply output modulation │ The {{attribute}} of {{device.label}} is {{value}} │ - │ outputModulation.50hz │ 50 Hz │ │ + │ outputModulation.50hz │ 50 Hz │ │ │ - │ outputModulation.60hz │ 60 Hz │ │ + │ outputModulation.60hz │ 60 Hz │ │ │ └────────────────────────┴───────────────────┴────────────────────────────────┴─────────────────────────────────────── ─────────────┘ @@ -844,7 +842,7 @@ EXAMPLES └──────────────────────────────────────┴───────────────────────┴──────────────────────────────────────────────────┘ ``` -_See code: [src/commands/capabilities/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/capabilities/translations.ts)_ +_See code: [src/commands/capabilities/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/capabilities/translations.ts)_ ## `smartthings capabilities:translations:create [ID] [VERSION]` @@ -874,7 +872,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale EXAMPLES - $ smartthings capabilities:translations:create custom1.outputModulation 1 -i en.yaml + $ smartthings capabilities:translations:create custom1.outputModulation 1 -i en.yaml tag: en label: Output Modulation attributes: @@ -922,7 +920,7 @@ EXAMPLES label: Output Modulation ``` -_See code: [src/commands/capabilities/translations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/capabilities/translations/create.ts)_ +_See code: [src/commands/capabilities/translations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/capabilities/translations/create.ts)_ ## `smartthings capabilities:translations:update [ID] [VERSION]` @@ -952,7 +950,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale EXAMPLES - $ smartthings capabilities:translations:update custom1.outputModulation 1 -i en.yaml + $ smartthings capabilities:translations:update custom1.outputModulation 1 -i en.yaml tag: en label: Output Modulation attributes: @@ -1000,7 +998,7 @@ EXAMPLES label: Output Modulation ``` -_See code: [src/commands/capabilities/translations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/capabilities/translations/update.ts)_ +_See code: [src/commands/capabilities/translations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/capabilities/translations/update.ts)_ ## `smartthings capabilities:translations:upsert [ID] [VERSION]` @@ -1030,7 +1028,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale EXAMPLES - $ smartthings capabilities:translations:upsert custom1.outputModulation 1 -i en.yaml + $ smartthings capabilities:translations:upsert custom1.outputModulation 1 -i en.yaml tag: en label: Output Modulation attributes: @@ -1078,7 +1076,7 @@ EXAMPLES label: Output Modulation ``` -_See code: [src/commands/capabilities/translations/upsert.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/capabilities/translations/upsert.ts)_ +_See code: [src/commands/capabilities/translations/upsert.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/capabilities/translations/upsert.ts)_ ## `smartthings capabilities:update [ID] [VERSION]` @@ -1108,7 +1106,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/capabilities/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/capabilities/update.ts)_ +_See code: [src/commands/capabilities/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/capabilities/update.ts)_ ## `smartthings config [NAME]` @@ -1133,7 +1131,7 @@ OPTIONS --indent=indent specify indentation for formatting JSON or YAML output ``` -_See code: [src/commands/config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/config.ts)_ +_See code: [src/commands/config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/config.ts)_ ## `smartthings devicepreferences [IDORINDEX]` @@ -1173,7 +1171,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/v0.0.0-pre.32/packages/cli/src/commands/devicepreferences.ts)_ +_See code: [src/commands/devicepreferences.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/devicepreferences.ts)_ ## `smartthings devicepreferences:create` @@ -1202,17 +1200,17 @@ ALIASES $ smartthings device-preferences:create EXAMPLES - $ smartthings devicepreferences:create # create a new device profile by answering + $ smartthings devicepreferences:create # create a new device profile by answering questions $ smartthings devicepreferences:create -d # generate a device profile by answering questions but do not actually create it - $ smartthings devicepreferences:create -i dp.json # create a new device profile defined by the file + $ smartthings devicepreferences:create -i dp.json # create a new device profile defined by the file dp.json - $ smartthings devicepreferences:create -i dp.json -o dp-saved.json # create a new device profile defined by the file + $ smartthings devicepreferences:create -i dp.json -o dp-saved.json # create a new device profile defined by the file dp.json and write the results to dp-saved.json ``` -_See code: [src/commands/devicepreferences/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/devicepreferences/create.ts)_ +_See code: [src/commands/devicepreferences/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/devicepreferences/create.ts)_ ## `smartthings devicepreferences:translations [PREFERENCEID] [TAG]` @@ -1251,7 +1249,7 @@ EXAMPLES $ smartthings devicepreferences:translations motionSensitivity ko ``` -_See code: [src/commands/devicepreferences/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/devicepreferences/translations.ts)_ +_See code: [src/commands/devicepreferences/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/devicepreferences/translations.ts)_ ## `smartthings devicepreferences:translations:create [PREFERENCEID]` @@ -1283,7 +1281,7 @@ EXAMPLE $ smartthings devicepreferences:translations:create -i preferenceTranslation.json ``` -_See code: [src/commands/devicepreferences/translations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/devicepreferences/translations/create.ts)_ +_See code: [src/commands/devicepreferences/translations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/devicepreferences/translations/create.ts)_ ## `smartthings devicepreferences:update [ID]` @@ -1315,13 +1313,13 @@ ALIASES $ smartthings device-preferences:update EXAMPLES - $ smartthings devicepreferences:update -i dp.json # update a device preference with data from + $ smartthings devicepreferences:update -i dp.json # update a device preference with data from dp.json, select which preference from a list - $ smartthings devicepreferences:update -i dp.yaml my-preference-id # update device preference my-preference-id with + $ 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/v0.0.0-pre.32/packages/cli/src/commands/devicepreferences/update.ts)_ +_See code: [src/commands/devicepreferences/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/devicepreferences/update.ts)_ ## `smartthings deviceprofiles [ID]` @@ -1361,7 +1359,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/v0.0.0-pre.32/packages/cli/src/commands/deviceprofiles.ts)_ +_See code: [src/commands/deviceprofiles.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/deviceprofiles.ts)_ ## `smartthings deviceprofiles:create` @@ -1400,7 +1398,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/v0.0.0-pre.32/packages/cli/src/commands/deviceprofiles/create.ts)_ +_See code: [src/commands/deviceprofiles/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/deviceprofiles/create.ts)_ ## `smartthings deviceprofiles:delete [ID]` @@ -1428,7 +1426,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/v0.0.0-pre.32/packages/cli/src/commands/deviceprofiles/delete.ts)_ +_See code: [src/commands/deviceprofiles/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/deviceprofiles/delete.ts)_ ## `smartthings deviceprofiles:device-config [ID]` @@ -1458,7 +1456,7 @@ ALIASES $ smartthings device-profiles:device-config ``` -_See code: [src/commands/deviceprofiles/device-config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/deviceprofiles/device-config.ts)_ +_See code: [src/commands/deviceprofiles/device-config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/deviceprofiles/device-config.ts)_ ## `smartthings deviceprofiles:presentation [ID]` @@ -1498,7 +1496,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/v0.0.0-pre.32/packages/cli/src/commands/deviceprofiles/presentation.ts)_ +_See code: [src/commands/deviceprofiles/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/deviceprofiles/presentation.ts)_ ## `smartthings deviceprofiles:publish [ID]` @@ -1528,7 +1526,7 @@ ALIASES $ smartthings device-profiles:publish ``` -_See code: [src/commands/deviceprofiles/publish.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/deviceprofiles/publish.ts)_ +_See code: [src/commands/deviceprofiles/publish.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/deviceprofiles/publish.ts)_ ## `smartthings deviceprofiles:translations [ID] [TAG]` @@ -1612,7 +1610,7 @@ EXAMPLES └───────────┴────────────┴───────────────────────────────┘ ``` -_See code: [src/commands/deviceprofiles/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/deviceprofiles/translations.ts)_ +_See code: [src/commands/deviceprofiles/translations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/deviceprofiles/translations.ts)_ ## `smartthings deviceprofiles:translations:delete [ID] [TAG]` @@ -1658,7 +1656,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/v0.0.0-pre.32/packages/cli/src/commands/deviceprofiles/translations/delete.ts)_ +_See code: [src/commands/deviceprofiles/translations/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/deviceprofiles/translations/delete.ts)_ ## `smartthings deviceprofiles:translations:upsert [ID]` @@ -1724,7 +1722,7 @@ EXAMPLES description: Switchable outlet 1 power ``` -_See code: [src/commands/deviceprofiles/translations/upsert.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/deviceprofiles/translations/upsert.ts)_ +_See code: [src/commands/deviceprofiles/translations/upsert.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/deviceprofiles/translations/upsert.ts)_ ## `smartthings deviceprofiles:update [ID]` @@ -1756,7 +1754,7 @@ ALIASES $ smartthings device-profiles:update ``` -_See code: [src/commands/deviceprofiles/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/deviceprofiles/update.ts)_ +_See code: [src/commands/deviceprofiles/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/deviceprofiles/update.ts)_ ## `smartthings deviceprofiles:view [ID]` @@ -1786,7 +1784,7 @@ ALIASES $ smartthings device-profiles:view ``` -_See code: [src/commands/deviceprofiles/view.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/deviceprofiles/view.ts)_ +_See code: [src/commands/deviceprofiles/view.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/deviceprofiles/view.ts)_ ## `smartthings deviceprofiles:view:create` @@ -1842,7 +1840,7 @@ EXAMPLES - capability: switch ``` -_See code: [src/commands/deviceprofiles/view/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/deviceprofiles/view/create.ts)_ +_See code: [src/commands/deviceprofiles/view/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/deviceprofiles/view/create.ts)_ ## `smartthings deviceprofiles:view:update [ID]` @@ -1904,7 +1902,7 @@ EXAMPLES - capability: switch ``` -_See code: [src/commands/deviceprofiles/view/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/deviceprofiles/view/update.ts)_ +_See code: [src/commands/deviceprofiles/view/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/deviceprofiles/view/update.ts)_ ## `smartthings devices [ID]` @@ -1953,7 +1951,7 @@ OPTIONS locale ``` -_See code: [src/commands/devices.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/devices.ts)_ +_See code: [src/commands/devices.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/devices.ts)_ ## `smartthings devices:capability-status [ID] [COMPONENT] [CAPABILITY]` @@ -1981,7 +1979,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/devices/capability-status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/devices/capability-status.ts)_ +_See code: [src/commands/devices/capability-status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/devices/capability-status.ts)_ ## `smartthings devices:commands [ID] [COMMAND]` @@ -2006,7 +2004,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/devices/commands.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/devices/commands.ts)_ +_See code: [src/commands/devices/commands.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/devices/commands.ts)_ ## `smartthings devices:component-status [ID] [COMPONENT]` @@ -2033,7 +2031,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/devices/component-status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/devices/component-status.ts)_ +_See code: [src/commands/devices/component-status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/devices/component-status.ts)_ ## `smartthings devices:delete [ID]` @@ -2053,7 +2051,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/devices/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/devices/delete.ts)_ +_See code: [src/commands/devices/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/devices/delete.ts)_ ## `smartthings devices:health [ID]` @@ -2079,7 +2077,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/devices/health.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/devices/health.ts)_ +_See code: [src/commands/devices/health.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/devices/health.ts)_ ## `smartthings devices:preferences [ID]` @@ -2105,7 +2103,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/devices/preferences.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/devices/preferences.ts)_ +_See code: [src/commands/devices/preferences.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/devices/preferences.ts)_ ## `smartthings devices:presentation [ID]` @@ -2131,7 +2129,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/devices/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/devices/presentation.ts)_ +_See code: [src/commands/devices/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/devices/presentation.ts)_ ## `smartthings devices:rename [ID] [LABEL]` @@ -2158,7 +2156,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/devices/rename.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/devices/rename.ts)_ +_See code: [src/commands/devices/rename.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/devices/rename.ts)_ ## `smartthings devices:status [ID]` @@ -2184,7 +2182,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/devices/status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/devices/status.ts)_ +_See code: [src/commands/devices/status.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/devices/status.ts)_ ## `smartthings devices:update [ID]` @@ -2212,7 +2210,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/devices/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/devices/update.ts)_ +_See code: [src/commands/devices/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/devices/update.ts)_ ## `smartthings edge:channels [IDORINDEX]` @@ -2226,17 +2224,19 @@ ARGUMENTS IDORINDEX the channel id or number in list OPTIONS - -I, --include-read-only include subscribed-to channels as well as owned channels - -h, --help show CLI help - -j, --json use JSON format of input and/or output - -o, --output=output specify output file - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - -y, --yaml use YAML format of input and/or output - --compact use compact table format with no lines between body rows - --expanded use expanded table format with a line between each body row - --indent=indent specify indentation for formatting JSON or YAML output - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -A, --all-organizations include entities from all organizations the user belongs to + -I, --include-read-only include subscribed-to channels as well as owned channels + -O, --organization=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=output specify output file + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + -y, --yaml use YAML format of input and/or output + --compact use compact table format with no lines between body rows + --expanded use expanded table format with a line between each body row + --indent=indent specify indentation for formatting JSON or YAML output + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale EXAMPLE # list all user-owned channels @@ -2249,7 +2249,7 @@ EXAMPLE $ smartthings edge:channels 2 ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/channels.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/channels.ts)_ ## `smartthings edge:channels:assign [DRIVERID] [VERSION]` @@ -2264,17 +2264,18 @@ ARGUMENTS VERSION driver version OPTIONS - -C, --channel=channel channel id - -h, --help show CLI help - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -C, --channel=channel channel id + -O, --organization=organization The organization ID to use for this command + -h, --help show CLI help + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ALIASES $ smartthings edge:drivers:publish ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/channels/assign.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/channels/assign.ts)_ ## `smartthings edge:channels:create` @@ -2285,21 +2286,22 @@ USAGE $ smartthings edge:channels:create OPTIONS - -d, --dry-run produce JSON but don't actually submit - -h, --help show CLI help - -i, --input=input specify input file - -j, --json use JSON format of input and/or output - -o, --output=output specify output file - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - -y, --yaml use YAML format of input and/or output - --compact use compact table format with no lines between body rows - --expanded use expanded table format with a line between each body row - --indent=indent specify indentation for formatting JSON or YAML output - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -O, --organization=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=input specify input file + -j, --json use JSON format of input and/or output + -o, --output=output specify output file + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + -y, --yaml use YAML format of input and/or output + --compact use compact table format with no lines between body rows + --expanded use expanded table format with a line between each body row + --indent=indent specify indentation for formatting JSON or YAML output + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/channels/create.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/channels/create.ts)_ ## `smartthings edge:channels:delete [ID]` @@ -2313,13 +2315,14 @@ ARGUMENTS ID channel id OPTIONS - -h, --help show CLI help - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -O, --organization=organization The organization ID to use for this command + -h, --help show CLI help + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/channels/delete.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/channels/delete.ts)_ ## `smartthings edge:channels:drivers [IDORINDEX]` @@ -2333,22 +2336,23 @@ ARGUMENTS IDORINDEX the channel id or number in list OPTIONS - -h, --help show CLI help - -j, --json use JSON format of input and/or output - -o, --output=output specify output file - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - -y, --yaml use YAML format of input and/or output - --compact use compact table format with no lines between body rows - --expanded use expanded table format with a line between each body row - --indent=indent specify indentation for formatting JSON or YAML output - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -O, --organization=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=output specify output file + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + -y, --yaml use YAML format of input and/or output + --compact use compact table format with no lines between body rows + --expanded use expanded table format with a line between each body row + --indent=indent specify indentation for formatting JSON or YAML output + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ALIASES $ smartthings edge:channels:assignments ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/channels/drivers.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/channels/drivers.ts)_ ## `smartthings edge:channels:enroll [HUBID]` @@ -2362,14 +2366,15 @@ ARGUMENTS HUBID hub id OPTIONS - -C, --channel=channel channel id - -h, --help show CLI help - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -C, --channel=channel channel id + -O, --organization=organization The organization ID to use for this command + -h, --help show CLI help + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/channels/enroll.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/channels/enroll.ts)_ ## `smartthings edge:channels:enrollments [IDORINDEX]` @@ -2383,19 +2388,20 @@ ARGUMENTS IDORINDEX the hub id or number in list OPTIONS - -h, --help show CLI help - -j, --json use JSON format of input and/or output - -o, --output=output specify output file - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - -y, --yaml use YAML format of input and/or output - --compact use compact table format with no lines between body rows - --expanded use expanded table format with a line between each body row - --indent=indent specify indentation for formatting JSON or YAML output - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -O, --organization=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=output specify output file + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + -y, --yaml use YAML format of input and/or output + --compact use compact table format with no lines between body rows + --expanded use expanded table format with a line between each body row + --indent=indent specify indentation for formatting JSON or YAML output + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/channels/enrollments.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/channels/enrollments.ts)_ ## `smartthings edge:channels:invites [IDORINDEX]` @@ -2409,30 +2415,31 @@ ARGUMENTS IDORINDEX the invitation id or number in list OPTIONS - -C, --channel=channel channel id - -h, --help show CLI help - -j, --json use JSON format of input and/or output - -o, --output=output specify output file - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - -y, --yaml use YAML format of input and/or output - --compact use compact table format with no lines between body rows - --expanded use expanded table format with a line between each body row - --indent=indent specify indentation for formatting JSON or YAML output - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -C, --channel=channel channel id + -O, --organization=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=output specify output file + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + -y, --yaml use YAML format of input and/or output + --compact use compact table format with no lines between body rows + --expanded use expanded table format with a line between each body row + --indent=indent specify indentation for formatting JSON or YAML output + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ALIASES $ smartthings edge:channels:invitations EXAMPLES smartthings edge:channels:invites # list all invites on all channels you own - smartthings edge:channels:invites 2 # list details about the second invite show when listed as in the + smartthings edge:channels:invites 2 # list details about the second invite show when listed as in the example above smartthings edge:channels:invites -C # list all invites on channel with id smartthings edge:channels:invites # list details about the invite with id ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/channels/invites.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/channels/invites.ts)_ ## `smartthings edge:channels:invites:accept ID` @@ -2446,16 +2453,17 @@ ARGUMENTS ID invite UUID OPTIONS - -h, --help show CLI help - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -O, --organization=organization The organization ID to use for this command + -h, --help show CLI help + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ALIASES $ smartthings edge:channels:invitations:accept ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/channels/invites/accept.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/channels/invites/accept.ts)_ ## `smartthings edge:channels:invites:create` @@ -2466,25 +2474,26 @@ USAGE $ smartthings edge:channels:invites:create OPTIONS - -C, --channel=channel channel id - -d, --dry-run produce JSON but don't actually submit - -h, --help show CLI help - -i, --input=input specify input file - -j, --json use JSON format of input and/or output - -o, --output=output specify output file - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - -y, --yaml use YAML format of input and/or output - --compact use compact table format with no lines between body rows - --expanded use expanded table format with a line between each body row - --indent=indent specify indentation for formatting JSON or YAML output - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -C, --channel=channel channel id + -O, --organization=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=input specify input file + -j, --json use JSON format of input and/or output + -o, --output=output specify output file + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + -y, --yaml use YAML format of input and/or output + --compact use compact table format with no lines between body rows + --expanded use expanded table format with a line between each body row + --indent=indent specify indentation for formatting JSON or YAML output + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ALIASES $ smartthings edge:channels:invitations:create ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/channels/invites/create.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/channels/invites/create.ts)_ ## `smartthings edge:channels:invites:delete [ID]` @@ -2498,11 +2507,12 @@ ARGUMENTS ID invitation UUID OPTIONS - -C, --channel=channel channel id - -h, --help show CLI help - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -C, --channel=channel channel id + -O, --organization=organization The organization ID to use for this command + -h, --help show CLI help + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ALIASES $ smartthings edge:channels:invitations:revoke @@ -2510,7 +2520,7 @@ ALIASES $ smartthings edge:channels:invites:revoke ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/channels/invites/delete.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/channels/invites/delete.ts)_ ## `smartthings edge:channels:unassign [DRIVERID]` @@ -2524,17 +2534,18 @@ ARGUMENTS DRIVERID driver id OPTIONS - -C, --channel=channel channel id - -h, --help show CLI help - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -C, --channel=channel channel id + -O, --organization=organization The organization ID to use for this command + -h, --help show CLI help + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ALIASES $ smartthings edge:drivers:unpublish ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/channels/unassign.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/channels/unassign.ts)_ ## `smartthings edge:channels:unenroll [HUBID]` @@ -2548,14 +2559,15 @@ ARGUMENTS HUBID hub id OPTIONS - -C, --channel=channel channel id - -h, --help show CLI help - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -C, --channel=channel channel id + -O, --organization=organization The organization ID to use for this command + -h, --help show CLI help + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/channels/unenroll.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/channels/unenroll.ts)_ ## `smartthings edge:channels:update [ID]` @@ -2569,21 +2581,22 @@ ARGUMENTS ID the channel id OPTIONS - -d, --dry-run produce JSON but don't actually submit - -h, --help show CLI help - -i, --input=input specify input file - -j, --json use JSON format of input and/or output - -o, --output=output specify output file - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - -y, --yaml use YAML format of input and/or output - --compact use compact table format with no lines between body rows - --expanded use expanded table format with a line between each body row - --indent=indent specify indentation for formatting JSON or YAML output - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -O, --organization=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=input specify input file + -j, --json use JSON format of input and/or output + -o, --output=output specify output file + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + -y, --yaml use YAML format of input and/or output + --compact use compact table format with no lines between body rows + --expanded use expanded table format with a line between each body row + --indent=indent specify indentation for formatting JSON or YAML output + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/channels/update.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/channels/update.ts)_ ## `smartthings edge:drivers [IDORINDEX]` @@ -2597,19 +2610,21 @@ ARGUMENTS IDORINDEX the driver id or number in list OPTIONS - -h, --help show CLI help - -j, --json use JSON format of input and/or output - -o, --output=output specify output file - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - -y, --yaml use YAML format of input and/or output - --compact use compact table format with no lines between body rows - --expanded use expanded table format with a line between each body row - --indent=indent specify indentation for formatting JSON or YAML output - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -A, --all-organizations include entities from all organizations the user belongs to + -O, --organization=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=output specify output file + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + -y, --yaml use YAML format of input and/or output + --compact use compact table format with no lines between body rows + --expanded use expanded table format with a line between each body row + --indent=indent specify indentation for formatting JSON or YAML output + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/drivers.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/drivers.ts)_ ## `smartthings edge:drivers:delete [ID]` @@ -2623,13 +2638,14 @@ ARGUMENTS ID driver UUID OPTIONS - -h, --help show CLI help - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -O, --organization=organization The organization ID to use for this command + -h, --help show CLI help + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/drivers/delete.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/drivers/delete.ts)_ ## `smartthings edge:drivers:install [DRIVERID]` @@ -2643,22 +2659,23 @@ ARGUMENTS DRIVERID id of driver to install OPTIONS - -C, --channel=channel channel id - -H, --hub=hub hub id - -h, --help show CLI help - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -C, --channel=channel channel id + -H, --hub=hub hub id + -O, --organization=organization The organization ID to use for this command + -h, --help show CLI help + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale EXAMPLES smartthings edge:drivers:install # use Q&A format to enter required values - smartthings edge:drivers:install -H # specify the hub on the command line, other + smartthings edge:drivers:install -H # specify the hub on the command line, other fields will be asked for - smartthings edge:drivers:install -H -C # install a driver from a channel on an + smartthings edge:drivers:install -H -C # install a driver from a channel on an enrolled hub ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/drivers/install.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/drivers/install.ts)_ ## `smartthings edge:drivers:installed [IDORINDEX]` @@ -2672,20 +2689,21 @@ ARGUMENTS IDORINDEX the driver id or number in list OPTIONS - -H, --hub=hub hub id - -h, --help show CLI help - -j, --json use JSON format of input and/or output - -o, --output=output specify output file - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - -y, --yaml use YAML format of input and/or output - --compact use compact table format with no lines between body rows - --expanded use expanded table format with a line between each body row - --indent=indent specify indentation for formatting JSON or YAML output - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -H, --hub=hub hub id + -O, --organization=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=output specify output file + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + -y, --yaml use YAML format of input and/or output + --compact use compact table format with no lines between body rows + --expanded use expanded table format with a line between each body row + --indent=indent specify indentation for formatting JSON or YAML output + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/drivers/installed.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/drivers/installed.ts)_ ## `smartthings edge:drivers:logcat [DRIVERID]` @@ -2707,7 +2725,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/drivers/logcat.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/drivers/logcat.ts)_ ## `smartthings edge:drivers:package [PROJECTDIRECTORY]` @@ -2721,39 +2739,41 @@ ARGUMENTS PROJECTDIRECTORY [default: .] directory containing project to upload OPTIONS - -I, --install prompt for hub to install to after assigning it to the channel, implies --assign if - --assign or --channel not included + -I, --install prompt for hub to install to after assigning it to the channel, implies --assign if + --assign or --channel not included - -a, --assign prompt for a channel to assign the driver to after upload + -O, --organization=organization The organization ID to use for this command - -b, --build-only=build-only save package to specified zip file but skip upload + -a, --assign prompt for a channel to assign the driver to after upload - -h, --help show CLI help + -b, --build-only=build-only save package to specified zip file but skip upload - -j, --json use JSON format of input and/or output + -h, --help show CLI help - -o, --output=output specify output file + -j, --json use JSON format of input and/or output - -p, --profile=profile [default: default] configuration profile + -o, --output=output specify output file - -t, --token=token the auth token to use + -p, --profile=profile [default: default] configuration profile - -u, --upload=upload upload zip file previously built with --build flag + -t, --token=token the auth token to use - -y, --yaml use YAML format of input and/or output + -u, --upload=upload upload zip file previously built with --build flag - --channel=channel automatically assign driver to specified channel after upload + -y, --yaml use YAML format of input and/or output - --compact use compact table format with no lines between body rows + --channel=channel automatically assign driver to specified channel after upload - --expanded use expanded table format with a line between each body row + --compact use compact table format with no lines between body rows + + --expanded use expanded table format with a line between each body row - --hub=hub automatically install driver to specified hub, implies --assign if --assign or --channel - not included + --hub=hub automatically install driver to specified hub, implies --assign if --assign or + --channel not included - --indent=indent specify indentation for formatting JSON or YAML output + --indent=indent specify indentation for formatting JSON or YAML output - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale EXAMPLE # build and upload driver found in current directory: @@ -2777,7 +2797,7 @@ EXAMPLE $ smartthings edge:drivers:package -u driver.zip ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/drivers/package.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/drivers/package.ts)_ ## `smartthings edge:drivers:uninstall [DRIVERID]` @@ -2791,14 +2811,15 @@ ARGUMENTS DRIVERID id of driver to uninstall OPTIONS - -H, --hub=hub hub id - -h, --help show CLI help - -p, --profile=profile [default: default] configuration profile - -t, --token=token the auth token to use - --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale + -H, --hub=hub hub id + -O, --organization=organization The organization ID to use for this command + -h, --help show CLI help + -p, --profile=profile [default: default] configuration profile + -t, --token=token the auth token to use + --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.5.0/src/commands/edge/drivers/uninstall.ts)_ +_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/edge-cli-plugin/blob/v1.7.0/src/commands/edge/drivers/uninstall.ts)_ ## `smartthings generate:java` @@ -2813,7 +2834,7 @@ OPTIONS -p, --profile=profile [default: default] configuration profile ``` -_See code: [src/commands/generate/java.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/generate/java.ts)_ +_See code: [src/commands/generate/java.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/generate/java.ts)_ ## `smartthings generate:node` @@ -2828,7 +2849,7 @@ OPTIONS -p, --profile=profile [default: default] configuration profile ``` -_See code: [src/commands/generate/node.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/generate/node.ts)_ +_See code: [src/commands/generate/node.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/generate/node.ts)_ ## `smartthings help [COMMAND]` @@ -2873,7 +2894,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/installedapps.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/installedapps.ts)_ +_See code: [src/commands/installedapps.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/installedapps.ts)_ ## `smartthings installedapps:delete [ID]` @@ -2895,7 +2916,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/installedapps/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/installedapps/delete.ts)_ +_See code: [src/commands/installedapps/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/installedapps/delete.ts)_ ## `smartthings installedapps:rename [ID] [NAME]` @@ -2924,7 +2945,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/installedapps/rename.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/installedapps/rename.ts)_ +_See code: [src/commands/installedapps/rename.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/installedapps/rename.ts)_ ## `smartthings installedschema [ID]` @@ -2952,7 +2973,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/installedschema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/installedschema.ts)_ +_See code: [src/commands/installedschema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/installedschema.ts)_ ## `smartthings installedschema:delete [ID]` @@ -2974,7 +2995,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/installedschema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/installedschema/delete.ts)_ +_See code: [src/commands/installedschema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/installedschema/delete.ts)_ ## `smartthings locations [IDORINDEX]` @@ -3000,7 +3021,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/locations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/locations.ts)_ +_See code: [src/commands/locations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/locations.ts)_ ## `smartthings locations:create` @@ -3025,7 +3046,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/locations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/locations/create.ts)_ +_See code: [src/commands/locations/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/locations/create.ts)_ ## `smartthings locations:delete [ID]` @@ -3049,7 +3070,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/v0.0.0-pre.32/packages/cli/src/commands/locations/delete.ts)_ +_See code: [src/commands/locations/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/locations/delete.ts)_ ## `smartthings locations:rooms [IDORINDEX]` @@ -3079,7 +3100,7 @@ ALIASES $ smartthings rooms ``` -_See code: [src/commands/locations/rooms.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/locations/rooms.ts)_ +_See code: [src/commands/locations/rooms.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/locations/rooms.ts)_ ## `smartthings locations:rooms:create` @@ -3108,7 +3129,7 @@ ALIASES $ smartthings rooms:create ``` -_See code: [src/commands/locations/rooms/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/locations/rooms/create.ts)_ +_See code: [src/commands/locations/rooms/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/locations/rooms/create.ts)_ ## `smartthings locations:rooms:delete [ID]` @@ -3132,7 +3153,7 @@ ALIASES $ smartthings rooms:delete ``` -_See code: [src/commands/locations/rooms/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/locations/rooms/delete.ts)_ +_See code: [src/commands/locations/rooms/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/locations/rooms/delete.ts)_ ## `smartthings locations:rooms:update [ID]` @@ -3164,7 +3185,7 @@ ALIASES $ smartthings rooms:update ``` -_See code: [src/commands/locations/rooms/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/locations/rooms/update.ts)_ +_See code: [src/commands/locations/rooms/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/locations/rooms/update.ts)_ ## `smartthings locations:update [ID]` @@ -3192,7 +3213,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/locations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/locations/update.ts)_ +_See code: [src/commands/locations/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/locations/update.ts)_ ## `smartthings logout` @@ -3207,7 +3228,7 @@ OPTIONS --language=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/v0.0.0-pre.32/packages/cli/src/commands/logout.ts)_ +_See code: [src/commands/logout.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/logout.ts)_ ## `smartthings organizations [ID]` @@ -3233,7 +3254,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/organizations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/organizations.ts)_ +_See code: [src/commands/organizations.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/organizations.ts)_ ## `smartthings organizations:current` @@ -3257,7 +3278,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/organizations/current.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/organizations/current.ts)_ +_See code: [src/commands/organizations/current.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/organizations/current.ts)_ ## `smartthings plugins` @@ -3318,15 +3339,15 @@ DESCRIPTION Installation of a user-installed plugin will override a core plugin. - e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command - will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in + e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command + will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in the CLI without the need to patch and update the whole CLI. ALIASES $ smartthings plugins:add EXAMPLES - $ smartthings plugins:install myplugin + $ smartthings plugins:install myplugin $ smartthings plugins:install https://github.com/someuser/someplugin $ smartthings plugins:install someuser/someplugin ``` @@ -3433,7 +3454,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/v0.0.0-pre.32/packages/cli/src/commands/presentation.ts)_ +_See code: [src/commands/presentation.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/presentation.ts)_ ## `smartthings presentation:device-config PRESENTATIONID [MANUFACTURERNAME]` @@ -3460,7 +3481,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/presentation/device-config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/presentation/device-config.ts)_ +_See code: [src/commands/presentation/device-config.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/presentation/device-config.ts)_ ## `smartthings presentation:device-config:create` @@ -3485,7 +3506,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/presentation/device-config/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/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/v0.0.0-pre.34/packages/cli/src/commands/presentation/device-config/create.ts)_ ## `smartthings presentation:device-config:generate ID` @@ -3515,7 +3536,7 @@ OPTIONS integrations ``` -_See code: [src/commands/presentation/device-config/generate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/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/v0.0.0-pre.34/packages/cli/src/commands/presentation/device-config/generate.ts)_ ## `smartthings rules [IDORINDEX]` @@ -3542,7 +3563,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/rules.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/rules.ts)_ +_See code: [src/commands/rules.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/rules.ts)_ ## `smartthings rules:create` @@ -3568,7 +3589,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/rules/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/rules/create.ts)_ +_See code: [src/commands/rules/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/rules/create.ts)_ ## `smartthings rules:delete [ID]` @@ -3589,7 +3610,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/rules/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/rules/delete.ts)_ +_See code: [src/commands/rules/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/rules/delete.ts)_ ## `smartthings rules:update [ID]` @@ -3618,7 +3639,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/rules/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/rules/update.ts)_ +_See code: [src/commands/rules/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/rules/update.ts)_ ## `smartthings schema [ID]` @@ -3645,7 +3666,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/schema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/schema.ts)_ +_See code: [src/commands/schema.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/schema.ts)_ ## `smartthings schema:authorize ARN` @@ -3676,7 +3697,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/v0.0.0-pre.32/packages/cli/src/commands/schema/authorize.ts)_ +_See code: [src/commands/schema/authorize.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/schema/authorize.ts)_ ## `smartthings schema:create` @@ -3704,7 +3725,7 @@ OPTIONS --statement-id=statement-id use this statement id instead of the default when authorizing lambda functions ``` -_See code: [src/commands/schema/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/schema/create.ts)_ +_See code: [src/commands/schema/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/schema/create.ts)_ ## `smartthings schema:delete [ID]` @@ -3724,7 +3745,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/schema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/schema/delete.ts)_ +_See code: [src/commands/schema/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/schema/delete.ts)_ ## `smartthings schema:regenerate [ID]` @@ -3750,7 +3771,7 @@ OPTIONS --language=language ISO language code or "NONE" to not specify a language. Defaults to the OS locale ``` -_See code: [src/commands/schema/regenerate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/schema/regenerate.ts)_ +_See code: [src/commands/schema/regenerate.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/schema/regenerate.ts)_ ## `smartthings schema:update [ID]` @@ -3777,7 +3798,7 @@ OPTIONS --statement-id=statement-id use this statement id instead of the default when authorizing lambda functions ``` -_See code: [src/commands/schema/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.32/packages/cli/src/commands/schema/update.ts)_ +_See code: [src/commands/schema/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/v0.0.0-pre.34/packages/cli/src/commands/schema/update.ts)_ # Configuration and Logging