معرفی شرکت ها


dobg-0.0.23


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Digital Ocean CLI tool for managing Droplets
ویژگی مقدار
سیستم عامل -
نام فایل dobg-0.0.23
نام dobg
نسخه کتابخانه 0.0.23
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Marko Latinovic
ایمیل نویسنده markolat@outlook.com
آدرس صفحه اصلی https://github.com/markolat/dobgcli
آدرس اینترنتی https://pypi.org/project/dobg/
مجوز -
# DOBGCLI Command line tool for easier management of your Digital Ocean droplets. ## Getting started ### Prerequisities You will need to install [Python3](https://www.python.org/downloads/). Pip3 should be included in Python3 installation. Otherwise, install [pip3](https://pip.pypa.io/en/stable/installing/) manually. ### Installing Use `pip3 install dobg` to install dobgcli globally or `pip install dobg` inside your virtual environment. Make sure, though, that virtual environment is using Python3. ### Start using dobgcli This command will display general help message where you can see all subcommands and what they're used for: ``` dobg [-h] ``` You will need to set up config file with your Digital Ocean token: ``` dobg settoken <your_token> ``` After that, you will be able to use all other subcommands. ## Subcommands ### List of subcommands: - `settoken` sets the user's Digital Ocean token in config file; - `createdroplet` creates new droplet; - `deletedroplet` destroys a droplet; - `listdroplets` lists all of user's droplets; - `listsizes` lists all available sizes; - `listimages` lists all available images;


نحوه نصب


نصب پکیج whl dobg-0.0.23:

    pip install dobg-0.0.23.whl


نصب پکیج tar.gz dobg-0.0.23:

    pip install dobg-0.0.23.tar.gz