fluentci/devbox

Types

pub type Devbox

Functions

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