class fanr::FanrEnv

sys::Obj
  fanr::FanrEnv

Source

FanrRepo models the local environment that we install to and publish from. See docFanr.

env

const Env env

Source

Env instance we are wrapping

find

PodSpec? find(Str podName)

Source

Find a pod by name in local environment and return as PodSpec

make

new make(Env env := Env.cur())

Source

Constructor for given Env

query

PodSpec[] query(Str query)

Source

Match a set of pods in local environment and return as PodSpecs

queryAll

PodSpec[] queryAll()

Source

Lazily load all installed pods as PodSpecs