RETIRED, Redfish CLI client built on top of sushy library to talk to Redfish BMC from command line. Mostly intended for developers and testers.
Go to file
khansa f1bfcef806 Update tox.ini file
adding pep8 test

Change-Id: I753e5b07a5a2fd2bf2daf004d9af97bd952adf0b
2020-01-20 12:41:07 +01:00
.github new project template 2020-01-07 22:47:34 +01:00
docs new project template 2020-01-07 22:47:34 +01:00
sushycli new project template 2020-01-07 22:47:34 +01:00
tests new project template 2020-01-07 22:47:34 +01:00
.editorconfig new project template 2020-01-07 22:47:34 +01:00
.gitignore new project template 2020-01-07 22:47:34 +01:00
.gitreview Add .gitreview file 2020-01-15 18:07:31 +01:00
.travis.yml new project template 2020-01-07 22:47:34 +01:00
.zuul.yaml Waking up Zuul 2020-01-15 17:58:10 +01:00
AUTHORS.rst new project template 2020-01-07 22:47:34 +01:00
CONTRIBUTING.rst new project template 2020-01-07 22:47:34 +01:00
HISTORY.rst new project template 2020-01-07 22:47:34 +01:00
LICENSE new project template 2020-01-07 22:47:34 +01:00
Makefile new project template 2020-01-07 22:47:34 +01:00
MANIFEST.in new project template 2020-01-07 22:47:34 +01:00
README.rst new project template 2020-01-07 22:47:34 +01:00
requirements_dev.txt new project template 2020-01-07 22:47:34 +01:00
requirements.txt Update tox.ini file 2020-01-20 12:41:07 +01:00
setup.cfg new project template 2020-01-07 22:47:34 +01:00
setup.py new project template 2020-01-07 22:47:34 +01:00
test-requirements.txt Update tox.ini file 2020-01-20 12:41:07 +01:00
tox.ini Update tox.ini file 2020-01-20 12:41:07 +01:00

sushycli

image

image

Documentation Status

a Redfish command line interface client tool built on top of sushy library to manage Redfish BMC resources.

Usage

In order to get you a copy of the project up and running on your local machine follow these steps:

  • Clone the project
  • Run python setup.py install
  • Run pip install -e .