thistletech/Create OTA Release

Creates OTA update releases

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
release_nameDisplay name of the release. If not provided or empty, the unique manifest ID will be usedno
release_typeRelease type ("file", "zip_archive", or "rootfs")yesfile
artifacts_dirPath to the directory where OTA update artifacts are storedno""
rootfs_img_pathPath to the rootfs image file. Required only if release_type is "rootfs"no""
zip_archive_dirPath to the directory whose content will be zipped before releasing. Required only if release_type is "zip_archive"no""
base_install_path_on_devicePath to base directory on device file system where OTA update artifacts will be installed. Required if release_type is "file" or "zip_archive"no""
project_access_tokenProject access token can be obtained from the project settings page in Thistle Control Centeryes""
signing_key_managementIndicates how the signing key is managed ("local" or "remote")yeslocal
signing_keyMinisign signing key in Thistle format. Required only if signing_key_management is "local"no""
signing_key_passwordPassword for the signing key. Required only if signing_key_management is "local" and the signing key is password protectedno""
backend_urlURL of the backend server that runs the OTA update service. If not provided, the Thistle service will be usedno""

no outputs