stand 0.2.2

A CLI tool for explicit environment variable management
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod current;
pub mod encrypt;
pub mod env;
pub mod exec;
pub mod get;
pub mod init;
pub mod list;
pub mod set;
pub mod shell;
pub mod show;
pub mod validate;