Skip to content

Commit

Permalink
docs: remove stub edge command and clear description of edge topic
Browse files Browse the repository at this point in the history
  • Loading branch information
rossiam committed Mar 16, 2023
1 parent 5bb9f46 commit f18d75c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 68 deletions.
18 changes: 0 additions & 18 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ that map to the API spec.
* [`smartthings devices:rename [ID] [LABEL]`](#smartthings-devicesrename-id-label)
* [`smartthings devices:status [ID]`](#smartthings-devicesstatus-id)
* [`smartthings devices:update [ID]`](#smartthings-devicesupdate-id)
* [`smartthings edge`](#smartthings-edge)
* [`smartthings edge:channels [IDORINDEX]`](#smartthings-edgechannels-idorindex)
* [`smartthings edge:channels:assign [DRIVERID] [VERSION]`](#smartthings-edgechannelsassign-driverid-version)
* [`smartthings edge:channels:create`](#smartthings-edgechannelscreate)
Expand Down Expand Up @@ -2903,23 +2902,6 @@ DESCRIPTION

_See code: [src/commands/devices/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@1.1.2/packages/cli/src/commands/devices/update.ts)_

## `smartthings edge`

edge topic

```
USAGE
$ smartthings edge [-h]
COMMON FLAGS
-h, --help Show CLI help.
DESCRIPTION
edge topic
```

_See code: [@smartthings/plugin-cli-edge](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.1/packages/edge/src/commands/edge.ts)_

## `smartthings edge:channels [IDORINDEX]`

list all channels owned by you or retrieve a single channel
Expand Down
18 changes: 0 additions & 18 deletions packages/edge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ for information on running the CLI.
# Commands

<!-- commands -->
* [`smartthings edge`](#smartthings-edge)
* [`smartthings edge:channels [IDORINDEX]`](#smartthings-edgechannels-idorindex)
* [`smartthings edge:channels:assign [DRIVERID] [VERSION]`](#smartthings-edgechannelsassign-driverid-version)
* [`smartthings edge:channels:create`](#smartthings-edgechannelscreate)
Expand All @@ -46,23 +45,6 @@ for information on running the CLI.
* [`smartthings edge:drivers:switch [DEVICEID]`](#smartthings-edgedriversswitch-deviceid)
* [`smartthings edge:drivers:uninstall [DRIVERID]`](#smartthings-edgedriversuninstall-driverid)

## `smartthings edge`

edge topic

```
USAGE
$ smartthings edge [-h]
COMMON FLAGS
-h, --help Show CLI help.
DESCRIPTION
edge topic
```

_See code: [src/commands/edge.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.1/packages/edge/src/commands/edge.ts)_

## `smartthings edge:channels [IDORINDEX]`

list all channels owned by you or retrieve a single channel
Expand Down
7 changes: 6 additions & 1 deletion packages/edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@
"repositoryPrefix": "<%- repo %>/blob/@smartthings/plugin-cli-edge@<%- version %>/packages/edge/<%- commandPath %>",
"devPlugins": [
"@oclif/plugin-help"
]
],
"topics": {
"edge": {
"description": ""
}
}
},
"dependencies": {
"@log4js-node/log4js-api": "^1.0.2",
Expand Down
13 changes: 0 additions & 13 deletions packages/edge/src/__tests__/commands/edge.test.ts

This file was deleted.

18 changes: 0 additions & 18 deletions packages/edge/src/commands/edge.ts

This file was deleted.

0 comments on commit f18d75c

Please sign in to comment.