App::Pinto::Command::init(3pm) | User Contributed Perl Documentation | App::Pinto::Command::init(3pm) |
App::Pinto::Command::init - create a new repository
version 0.14
pinto --root=REPOSITORY_ROOT init [OPTIONS]
This command creates a new repository. If the target directory does not exist, it will be created for you. If it does already exist, then it must be empty. You can set the configuration properties of the new repository using the command line options listed below.
The path to the repository root directory can also be be given as an argument, which will silently override the "--root" option. So the following are equivalent:
pinto --root=/some/directory init pinto init /some/directory
You can specify multiple repository URIs by repeating the "--source" option. Repositories that appear earlier in the list have priority over those that appear later. See Pinto::Manual for more information about using multiple upstream repositories.
Jeffrey Ryan Thalhammer <jeff@stratopan.com>
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.
2022-10-16 | perl v5.34.0 |