Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Scaleout Platform CLI+SDK

Warning - This is highly experimental software atm. No guarantees provided.

Installation

git clone

Recommended to not "taint" your global environment.

Create local environment

python3 -m venv env

Activate the local environment

source env/bin/activate

Install the module and pull dependencies (automagically.)

  • . or the directory where scaleout-cli module is located.
python3 -m pip install -e .

Usage

Access help

scaleout --help