ssmm 0.6.0

AWS SSM Parameter Store helper for team-scoped .env sync (systemd friendly)
1
2
3
4
5
6
7
8
9
10
11
12
pub mod check;
pub mod delete;
pub mod dirs;
pub mod exec;
pub mod list;
pub mod migrate;
pub mod migrate_to_exec;
pub mod onboard;
pub mod put;
pub mod show;
pub mod sync;
pub mod tag;