trivrost

A repurposable application-downloader and -launcher

View the Project on GitHub setlog/trivrost

Commandline options

trivrost

hasher

Hasher is a utility which generates bundle info files given a directory path as an input:
hasher unique_bundle_name path/to/bundle

It can also be used to verify an existing bundle info file:
hasher -verify path/to/bundle
Argument -absent takes a comma-separated list of disk files to treat as being absent. Commas in file names can be passed using the ,, escape sequence.

bundown

Bundown is a utility which can download bundles for a desired OS/Arch combination.

validator

Validator is a utility which can validate your deployment-config as well as whether required resources are actually available at the URLs it defines.

Usage: validator [-skipurlcheck] [-skipjarcheck] path/to/deployment-config.json