Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
instead of `smartthings capabilities myteam.myCapability 1`. Note that the version is always one,
so this flag is not necessary at this time.
* Under-the-hood changes to make the CLI more maintainable.
* `--token` flag is no longer included in usage info (i.e. it does not show up when running `--help`)
but it still works.

## 1.10.6

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartthings/cli",
"version": "2.0.0-prerelease1",
"version": "2.0.0-prerelease2",
"description": "Command Line Interface for the SmartThings APIs",
"keywords": [
"smartthings",
Expand Down