bitbucket-cli 0.3.11

A powerful command-line interface for Bitbucket Cloud - manage repos, PRs, issues, and pipelines from your terminal with OAuth 2.0
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod issues;
pub mod pipelines;
pub mod pullrequests;
pub mod repos;

pub use client::*;