Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 984 Bytes

File metadata and controls

45 lines (27 loc) · 984 Bytes

Proton Pass CLI

A command-line interface for Proton Pass.

Documentation

Full documentation is available at https://protonpass.github.io/pass-cli/

Building from source

Prerequisites: Rust toolchain (stable)

# Debug build
cargo build

# Release (optimized) build
cargo build --release

The compiled binary will be at target/debug/pass-cli or target/release/pass-cli respectively.

Development

Running tests

cargo test

To run tests for a specific crate:

cargo test -p pass-cli

Contributing

See CONTRIBUTING.md.

License

The code and data files in this distribution are licensed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See https://www.gnu.org/licenses/ for a copy of this license.

See LICENSE file