Run SYNC, QUERY, EXECUTE and DISCONNECT requests on Google SmartHome easily
npm install gassi-cliRun SYNC, QUERY, EXECUTE and DISCONNECT requests easily





``sh-session`
$ npm install -g gassi-cli
$ gassi COMMAND
running command...
$ gassi (-v|--version|version)
gassi-cli/0.2.1 darwin-arm64 node-v20.9.0
$ gassi --help [COMMAND]
USAGE
$ gassi COMMAND
...
* gassi disconnect
* [gassi execute [PARAMNAME] [PARAMVALUE]](#gassi-execute-paramname-paramvalue)gassi help [COMMAND]
* [](#gassi-help-command)gassi query
* gassi sync
*
Sends a DISCONNECT request intent
`
USAGE
$ gassi disconnect
OPTIONS
-h, --help show CLI help
-t, --token=token (required) oauth access token
-u, --uri=uri (required) uri of the service
`
_See code: src/commands/disconnect.ts_
Sends an EXECUTE request intent
`
USAGE
$ gassi execute [PARAMNAME] [PARAMVALUE]
OPTIONS
-c, --command=command command to execute
-h, --help show CLI help
-i, --id=id id to query
-t, --token=token (required) oauth access token
-u, --uri=uri (required) uri of the service
`
_See code: src/commands/execute.ts_
display help for gassi
`
USAGE
$ gassi help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
`
_See code: @oclif/plugin-help_
Sends a QUERY request intent
`
USAGE
$ gassi query
OPTIONS
-h, --help show CLI help
-i, --id=id id to query
-t, --token=token (required) oauth access token
-u, --uri=uri (required) uri of the service
`
_See code: src/commands/query.ts_
Sends a SYNC request intent
`
USAGE
$ gassi sync
OPTIONS
-h, --help show CLI help
-t, --token=token (required) oauth access token
-u, --uri=uri (required) uri of the service
``
_See code: src/commands/sync.ts_