fn0-deploy 0.1.9

Deploy client for fn0 cloud
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod cli_login;
pub mod credentials;
mod admin;
mod bundle;
mod deploy;
mod domain;
mod name;
mod project;
mod static_files;

pub use admin::*;
pub use bundle::*;
pub use deploy::*;
pub use domain::*;
pub use name::*;
pub use project::*;
pub use static_files::*;