App::Pinto::Command::init(3pm) | User Contributed Perl Documentation | App::Pinto::Command::init(3pm) |
App::Pinto::Command::init - create a new repository
version 0.097
pinto --root=REPOSITORY_ROOT init [OPTIONS] [STACK]
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 argument is the name of the initial stack. Stack names must be alphanumeric plus hyphens, underscores and periods, and are not case-sensitive. Defaults to "master".
If you choose not to mark the default stack, then you'll be required to specify the "--stack" option for most commands. You can always mark (or unmark) the default stack at any time by using the default command.
You can specify multiple repository URLs 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) 2013 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.
2019-02-24 | perl v5.28.1 |