# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
CountImporters lists all the files in the given directory and for each file counts the number of environments that import it.
Evaluate renders the given jsonnet into a string If cache options are given, a hash from the data will be computed and the resulting string will be cached for future retrieval.
EvaluateFile evaluates the Jsonnet code in the given file and returns the result in JSON form.
FindFiles takes a file / directory and finds all Jsonnet files.
FindImporterForFiles finds the entrypoints (main.jsonnet files) that import the given files.
Lint takes a list of files and directories, processes them and prints out to stderr if there are linting warnings.
No description provided by the author
TransitiveImports returns all recursive imports of an environment.
# Structs
FileEvalCache is an evaluation cache that stores its data on the local filesystem.
LintOpts modifies the behaviour of Lint.
Opts are additional properties for the Jsonnet VM.
# Type aliases
InjectedCode holds data that is "late-bound" into the VM.
Modifier allows to set optional parameters on the Jsonnet VM.