Skip to content

Instantly share code, notes, and snippets.

@ugexe
Created July 10, 2016 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugexe/e93a68b28b769a2404fadcc3377187d8 to your computer and use it in GitHub Desktop.
Save ugexe/e93a68b28b769a2404fadcc3377187d8 to your computer and use it in GitHub Desktop.
# nickl@li685-90:~/perl6/Perl6-CompUnit--Repository--Tar$ perl6 -Ilib -e 'use CompUnit::Repository::Tar; use lib "CompUnit::Repository::Tar#t/data/zef.tar.gz"; use Zef::CLI;'
Zef - Perl6 Module Management
USAGE
zef [flags|options] command [args]
COMMANDS
install Install specific dependencies by name or path
uninstall Uninstall specified distributions
test Run tests on a given module's path
fetch Fetch and extract module's source
build Run the Build.pm in a given module's path
look Fetch followed by shelling into the module's path
update Update package indexes for content storages
upgrade (BETA) Upgrade all installed distributions
search Show a list of possible distribution candidates for the given terms
info Show detailed distribution information
list List known available distributions, or installed distributions with `--installed`
rdepends List all distributions directly depending on a given identity
smoke Run smoke testing on available modules
nuke Delete directory/prefix containing matching configuration path or CURLI name
OPTIONS
--install-to=[name] Short name or spec of CompUnit::Repository to install to
--config-path=[path] Load a specific Zef config file
VERBOSITY LEVEL (from least to most verbose)
--error, --warn, --info (default), --verbose, --debug
FLAGS
--depsonly Install only the dependency chains of the requested distributions
--force Continue each phase regardless of failures
--dry Run all phases except the actual installations
--serial Install each dependency after passing testing and before building/testing the next dependency
--/test Skip the testing phase
--/depends Do not fetch runtime dependencies
--/test-depends Do not fetch test dependencies
--/build-depends Do not fetch build dependencies
CONFIGURATION /tmp/tar/D683F9DD3F37B946A43BC41D7D7A9D5D77F05D79/resources/config.json
Enable or disable plugins that match the configuration that has field `short-name` that matches <short-name>
--<short-name> # `--cpan` Enable plugin with short-name `cpan`
--/<short-name> # `--/cpan` Disable plugin with short-name `cpan`
# nickl@li685-90:~/perl6/Perl6-CompUnit--Repository--Tar$ perl6 --ll-exception -Ilib -e 'use lib "CompUnit::Repository::Tar#t/data/zef.tar.gz"; use Zef::CLI;'
===SORRY!===
Could not find Zef::CLI at line 1 in:
CompUnit::Repository::Unknown CompUnit::Repository::Tar CompUnit::Repository::Tar#t/data/zef.tar.gz
/home/nickl/perl6/Perl6-CompUnit--Repository--Tar/lib
/home/nickl/.perl6
/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/site
/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/vendor
/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6
CompUnit::Repository::AbsolutePath<64664480>
CompUnit::Repository::NQP<64715376>
CompUnit::Repository::Perl5<64715416>
at gen/moar/m-CORE.setting:22425 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/CORE.setting.moarvm:throw)
from gen/moar/m-CORE.setting:39241 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/CORE.setting.moarvm:need)
from gen/moar/m-CORE.setting:39188 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/CORE.setting.moarvm:need)
from gen/moar/m-CORE.setting:39124 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/CORE.setting.moarvm:need)
from gen/moar/m-CORE.setting:39066 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/CORE.setting.moarvm:need)
from gen/moar/m-CORE.setting:39066 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/CORE.setting.moarvm:need)
from gen/moar/m-CORE.setting:39066 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/CORE.setting.moarvm:need)
from gen/moar/m-CORE.setting:39066 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/CORE.setting.moarvm:need)
from gen/moar/m-CORE.setting:38498 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/CORE.setting.moarvm:need)
from gen/moar/m-CORE.setting:39272 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/CORE.setting.moarvm:need)
from src/Perl6/World.nqp:1190 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/Perl6/World.moarvm:load_module)
from src/Perl6/World.nqp:1120 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/Perl6/World.moarvm:do_pragma_or_load_module)
from src/Perl6/Grammar.nqp:1549 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/Perl6/Grammar.moarvm:statement_control:sym<use>)
from gen/moar/stage2/QRegex.nqp:1379 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/QRegex.moarvm:!protoregex)
from <unknown>:1 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/Perl6/Grammar.moarvm:statement_control)
from src/Perl6/Grammar.nqp:1244 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/Perl6/Grammar.moarvm:statement)
from src/Perl6/Grammar.nqp:1173 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/Perl6/Grammar.moarvm:statementlist)
from gen/moar/stage2/NQPHLL.nqp:1092 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/NQPHLL.moarvm:LANG)
from src/Perl6/Grammar.nqp:1563 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/Perl6/Grammar.moarvm:FOREIGN_LANG)
from src/Perl6/Grammar.nqp:1157 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/Perl6/Grammar.moarvm:comp_unit)
from src/Perl6/Grammar.nqp:460 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/Perl6/Grammar.moarvm:TOP)
from gen/moar/stage2/QRegex.nqp:2093 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/QRegex.moarvm:parse)
from gen/moar/stage2/NQPHLL.nqp:1795 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/NQPHLL.moarvm:parse)
from gen/moar/stage2/NQPHLL.nqp:1751 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/NQPHLL.moarvm:compile)
from gen/moar/stage2/NQPHLL.nqp:1487 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/NQPHLL.moarvm:eval)
from gen/moar/stage2/NQPHLL.nqp:1595 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/NQPHLL.moarvm:)
from gen/moar/stage2/NQPHLL.nqp:1592 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/NQPHLL.moarvm:command_eval)
from src/Perl6/Compiler.nqp:27 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/Perl6/Compiler.moarvm:command_eval)
from gen/moar/stage2/NQPHLL.nqp:1576 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/nqp/lib/NQPHLL.moarvm:command_line)
from gen/moar/m-main.nqp:37 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/perl6.moarvm:MAIN)
from gen/moar/m-main.nqp:33 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/perl6.moarvm:<mainline>)
from <unknown>:1 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/perl6.moarvm:<main>)
from <unknown>:1 (/home/nickl/.rakudobrew/moar-blead-nom/install/share/perl6/runtime/perl6.moarvm:<entry>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment