Skip to content

jesuejunior/b2tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

b2tool

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'

About

bbtool is a command line tool to manage BitBucket

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages