Skip to content

tsibley/Dist-Zilla-App-Command-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Dist::Zilla::App::Command::update - A Dist::Zilla (and hence Dist::Milla) command to update generated files

SYNOPSIS

$ dzil update [--trial]
$ milla update    # my use case

DESCRIPTION

This command is approximated by

$ dzil build --no-tgz [--trial]
$ rm -rf Your-Package-x.yz/

but it builds inside a temporary directory. If you've ever used dzil build && dzil clean to update generated files, now you can use dzil update. That's all!

OPTIONS

--trial

Build a trial release, as if dzil build was called with --trial.

AUTHOR

Thomas Sibley tsibley@cpan.org

COPYRIGHT

Copyright 2014- Thomas Sibley

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

dzil

Dist::Zilla

milla

Dist::Milla

About

Provide a `dzil update` command to update generated files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages