diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-02-26 10:37:45 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-02-26 10:37:45 +0000 |
| commit | b5b5fdd78ad0d191bdf07a56293fecaa43002e75 (patch) | |
| tree | a3847968ed304be443e16cb47bb648b3b6a69c9e /doc/source/command-objects/module.rst | |
| parent | 45d6c1fb1fd83451ef0e236cf4320acd7224e0b7 (diff) | |
| parent | b733ecf3ddc06ee1d75f570dddc4d81f71a8d1bf (diff) | |
| download | python-openstackclient-b5b5fdd78ad0d191bdf07a56293fecaa43002e75.tar.gz | |
Merge "Add missing command/configuration object"
Diffstat (limited to 'doc/source/command-objects/module.rst')
| -rw-r--r-- | doc/source/command-objects/module.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/source/command-objects/module.rst b/doc/source/command-objects/module.rst new file mode 100644 index 00000000..c3bc1372 --- /dev/null +++ b/doc/source/command-objects/module.rst @@ -0,0 +1,22 @@ +====== +module +====== + +Internal + +Installed Python modules in the OSC process. + +module list +----------- + +List module versions + +.. program:: module list +.. code:: bash + + os module list + [--all] + +.. option:: --all + + Show all modules that have version information |
