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