pub fn as_service(envhub: Envhub) -> Service
pub fn id(envhub: Envhub) -> Promise(String)
pub fn stderr(envhub: Envhub) -> Promise(String)
pub fn stdout(envhub: Envhub) -> Promise(String)
pub fn use_environment(
envhub: Envhub,
environment: String,
) -> Envhub
pub fn wait_on(envhub: Envhub, port: a, timeout: a) -> Envhub
pub fn with_cache(envhub: Envhub, cache: Cache) -> Envhub
pub fn with_env_variable(
envhub: Envhub,
name: String,
value: String,
) -> Envhub
pub fn with_exec(
envhub: Envhub,
command: Array(String),
) -> Envhub
pub fn with_secret_variable(
envhub: Envhub,
name: String,
secret: Secret,
) -> Envhub
pub fn with_service(envhub: Envhub, service: Service) -> Envhub
pub fn with_workdir(envhub: Envhub, path: String) -> Envhub