We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9775eb7 commit 2cae1fdCopy full SHA for 2cae1fd
CHANGELOG.md
@@ -14,6 +14,8 @@
14
instead of `smartthings capabilities myteam.myCapability 1`. Note that the version is always one,
15
so this flag is not necessary at this time.
16
* Under-the-hood changes to make the CLI more maintainable.
17
+* `--token` flag is no longer included in usage info (i.e. it does not show up when running `--help`)
18
+ but it still works.
19
20
## 1.10.6
21
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@smartthings/cli",
3
- "version": "2.0.0-prerelease1",
+ "version": "2.0.0-prerelease2",
4
"description": "Command Line Interface for the SmartThings APIs",
5
"keywords": [
6
"smartthings",
0 commit comments