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
8
9
10
11
pub mod issue;
pub mod pipeline;
pub mod pr;
pub mod repo;
pub mod user;

pub use issue::*;
pub use pipeline::*;
pub use pr::*;
pub use repo::*;
pub use user::*;