All Projects → oracle → Oci Cli

oracle / Oci Cli

Licence: other
Command Line Interface for Oracle Cloud Infrastructure

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Oci Cli

Amp
** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.
Stars: ✭ 74 (-64.25%)
Mutual labels:  cloud, infrastructure
Kubicorn
kubicorn is a free and open source project that solves the Kubernetes infrastructure problem and gives users a rich golang library to work with infrastructure.
Stars: ✭ 1,671 (+707.25%)
Mutual labels:  cloud, infrastructure
Gomplate
A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
Stars: ✭ 1,270 (+513.53%)
Mutual labels:  cloud, cli
Infra Personal
Terraform for setting up my personal infrastructure
Stars: ✭ 45 (-78.26%)
Mutual labels:  cloud, infrastructure
Bashhub Server
Private cloud shell history. Open source server for bashhub https://github.com/rcaloras/bashhub-client
Stars: ✭ 189 (-8.7%)
Mutual labels:  cloud, cli
Awless Templates
Repository of examples for awless templates (see https://github.com/wallix/awless)
Stars: ✭ 59 (-71.5%)
Mutual labels:  cloud, cli
Trino
Trino: Master your translations with command line!
Stars: ✭ 118 (-43%)
Mutual labels:  cloud, cli
K8s On Raspbian
Kubernetes on Raspbian (Raspberry Pi)
Stars: ✭ 839 (+305.31%)
Mutual labels:  cloud, bare-metal
Pulumi Aws
An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS
Stars: ✭ 169 (-18.36%)
Mutual labels:  cloud, infrastructure
Foreman
an application that automates the lifecycle of servers
Stars: ✭ 2,102 (+915.46%)
Mutual labels:  cloud, infrastructure
Addon Lxdone
Allows OpenNebula to manage Linux Containers via LXD
Stars: ✭ 36 (-82.61%)
Mutual labels:  cloud, infrastructure
Deploykit
A toolkit for creating and managing declarative, self-healing infrastructure.
Stars: ✭ 2,237 (+980.68%)
Mutual labels:  cloud, infrastructure
Pci Paas Webapp Ase Sqldb Appgateway Keyvault Oms
Azure PCI PaaS Reference Architecture
Stars: ✭ 36 (-82.61%)
Mutual labels:  cloud, infrastructure
Sceptre
Build better AWS infrastructure
Stars: ✭ 1,160 (+460.39%)
Mutual labels:  cloud, infrastructure
Vercel
Develop. Preview. Ship.
Stars: ✭ 8,015 (+3771.98%)
Mutual labels:  cloud, cli
Linchpin
ansible based multicloud orchestrator
Stars: ✭ 107 (-48.31%)
Mutual labels:  cloud, cli
Alm
Cloud-Native Application Lifecycle Management (ALM)
Stars: ✭ 637 (+207.73%)
Mutual labels:  cloud, infrastructure
Crowbar
Cloud Operations Platform
Stars: ✭ 760 (+267.15%)
Mutual labels:  bare-metal, cli
Terrahub
Terraform Automation and Orchestration Tool (Open Source)
Stars: ✭ 148 (-28.5%)
Mutual labels:  cloud, infrastructure
Platformsh Cli
The unified tool for managing your Platform.sh services from the command line.
Stars: ✭ 192 (-7.25%)
Mutual labels:  cloud, cli

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


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__ 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/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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].