Create lftools cli 68/4068/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 5 Mar 2017 01:06:56 +0000 (20:06 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 5 Mar 2017 01:55:57 +0000 (20:55 -0500)
commit3adb0264373a8c4ba5410399cf332814b68184a7
tree5e7e747a96c3a1cfed308d1799d0faead9cfd9a5
parent78476d368817f861f4ed1a45a1468b097d25943d
Create lftools cli

lftools cli becomes a wrapper for Shell scripts as well as a cli for
lftools Python components. Use the 'version' script as a starting point.

This patch also:

* Initializes automated Shell docs
* Improves version script to be callable from lftools cli

Change-Id: I21c7997745af0d3852d5b86d928832e7a8486fa4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.gitignore
MANIFEST.in [new file with mode: 0644]
docs/index.rst
docs/shell.rst [new file with mode: 0644]
lftools/__init__.py [new file with mode: 0644]
lftools/cli.py [new file with mode: 0644]
requirements.txt
setup.py
shell/version