معرفی شرکت ها


eclcli-3.3.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

CLI for Enterprise Cloud 2.0
ویژگی مقدار
سیستم عامل -
نام فایل eclcli-3.3.1
نام eclcli
نسخه کتابخانه 3.3.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده NTT Communications
ایمیل نویسنده -
آدرس صفحه اصلی https://ecl.ntt.com
آدرس اینترنتی https://pypi.org/project/eclcli/
مجوز Apache License, Version 2.0
Enterprise Cloud CLI ====================== Enterprise Cloud CLI (a.k.a eclcli) is an `OpenStackClient <https://github.com/openstack/python-openstackclient>`_ based command-line client for NTT Communications' Enterprise Cloud 2.0 that brings the command set for Baremetal, Compute, SSS, Image, Network, Block Storage and various other APIs together in a single shell with a uniform command structure. The primary goal is to provide a unified user experience for various services provide in ECL2.0 through a uniform command structure. Getting Started ------------------ Enterprise Cloud CLI can be installed from PyPI using pip. .. code-block:: bash $ pip install eclcli Yet it is strongly advised to use `virtualenv <https://virtualenv.pypa.io/en/stable/>`_ to avoid conflicts with system packages, in short: .. code-block:: bash $ virtualenv .venv $ source .venv/bin/activate $ pip install --upgrade eclcli For experienced users we suggest using `pyenv <https://github.com/pyenv/pyenv>`_ with pyenv-virtualenv plugin: Configuration -------------- Before you are able to use CLI you must configure it. The CLI is configured via command-line, environment variables and `~/.config/ecl/clouds.yaml` file. Authentication using username/password is most commonly used. .. code-block:: bash $ export OS_USERNAME=<username> $ export OS_PASSWORD=<password> $ export OS_TENANT_ID=<tenant_id> $ export OS_AUTH_URL=<auth_url> $ export OS_PROJECT_DOMAIN_ID=default $ export OS_USER_DOMAIN_ID=default In certain cases it may be more convenient to use file based configuration using file `~/.config/ecl/clouds.yaml`. For more information see `ECL tutorial page <https://ecl.ntt.com/en/documents/tutorials/eclc/rsts/installation.html>`_. Notice, though, that you may need to use `--os-cloud` option parameter to specify which credentials to use from the file. Listing command references -------------------------- There are a few variants on getting help. A list of global options are supported with ``--help``. .. code-block:: bash $ ecl --help There is also a ``help`` command that can be used to get help text for a specific command. .. code-block:: bash $ ecl help baremetal server create Usage -------- .. code-block:: bash $ ecl command list # Returns all available commands $ ecl baremetal server list # Returns list of baremetal servers $ ecl help baremetal # Returns help for any command Documentation ---------------- Please find more usage documentation on `official site <https://ecl.ntt.com/en/>`_. Support ----------- ECL2.0 users can raise requests via NTT Communications' ticket portal. Contributing ------------- Please contribute using `Github Flow <https://guides.github.com/introduction/flow/>`_ Create a branch, add commits, and `open a pull request <https://github.com/nttcom/eclcli/compare/>`_. License ----------- * Apache 2.0


نیازمندی

مقدار نام
>=1.6 pbr
>=1.9.0 six
!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,!=2.4.0,>=1.3 Babel
!=1.16.0,!=1.17.0,<3.7.0,>=1.15.0 cliff
>=2.9.2 cryptography
>=1.0.0 eclsdk
>=0.17.1 future
<=3.4.0,>=2.1.0 keystoneauth1
<=0.13.0 openstacksdk
>=1.13.1 os-client-config
>=3.7.0 oslo.config
>=2.1.0 oslo.i18n
>=3.5.0 oslo.utils
<3.0.0 pyparsing
<=2.11.0,>=2.0.0 python-glanceclient
!=1.8.0,!=2.1.0,>=1.6.0 python-keystoneclient
!=2.33.0,<=9.1.0,>=2.29.0 python-novaclient
<=4.3.0,>=1.3.1 python-cinderclient
>=2.20.0 requests
>=1.5.0 stevedore
>=0.2 json-merge-patch
<0.9.0,>0.8.3 cmd2


نحوه نصب


نصب پکیج whl eclcli-3.3.1:

    pip install eclcli-3.3.1.whl


نصب پکیج tar.gz eclcli-3.3.1:

    pip install eclcli-3.3.1.tar.gz