-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(changesets): version packages (beta)
- Loading branch information
1 parent
0ff4918
commit 96bc06f
Showing
8 changed files
with
167 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,7 @@ EXAMPLES | |
$ smartthings edge:channels --subscriber-type HUB --subscriber-id <hub-id> | ||
``` | ||
|
||
_See code: [src/commands/edge/channels.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels.ts)_ | ||
_See code: [src/commands/edge/channels.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels.ts)_ | ||
|
||
## `smartthings edge:channels:assign [DRIVERID] [VERSION]` | ||
|
||
|
@@ -118,7 +118,7 @@ DESCRIPTION | |
assign a driver to a channel | ||
``` | ||
|
||
_See code: [src/commands/edge/channels/assign.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/assign.ts)_ | ||
_See code: [src/commands/edge/channels/assign.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/assign.ts)_ | ||
|
||
## `smartthings edge:channels:create` | ||
|
||
|
@@ -147,7 +147,7 @@ DESCRIPTION | |
create a channel | ||
``` | ||
|
||
_See code: [src/commands/edge/channels/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/create.ts)_ | ||
_See code: [src/commands/edge/channels/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/create.ts)_ | ||
|
||
## `smartthings edge:channels:delete [ID]` | ||
|
||
|
@@ -173,7 +173,7 @@ DESCRIPTION | |
delete a channel | ||
``` | ||
|
||
_See code: [src/commands/edge/channels/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/delete.ts)_ | ||
_See code: [src/commands/edge/channels/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/delete.ts)_ | ||
|
||
## `smartthings edge:channels:drivers [IDORINDEX]` | ||
|
||
|
@@ -203,7 +203,7 @@ DESCRIPTION | |
list all drivers assigned to a given channel | ||
``` | ||
|
||
_See code: [src/commands/edge/channels/drivers.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/drivers.ts)_ | ||
_See code: [src/commands/edge/channels/drivers.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/drivers.ts)_ | ||
|
||
## `smartthings edge:channels:enroll [HUBID]` | ||
|
||
|
@@ -231,7 +231,7 @@ DESCRIPTION | |
enroll a hub in a channel | ||
``` | ||
|
||
_See code: [src/commands/edge/channels/enroll.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/enroll.ts)_ | ||
_See code: [src/commands/edge/channels/enroll.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/enroll.ts)_ | ||
|
||
## `smartthings edge:channels:enrollments [IDORINDEX]` | ||
|
||
|
@@ -261,7 +261,7 @@ DESCRIPTION | |
list all channels a given hub is enrolled in | ||
``` | ||
|
||
_See code: [src/commands/edge/channels/enrollments.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/enrollments.ts)_ | ||
_See code: [src/commands/edge/channels/enrollments.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/enrollments.ts)_ | ||
|
||
## `smartthings edge:channels:invites [IDORINDEX]` | ||
|
||
|
@@ -301,7 +301,7 @@ EXAMPLES | |
$ smartthings edge:channels:invites <invite id> # list details about the invite with id <invite id> | ||
``` | ||
|
||
_See code: [src/commands/edge/channels/invites.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/invites.ts)_ | ||
_See code: [src/commands/edge/channels/invites.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/invites.ts)_ | ||
|
||
## `smartthings edge:channels:invites:accept ID` | ||
|
||
|
@@ -327,7 +327,7 @@ DESCRIPTION | |
accept a channel invitation | ||
``` | ||
|
||
_See code: [src/commands/edge/channels/invites/accept.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/invites/accept.ts)_ | ||
_See code: [src/commands/edge/channels/invites/accept.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/invites/accept.ts)_ | ||
|
||
## `smartthings edge:channels:invites:create` | ||
|
||
|
@@ -357,7 +357,7 @@ DESCRIPTION | |
create an invitation | ||
``` | ||
|
||
_See code: [src/commands/edge/channels/invites/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/invites/create.ts)_ | ||
_See code: [src/commands/edge/channels/invites/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/invites/create.ts)_ | ||
|
||
## `smartthings edge:channels:invites:delete [ID]` | ||
|
||
|
@@ -385,7 +385,7 @@ DESCRIPTION | |
delete a channel invitation | ||
``` | ||
|
||
_See code: [src/commands/edge/channels/invites/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/invites/delete.ts)_ | ||
_See code: [src/commands/edge/channels/invites/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/invites/delete.ts)_ | ||
|
||
## `smartthings edge:channels:metainfo [IDORINDEX]` | ||
|
||
|
@@ -429,7 +429,7 @@ EXAMPLES | |
699c7308-8c72-4363-9571-880d0f5cc725 | ||
``` | ||
|
||
_See code: [src/commands/edge/channels/metainfo.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/metainfo.ts)_ | ||
_See code: [src/commands/edge/channels/metainfo.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/metainfo.ts)_ | ||
|
||
## `smartthings edge:channels:unassign [DRIVERID]` | ||
|
||
|
@@ -457,7 +457,7 @@ DESCRIPTION | |
remove a driver from a channel | ||
``` | ||
|
||
_See code: [src/commands/edge/channels/unassign.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/unassign.ts)_ | ||
_See code: [src/commands/edge/channels/unassign.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/unassign.ts)_ | ||
|
||
## `smartthings edge:channels:unenroll [HUBID]` | ||
|
||
|
@@ -485,7 +485,7 @@ DESCRIPTION | |
unenroll a hub from a channel | ||
``` | ||
|
||
_See code: [src/commands/edge/channels/unenroll.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/unenroll.ts)_ | ||
_See code: [src/commands/edge/channels/unenroll.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/unenroll.ts)_ | ||
|
||
## `smartthings edge:channels:update [ID]` | ||
|
||
|
@@ -517,7 +517,7 @@ DESCRIPTION | |
update a channel | ||
``` | ||
|
||
_See code: [src/commands/edge/channels/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/update.ts)_ | ||
_See code: [src/commands/edge/channels/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/update.ts)_ | ||
|
||
## `smartthings edge:drivers [IDORINDEX]` | ||
|
||
|
@@ -568,7 +568,7 @@ EXAMPLES | |
$ smartthings edge:drivers 699c7308-8c72-4363-9571-880d0f5cc725 --version 2021-10-25T00:48:23.295969 | ||
``` | ||
|
||
_See code: [src/commands/edge/drivers.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers.ts)_ | ||
_See code: [src/commands/edge/drivers.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers.ts)_ | ||
|
||
## `smartthings edge:drivers:default` | ||
|
||
|
@@ -600,7 +600,7 @@ EXAMPLES | |
$ smartthings edge:drivers:default | ||
``` | ||
|
||
_See code: [src/commands/edge/drivers/default.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers/default.ts)_ | ||
_See code: [src/commands/edge/drivers/default.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers/default.ts)_ | ||
|
||
## `smartthings edge:drivers:delete [ID]` | ||
|
||
|
@@ -626,7 +626,7 @@ DESCRIPTION | |
delete an edge driver | ||
``` | ||
|
||
_See code: [src/commands/edge/drivers/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers/delete.ts)_ | ||
_See code: [src/commands/edge/drivers/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers/delete.ts)_ | ||
|
||
## `smartthings edge:drivers:install [DRIVERID]` | ||
|
||
|
@@ -662,7 +662,7 @@ EXAMPLES | |
$ smartthings edge:drivers:install -H <hub-id> -C <channel-id> <driver-id> # install a driver from a channel on an enrolled hub | ||
``` | ||
|
||
_See code: [src/commands/edge/drivers/install.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers/install.ts)_ | ||
_See code: [src/commands/edge/drivers/install.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers/install.ts)_ | ||
|
||
## `smartthings edge:drivers:installed [IDORINDEX]` | ||
|
||
|
@@ -712,7 +712,7 @@ EXAMPLES | |
$ smartthings edge:drivers:installed <driver-id> | ||
``` | ||
|
||
_See code: [src/commands/edge/drivers/installed.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers/installed.ts)_ | ||
_See code: [src/commands/edge/drivers/installed.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers/installed.ts)_ | ||
|
||
## `smartthings edge:drivers:logcat [DRIVERID]` | ||
|
||
|
@@ -742,7 +742,7 @@ DESCRIPTION | |
stream logs from installed drivers | ||
``` | ||
|
||
_See code: [src/commands/edge/drivers/logcat.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers/logcat.ts)_ | ||
_See code: [src/commands/edge/drivers/logcat.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers/logcat.ts)_ | ||
|
||
## `smartthings edge:drivers:package [PROJECTDIRECTORY]` | ||
|
||
|
@@ -798,7 +798,7 @@ EXAMPLES | |
$ smartthings edge:drivers:package -u driver.zip | ||
``` | ||
|
||
_See code: [src/commands/edge/drivers/package.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers/package.ts)_ | ||
_See code: [src/commands/edge/drivers/package.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers/package.ts)_ | ||
|
||
## `smartthings edge:drivers:switch [DEVICEID]` | ||
|
||
|
@@ -839,7 +839,7 @@ EXAMPLES | |
$ smartthings edge:drivers:switch --include-non-matching | ||
``` | ||
|
||
_See code: [src/commands/edge/drivers/switch.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers/switch.ts)_ | ||
_See code: [src/commands/edge/drivers/switch.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers/switch.ts)_ | ||
|
||
## `smartthings edge:drivers:uninstall [DRIVERID]` | ||
|
||
|
@@ -867,7 +867,7 @@ DESCRIPTION | |
uninstall an edge driver from a hub | ||
``` | ||
|
||
_See code: [src/commands/edge/drivers/uninstall.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers/uninstall.ts)_ | ||
_See code: [src/commands/edge/drivers/uninstall.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers/uninstall.ts)_ | ||
<!-- commandsstop --> | ||
|
||
# Building | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters