chuoku 0.1.2

A lib to store/restore aws cli credential
Documentation
1
2
3
4
5
pub use crate::file::aws_setting::{read_aws_config};
pub use crate::file::credentials::{store_credentials, delete_credentials};
pub use crate::env::{list_environment_vars, clear_environment_vars};
pub use crate::profile::Profile;
pub use crate::profile::show::show_current_profile;