# smoke test modules from all repositories
zef smoke
# run Build.pm if one exists in given path
zef build .
# update Repository package lists
zef update
# upgrade all distributions (BETA)
zef upgrade
# list all available distributions
zef list
# search for distribution names matching `CSV`
zef search CSV