tsafe-cli 1.1.0

Local-first secrets runtime for developers — inject credentials via exec, never shell history or .env files
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(feature = "cloud-pull-aws")]
pub mod aws;
#[cfg(feature = "cloud-pull-gcp")]
pub mod gcp;
#[cfg(feature = "cloud-pull-vault")]
pub mod hcp;
#[cfg(feature = "cloud-pull-keepass")]
pub mod keepass;
#[cfg(feature = "cloud-pull-1password")]
pub mod onepassword;