Metadata-Version: 2.0
Name: oci-cli
Version: 2.4.11
Summary: Oracle Cloud Infrastructure CLI
Home-page: https://docs.us-phoenix-1.oraclecloud.com/Content/API/SDKDocs/cli.htm
Author: Oracle
Author-email: joe.levy@oracle.com
License: Universal Permissive License 1.0 or Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: Universal Permissive License (UPL)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: arrow (==0.10.0)
Requires-Dist: certifi
Requires-Dist: click (==6.7)
Requires-Dist: configparser (==3.5.0)
Requires-Dist: cryptography (==1.9)
Requires-Dist: httpsig-cffi (==15.0.0)
Requires-Dist: jmespath (==0.9.3)
Requires-Dist: oci (==1.3.9)
Requires-Dist: pyOpenSSL (<=17.0.0)
Requires-Dist: python-dateutil (==2.5.3)
Requires-Dist: pytz (==2016.10)
Requires-Dist: requests[security] (==2.11.1)
Requires-Dist: retrying (==1.3.3)
Requires-Dist: six (==1.10.0)
Requires-Dist: terminaltables (==3.1.0)

Oracle Cloud Infrastructure CLI
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

About
=====
This is the command line interface for Oracle Cloud Infrastructure.

The project is open source and maintained by Oracle Corp. The home page for the project is `here`__.

__ https://docs.us-phoenix-1.oraclecloud.com/Content/API/SDKDocs/cli.htm


Installation
============

Mac / Linux
-----------
::

    curl -L "https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh" | bash

Windows
-------
::

    powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.ps1'))"

See the `installation guide`__ for detailed installation instructions, options and troubleshooting.

__ https://docs.us-phoenix-1.oraclecloud.com/Content/API/SDKDocs/cli.htm#CLIInstallationOptions


Usage
=====
To get help with the command line:
::

    oci --help

or

::

    oci -h


Examples
========
Examples can be found here__ under the section 'Example Commands'.

__ https://docs.us-phoenix-1.oraclecloud.com/Content/API/SDKDocs/cli.htm#use


Documentation
=============

Detailed documentation for CLI prerequisites, installation and configuration, and troubleshooting can be found here__.

__ https://docs.us-phoenix-1.oraclecloud.com/Content/API/SDKDocs/cli.htm


Help
====
See the “Questions or Feedback?” section here__.

__ https://docs.us-phoenix-1.oraclecloud.com/Content/API/SDKDocs/cli.htm#questions


Changes
=======
See CHANGELOG__.

__ https://github.com/oracle/oci-cli/blob/master/CHANGELOG.rst


Contributing
============
oci-cli is an open source project. See CONTRIBUTING__ for details.

Oracle gratefully acknowledges the contributions to oci-cli that have been made by the community.

__ https://github.com/oracle/oci-cli/blob/master/CONTRIBUTING.rst


Known Issues
============
You can find information on any known issues with the CLI here__ and under the “Issues__” tab of this project's `GitHub repository`__.

__ https://docs.us-phoenix-1.oraclecloud.com/Content/knownissues.htm
__ https://github.com/oracle/oci-cli/issues
__ https://github.com/oracle/oci-cli


License
=======
Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.

This SDK and sample is dual licensed under the Universal Permissive License 1.0 and the Apache License 2.0.

See LICENSE__ for more details.

__ https://github.com/oracle/oci-cli/blob/master/LICENSE.txt

