kagi-vault 0.1.1

Encrypted secrets and environment variable manager for teams — a secure, team-ready dotenv alternative with per-service isolation
1
2
3
4
5
6
7
8
pub mod export_env;
pub mod get_secret;
pub mod import_env_file;
pub mod init_service;
pub mod list_services;
pub mod run_command;
pub mod set_secret;
pub mod sync_service;