shlane 0.2.0

A fastlane-like automation tool written in Rust with Rhai scripting support
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod ci;
pub mod context;
pub mod env;
pub mod executor;
pub mod interpolate;
pub mod secrets;
pub mod shell;
pub mod signals;
pub mod ui;

pub use context::parse_params;
pub use executor::{run_lane, Options};
pub use ui::Verbosity;