Installation
Install the Thirdpass CLI and ecosystem extensions.
Thirdpass is used from the terminal. The CLI handles review commands, while extensions add package support for each ecosystem.
CLI
Install the Thirdpass CLI with Cargo:
cargo install thirdpassExtensions
Install extensions with Cargo as well. For example, the Ansible ecosystem extension is installed as:
cargo install thirdpass-ansibleThe CLI discovers supported extension binaries from PATH. Local development
builds can also use the configured extension directory.