Skip to main content

bbtool is a command line tool to manage BitBucket

Project description

bbtool is a command line tool to manage BitBucket

List of commands and –options

  • auth
    • login
      • –username

      • –password

  • pullrequest
    __required options for all__

    –owner Organization or account on Bitbucket

    –repo Repository to connect

    • listall

    • oldest

      –id True or False

      –branch True or False

    • accept

      –id Integer

      –message String

How to use

Commands

$ b2tool command options

Authenticate on bitbucket

$ b2tool auth login --username jesuejunior --password abc123

List all pull requests

$ b2tool pullrequest listall --owner jesuejunior --repo projectA

List oldest pull requests with ID and branch

$ b2tool pullrequest oldest --owner jesuejunior --repo projectA

Print only id of oldest pull requests

$ b2tool pullrequest oldest --owner jesuejunior --repo projectA  --id True

Print only branch of oldest pull requests

$ b2tool pullrequest oldest --owner jesuejunior --repo projectA  --branch True

Accept pull request with id 100

$ b2tool pullrequest accept --owner jesuejunior --repo projectA  --id 100 --message 'Accept this pull request ok'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

b2tool-0.0.4.tar.gz (4.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page