App::Pinto::Command::log(3pm) | User Contributed Perl Documentation | App::Pinto::Command::log(3pm) |
App::Pinto::Command::log - show the revision logs of a stack
version 0.14
pinto --root=REPOSITORY_ROOT log [STACK] [OPTIONS]
!! THIS COMMAND IS EXPERIMENTAL !!
This command shows the revision logs for the stack.
As an alternative to the "--stack" option, you can specify it as an argument. So the following examples are equivalent:
pinto --root REPOSITORY_ROOT log --stack=dev pinto --root REPOSITORY_ROOT log dev
A "stack" argument will override anything specified with the "--stack" option. If the stack is not specified using neither argument nor option, then the logs of the default stack will be shown.
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 |