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
12
13
14
mod archives;
mod config;
mod errors;
mod filesystem;
mod git;
mod next;
mod process;
mod secret;
mod secret_store;
mod state;

pub mod commands;

pub use next::api::*;