Releases: flant/trx
Releases · flant/trx
v1.0.0
Changelog
Features
- add commands to main config (a683943)
- add execution lock (826065b)
- add force flag (537b739)
- add force flag (0ade769)
- add graceful shutdown (5b12819)
- add graceful shutdown (e32ddaf)
- add possibility to execute command from cli (554770e)
- add start hook, start time, env expander (9d7775f)
- add stderr logging (d0d9f57)
- log to stdout (4c046ee)
- log to stdout (d5f4152)
Bug Fixes
- fix hook panic (6f7cc78)
Installation
Download trx
binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with this PGP public key.
For example, trx
binary can be downloaded, verified with gpg
and then installed to ~/bin/
on Linux with these commands:
curl -sSLO "https://storage.googleapis.com/trx-tuf/targets/releases/1.0.0/linux-amd64/bin/trx" -O "https://storage.googleapis.com/trx-tuf/targets/signatures/1.0.0/linux-amd64/bin/trx.sig"
curl -sSL https://raw.githubusercontent.com/flant/trx/refs/heads/main/trx.asc | gpg --import
gpg --verify trx.sig trx
install -D trx ~/bin/trx