Skip to content

Instantly share code, notes, and snippets.

Created July 26, 2017 02:43
Show Gist options
  • Save anonymous/80933cd5de00b40719dca32b2a63c053 to your computer and use it in GitHub Desktop.
Save anonymous/80933cd5de00b40719dca32b2a63c053 to your computer and use it in GitHub Desktop.
benji@benji:~/devel/p6/CSV$ zef --version
Usage:
/home/benji/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/zef [--force] fetch '[<identities> ...]' -- Download specific distributions
/home/benji/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/zef [--force] test '[<paths> ...]' -- Run tests
/home/benji/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/zef [--force] build '[<paths> ...]' -- Run Build.pm
/home/benji/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/zef [--depends] [--test-depends] [--build-depends] [--test] [--fetch] [--build] [--force] [--dry] [--update] [--upgrade] [--depsonly] [--serial] [--exclude=<Any>] [--to|--install-to=<Any>] install '[<wants> ...]' -- Install
/home/benji/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/zef [--force] [--from|--uninstall-from=<Any>] uninstall '[<identities> ...]' -- Uninstall
/home/benji/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/zef [--wrap=<Int>] search '[<terms> ...]' -- Get a list of possible distribution candidates for the given terms
/home/benji/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/zef [--max=<Int>] [-i|--installed] list '[<at> ...]' -- A list of available modules from enabled repositories
/home/benji/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/zef [--to|--install-to=<Any>] upgrade '[<identities> ...]' -- Upgrade installed distributions (BETA)
/home/benji/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/zef rdepends <identity> -- View reverse dependencies of a distribution
/home/benji/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/zef [--sha1] locate <identity> -- Lookup locally installed distributions by short-name, name-path, or sha1 id
/home/benji/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/zef [--wrap=<Int>] info <identity> -- Detailed distribution information
/home/benji/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/zef [--force] look <identity> -- Download a single module and change into its directory
/home/benji/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/zef [--depends] [--test-depends] [--build-depends] [--test] [--fetch] [--build] [--force] [--update] [--upgrade] [--depsonly] [--exclude=<Any>] [--to|--install-to=<Any>] smoke -- Smoke test
/home/benji/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/zef update '[<names> ...]' -- Update package indexes
/home/benji/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/zef [--confirm] nuke '[<names> ...]' -- Nuke module installations (site, home) and repositories from config (RootDir, StoreDir, TempDir)
/home/benji/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/zef [-h|--help]
benji@benji:~/devel/p6/CSV$ perl6 --version
This is Rakudo version 2017.07-71-g9c0d40a built on MoarVM version 2017.07-15-g0729f84
implementing Perl 6.c.
benji@benji:~/devel/p6/CSV$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment