glusto.main module

Glusto CLI wrapper

glusto.main.handle_configs(config_list)

Load default and user-specified configuration files

glusto.main.main()

Entry point console script for setuptools.

Provides a command-line interface to Glusto.

Currently does nothing useful, but plan to wrap Glusto functionality in a CLI interface that can be injected into shell scripts, etc.

Example

# glusto run hostname.example.com “uname -a”