tsafe-cli 1.0.25

Secrets runtime for developers — inject credentials into processes via exec, never into 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;