function
Resolve
func Resolve(applicationConfig Config) (schema.Manifest, error)Resolve executable config into a deterministic schema manifest.
Resolution runs plugin transforms without opening a database.
Example
manifest, err := ridu.Resolve(content.Config())
if err != nil {
log.Fatal(err)
}
fmt.Println(manifest.Snapshot().Version)