This is a simple script that interfaces with the qt-tezi GUI application and provides the ability to control it from the command line via a local HTTP connection.
tezictl [options] <command>
Options:
-h, --help Displays help on commandline options.
--help-all Displays help including Qt specific options.
-v, --version Displays version information.
--accept-all-licenses Accept all license dialogs (license & release notes),
only available for image-install command.
Commands:
image-list Lists the available images and their image ID
image-install <image> Installs an image. <image> can be an image ID or an
explicit URL to an image.json
feed-list Lists the feeds, qt-tezi currently reads from
feed-add <feed> Adds a feed, <feed> needs to be a valid URL
status Returns the current status of qt-tezi. Possible return
values can be idle, scanning, installing, installed,
aborted, failed or unknown
- Fix a bug where tezictl always returned "Image installation started, please wait..." and did not wait for qt-tezi or checked it's status
- Add "status" command
- Add a timeout so every GET and POST to qt-tezi do now time-out without a response from qt-tezi after 2s.
- Add this readme and a usage description
Initial Release