keyflux 0.1.14

A CLI tool and library for synchronizing environment secrets across multiple platforms including local files, GitHub Secrets, Supabase Vault, and Vercel Secrets. It facilitates secure management and automation of sensitive data.
Documentation
1
2
3
4
5
mod upsert;
mod select;
mod delete;

pub static _GITHUB_ACCESS_TOKEN: &str = "GITHUB_ACCESS_TOKEN";