fetch, build, and load the project into the current image.
fetch and build (compile), without loading.
fetch, build, and run the tests.
fetch, build, load, and run the project, as specified by its ‘:run’ clause.
fetch, build, load, test, and if possible run.
re-resolve the loose designators and rewrite the lock file.
re-read the project from its local clone and force-reload it into the image, offline — pick up local edits or a prior ‘ergo:update’ in a dev loop, the way quicklisp’s ‘clear-system’ + reload does.
like ‘ergo:load’, but return the sorted names of the packages the load newly defined — a quick way to discover what a system provides.
remove one repository’s clone from the cache; return the removed directory.
search the collections; return the list of matches.
return the provenance (url, branch/tag/commit) of the project or component.
the macro used in project files; cf. the Project File section above.
the macro used in the collection database files; cf. the Collections section above.