The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

App-BitBucketCli Coverage Status App-bitbucket-cli

This module provides the C command for interacting with the Atlasian BitBucket Server (nee Stash). It provides tools to view Pull Requests, list projects and repositories and more. INSTALLATION

To install this module, run the following commands: # from CPAN # with cpanm client (https://cpanmin.us/) cpanm [--sudo] App::BitBucketCli # with cpan client cpan App::BitBucketCli # from source perl Build.PL ./Build ./Build test ./Build install SYNOPSIS

bb-cli [option] command OPTIONS: -v --verbose Show more detailed option --version Prints the version information --help Prints this help information --man Prints the full documentation for bb-cli COMMANDS: CONFIGURATION

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command. perldoc App::BitBucketCli You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-BitBucketCli AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/App-BitBucketCli CPAN Ratings http://cpanratings.perl.org/d/App-BitBucketCli Search CPAN http://search.cpan.org/dist/App-BitBucketCli/ Source Code git://github.com/ivanwills/App-bitbucket-cli.git COPYRIGHT AND LICENCE

Copyright (C) 2017 Ivan Wills This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information.