NAME
Pinto::Manual::QuickStart - A condensed summary of Pinto
VERSION
version 0.14
INSTALLING PINTO
source ~/opt/ local /pinto/etc/bashrc
|
CREATING A REPOSITORY
pinto -r /repo/dir init
pinto init /repo/dir
pinto -r /repo/dir init --stack dev
|
BROWSING A REPOSITORY
pinto -r /repo/dir list
pinto -r /repo/dir list -P Foo::Bar
pinto -r /repo/dir list -A JOE
pinto -r /repo/dir list --stack dev
pinto -r /repo/dir list dev
|
PULLING UPSTREAM DISTRIBUTIONS
pinto -r /repo/dir pull Foo::Bar
pinto -r /repo/dir pull Foo~2.4
pinto -r /repo/dir pull Foo==2.4
pinto -r /repo/dir pull AUTHOR/Foo-Bar-1.9.tar.gz
pinto -r /repo/dir pull --pin Foo::Bar~2.4
pinto -r /repo/dir pull Foo::Bar Baz::Qux ...
pinto -r /repo/dir pull < LIST_OF_PACKAGES
dzil listdeps | pinto -r /repo/dir pull
pinto -r /repo/dir pull --stack dev Foo::Bar
|
ADDING LOCAL DISTRIBUTIONS
pinto -r /repo/dir add My-Dist-1.0.tar.gz
pinto -r /repo/dir add --author SHAKESPEARE My-Dist-1.0.tar.gz
pinto -r /repo/dir add --pin My-Dist-1.0.tar.gz
pinto -r /repo/dir add --stack dev My-Dist-1.0.tar.gz
|
INSTALLING THINGS
pinto -r /repo/dir install Foo::Bar
pinto -r /repo/dir --stack dev install Foo::Bar
pinto -r /repo/dir install -- do -pull Foo::Bar
|
MANAGING STACKS
pinto -r /repo/dir new qa
pinto -r /repo/dir copy dev qa
pinto -r /repo/dir kill dev
pinto -r /repo/dir rename dev prod
pinto -r /repo/dir default qa
pinto -r /repo/dir props
pinto -r /repo/dir props --property NAME=VALUE
pinto -r /repo/dir stacks
|
USING PINS
pinto -r /repo/dir pin Foo::Bar
pinto -r /repo/dir pin --stack dev Foo::Bar
pinto -r /repo/dir pin AUTHOR/Foo-Bar-1.0.tar.gz
pinto -r /repo/dir unpin Fo::Bar
pinto -r /repo/dir unpin --stack dev Foo::Bar
pinto -r /repo/dir unpin AUTHOR/Foo-Bar-1.0.tar.gz
|
VERSION CONTROL
pinto -r /repo/dir log
pinto -r /repo/dir log dev
pinto -r /repo/dir diff qa
pinto -r /repo/dir diff dev qa
pinto -r /repo/dir merge dev qa
|
MISCELLANY
pinto -r /repo/dir verify
pinto -r /repo/dir stats
pinto -r /repo/dir clean
pinto -r /repo/dir roots
|
GETTING MORE HELP
pinto commands
pinto help COMMAND
pinto manual COMMAND
|
SEE ALSO
Pinto::Manual::Tutorial
Pinto::Manual::Installing
Pinto (the library)
pinto (the command)
AUTHOR
Jeffrey Ryan Thalhammer <jeff@stratopan.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.