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