Skip to content

toradex/qt-tezictl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qt-tezictl

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.

Usage

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

Release Notes

1.1.0

  • 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

1.0.0

Initial Release

About

Toradex Easy Installer Console Control Tool written in Qt

Resources

License

Stars

Watchers

Forks

Packages

No packages published