minifly 0.1.1

Local Fly.io development simulator with incredible developer experience
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! CLI command implementations

pub mod apps;
pub mod deploy;
pub mod dev;
pub mod init;
pub mod logs;
pub mod machines;
pub mod proxy;
pub mod serve;
pub mod status;
pub mod stop;