Installing
How to install the CLI application
Compatibility
The cuica
CLI application is compiled into a single, statically-linked Linux
binary. The currently supported architecture is x86-64
, with additional
architectures coming soon.
Obtaining
The latest release of the cuica
CLI application (v0.9.0) can be found here:
- cuica-client-0.9.0 (15.59 MB)
SHA256: af7e94e18929abcca4eca9eb16a5fc94c018a516f8011335b852fa938f2c1baf
After downloading, the file may need to be made executable:
Installing
Interactive
To install, simply move to a directory in the system PATH
and create a symbolic
link (optional):
Automated
For CI/CD builds, the CLI might instead be pulled and incorporated directly into the runner execution environment image:
Additional Applications
Lastly, because currently a lot of output from the cuica
CLI application is
in JSON format, the jq
command is also recommended to more easily extract values:
Install this using the package manager specific to your Linux distribution, e.g.:
or: