Unified CLI with all python-openstackclient plugins
Go to file
Zuul 32ef09e8ad Merge "check-plugins job: convert the job to tox" 2019-09-11 04:50:39 +00:00
doc Merge "Advancing the protocal of the website to HTTPS in index.rst." 2019-09-11 04:40:53 +00:00
tests check-plugins job: convert the job to tox 2019-07-31 16:32:45 +09:00
.gitignore Switch to stestr 2018-07-10 16:25:53 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:35:52 +00:00
.stestr.conf Switch to stestr 2018-07-10 16:25:53 +07:00
.zuul.yaml Merge "check-plugins job: convert the job to tox" 2019-09-11 04:50:39 +00:00
LICENSE Initial commit for the OSC metapackage repo. 2017-01-06 14:39:22 -06:00
README.rst update git.openstack.org to opendev 2019-04-25 13:41:32 +00:00
requirements.txt Update sphinx dependency for python 2.7 2019-05-29 15:23:29 +02:00
setup.cfg Merge "Change openstack-dev to openstack-discuss" 2019-09-11 04:40:52 +00:00
setup.py Updated from global requirements 2017-05-17 03:55:54 +00:00
test-requirements.txt Switch to openstackdocstheme 2019-05-29 15:23:32 +02:00
tox.ini Merge "check-plugins job: convert the job to tox" 2019-09-11 04:50:39 +00:00

README.rst

OpenStackClient

Latest Version

Downloads

OpenStackClient (aka OSC) is a command-line client for OpenStack that brings the command set for Compute, Identity, Image, Object Store and Block Storage APIs together in a single shell with a uniform command structure.

The primary goal is to provide a unified shell command structure and a common language to describe operations in OpenStack.

  • PyPi - package installation
  • Online Documentation
  • Launchpad project - release management
  • Blueprints - feature specifications
  • Bugs - issue tracking
  • Source
  • Developer - getting started as a developer
  • Contributing - contributing code
  • Testing - testing code
  • IRC: #openstack-sdks on Freenode (irc.freenode.net)
  • License: Apache 2.0

Getting Started

OpenStack Client can be installed from PyPI using pip:

pip install openstackclient

There are a few variants on getting help. A list of global options and supported commands is shown with --help:

openstack --help

There is also a help command that can be used to get help text for a specific command:

openstack --help
openstack server create --help