fluentci/pkgx

Types

pub type Pkgx

Functions

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