fluentci/mise

Types

pub type Mise

Functions

pub fn as_service(mise: Mise) -> Service
pub fn id(mise: Mise) -> Promise(String)
pub fn stderr(mise: Mise) -> Promise(String)
pub fn stdout(mise: Mise) -> Promise(String)
pub fn trust(mise: Mise) -> Mise
pub fn wait_on(mise: Mise, port: a, timeout: a) -> Mise
pub fn with_cache(mise: Mise, cache: Cache) -> Mise
pub fn with_env_variable(
  mise: Mise,
  name: String,
  value: String,
) -> Mise
pub fn with_exec(mise: Mise, command: Array(String)) -> Mise
pub fn with_secret_variable(
  mise: Mise,
  name: String,
  secret: Secret,
) -> Mise
pub fn with_service(mise: Mise, service: Service) -> Mise
pub fn with_workdir(mise: Mise, path: String) -> Mise
Search Document