Metadata-Version: 2.1
Name: oci-cli
Version: 3.5.2
Summary: Oracle Cloud Infrastructure CLI
Home-page: https://docs.cloud.oracle.com/iaas/Content/API/Concepts/cliconcepts.htm
Author: Oracle
Author-email: joe.levy@oracle.com
License: Universal Permissive License 1.0 or Apache License 2.0
Description: 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.cloud.oracle.com/Content/API/Concepts/cliconcepts.htm
        
        
        Installation
        ============
        
        Mac OS X
        --------
        ::
        
            brew install oci-cli
        
        Linux
        -----
        ::
        
            bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)"
        
        Oracle Linux 7
        --------------
        ::
        
            sudo yum install python36-oci-cli
        
        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.cloud.oracle.com/Content/API/SDKDocs/cliinstall.htm
        
        Offline Installation
        ====================
        
        1. Go to the `CLI releases page`__ and locate the required CLI version.
        
        2. For the release, go to the "Assets" area.
        
        3. Download and copy the zip file for your Operating System to the environment where you want to install CLI.
        
        4. Unzip the file and execute the following from inside the unzipped folder:
        
         a. Linux:
             ::
        
                  bash install.sh --offline-install
        
         b. Windows
             ::
        
                  install.ps1 -OfflineInstall
        
        __ https://github.com/oracle/oci-cli/releases
        
        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.cloud.oracle.com/Content/API/SDKDocs/cliusing.htm
        
        
        Documentation
        =============
        
        Detailed documentation for CLI prerequisites, installation and configuration, and troubleshooting can be found here__.
        
        __ https://docs.cloud.oracle.com/Content/API/Concepts/cliconcepts.htm
        
        
        Help
        ====
        See the “Questions or Feedback?” section here__.
        
        __ https://docs.cloud.oracle.com/Content/API/SDKDocs/clitroubleshooting.htm
        
        
        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__, here__ and under the “Issues__” tab of this project's `GitHub repository`__.
        
        __ https://docs.cloud.oracle.com/Content/knownissues.htm
        __ https://github.com/oracle/oci-cli/blob/master/COMMON_ISSUES.rst
        __ https://github.com/oracle/oci-cli/issues
        __ https://github.com/oracle/oci-cli
        
        
        License
        =======
        Copyright (c) 2016, 2019, 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
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 :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Provides-Extra: db
