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
khansaAmrouni 8a6e646f0f new project template 2020-01-07 22:47:34 +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
.travis.yml new project template 2020-01-07 22:47:34 +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
MANIFEST.in new project template 2020-01-07 22:47:34 +01:00
Makefile 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
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
tox.ini new project template 2020-01-07 22:47:34 +01:00

README.rst

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 .