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
Andreas Jaeger a9bfbb7d06 Cleanup py27 support
Make a few cleanups:
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Update classifiers
- Update requirements, no need for python_version anymore

Change-Id: Ie60240f0478298ace4ed228baf41b49bef731dc2
2020-04-05 20:09:15 +02:00
doc Cleanup py27 support 2020-04-05 20:09:15 +02:00
releasenotes Add system BIOS management command 2020-03-26 15:53:24 +01:00
sushycli Add system BIOS management command 2020-03-26 15:53:24 +01:00
zuul.d Add CI hooks and reno 2020-01-28 08:20:39 +01:00
.gitignore Update commands to generate docs, renos and pdf 2020-02-18 16:29:01 +01:00
.gitreview Fix gitreview host 2020-02-18 10:49:26 -06:00
.stestr.conf Rearrange project layout 2020-01-28 08:20:19 +01:00
.travis.yml new project template 2020-01-07 22:47:34 +01:00
CONTRIBUTING.rst Rearrange project layout 2020-01-28 08:20:19 +01:00
HACKING.rst Rearrange project layout 2020-01-28 08:20:19 +01:00
LICENSE Rearrange project layout 2020-01-28 08:20:19 +01:00
Makefile new project template 2020-01-07 22:47:34 +01:00
README.rst Improve docstrings and README 2020-02-13 08:26:15 +01:00
lower-constraints.txt Bump hacking to 3.0.0 2020-03-30 11:49:52 +02:00
requirements.txt Add `--insecure` and `--tls-certificates` options 2020-03-11 17:57:47 +01:00
setup.cfg Cleanup py27 support 2020-04-05 20:09:15 +02:00
setup.py Rearrange project layout 2020-01-28 08:20:19 +01:00
test-requirements.txt Bump hacking to 3.0.0 2020-03-30 11:49:52 +02:00
tox.ini Switch to the new canonical constraints URL on master 2020-04-02 15:55:25 +02:00

README.rst

About Sushy CLI

Sushy CLI tool is intended to help human beings to communicate with Redfish based baseboard management controllers (BMC).

BMCs offer powerful means of controlling bare metal machines. For example, one can flip machine power, change BIOS configuration or even flash the firmware.

The sushycli tool offers a friendly command-line interface to some of the BMC features. It's main audience include software developers working on bare metal management automation and system administrators handling the raw iron with bare hands.