# Build the full CLI with the dependency versions pinned in Cargo.lock.
build:
cargo build --release --bin openlatch --features full-cli --locked
# Build and install the CLI into Cargo's install directory (normally ~/.cargo/bin).
install:
cargo install --path . --bin openlatch --features full-cli --locked