tidploy 0.16.0

Simple deployment tool for deploying small applications and loading secrets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod api;
pub(crate) mod commands;
pub(crate) mod config;
pub(crate) mod errors;
pub(crate) mod fs;
pub(crate) mod git;
pub(crate) mod process;
pub(crate) mod resolve;
pub(crate) mod run;
pub(crate) mod secrets;
pub(crate) mod state;