Skip to content

Releases: Spissable/gassi-cli

Dependencies update

30 Jan 13:41
Compare
Choose a tag to compare
  • Node dependencies update

Interactive Query and Execute

27 Feb 00:29
304f7cd
Compare
Choose a tag to compare

Adds interactive dialogs for query and execute commands:
When syncing, a config file is written to the default config folder with the ids from the sync response. These ids will be offered for query and execute commands when omitting the id argument.
Additionally, a couple of basic execute commands will be offered interactively, when omitting those arguments.

Dependencies update

02 Oct 13:28
Compare
Choose a tag to compare
  • Node dependencies update

Description fix and dependency updates

18 Sep 15:31
Compare
Choose a tag to compare
  • Execute description has been fixed
  • Some minor dependency updates
  • node@latest is now pinned with volta
  • Use correct body for SetToggles execute requests

Parse Boolean Arguments

26 Aug 15:14
Compare
Choose a tag to compare

Commands like gassi execute -c StartStop start false now properly parse the last command as boolean, instead of blindly assuming a string.

Bugfix for Execute Intent

26 Aug 08:45
Compare
Choose a tag to compare
  • Renamed currentModeSettings to updateModeSettings
  • Added some keywords and better description to package.json

Initial Release

24 Aug 11:25
Compare
Choose a tag to compare

Basic SYNC, QUERY, EXECUTE and DISCONNECT intent requests.
Only single ids are supported.