معرفی شرکت ها


bb-cli-0.6.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Bitbucket's command line tool
ویژگی مقدار
سیستم عامل -
نام فایل bb-cli-0.6.0
نام bb-cli
نسخه کتابخانه 0.6.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Paul Nameless
ایمیل نویسنده reacsdas@gmail.com
آدرس صفحه اصلی https://github.com/paul-nameless/bb
آدرس اینترنتی https://pypi.org/project/bb-cli/
مجوز Unlicense
# bb Bitbucket's command line tool > It's like `gh` ([GitHub's CLI](https://github.com/cli/cli)) but for BitBucket This tools is very basic but it does all what I need at the moment (though I am happy to accept PRs) ![bb screenshot](screenshot.png) ## Installation ```sh pip3 install bb-cli ``` ## Auth At the moment the only way it works is by `App passwords` auth: [https://bitbucket.org/account/settings/app-passwords/](https://bitbucket.org/account/settings/app-passwords/) > For this you need to have 2FA enabled At first launch, `bb` will ask for user and password that you generated at bitbucket and write to `~/.config/bb/conf.py`. That's plain python file and you can use it to store information securely: ```python import os pswd = os.popen("pass show ep/bb-cli | head -n 1").read().strip() user = os.popen("pass show ep/bb-cli | grep username").read().strip().split(" ")[-1] AUTH = (user, pswd) ``` ## Usage ```sh > bb pr --help Usage: bb pr [OPTIONS] COMMAND [ARGS]... Manage pull requests Options: --help Show this message and exit. Commands: approve Approve PR by ID checkout Checkout PR by ID comments View comments for PR by ID commits View commits of PR by ID create Create new PR decline Decline PR by ID diff Show diff by PR ID list List all PRs merge Merge PR by ID request-changes Request changes for PR by ID status Shows more detailed information about PRs (Build,... ``` ## Example ```sh git checkout -b test-bb echo Changes > file.txt git add file.txt git commit -m 'New very important patch' # push current branch to remote and create PR bb pr create bb pr status bb pr merge 1 ```


نیازمندی

مقدار نام
>=0.6.12,<0.7.0 dateutils
>=0.3.2,<0.4.0 typer
>=3.4.1,<4.0.0 humanize
>=2.25.1,<3.0.0 requests
>=10.1.0,<11.0.0 rich


زبان مورد نیاز

مقدار نام
>=3.9,<4.0 Python


نحوه نصب


نصب پکیج whl bb-cli-0.6.0:

    pip install bb-cli-0.6.0.whl


نصب پکیج tar.gz bb-cli-0.6.0:

    pip install bb-cli-0.6.0.tar.gz