The cli is available with a pip install hypergan
If you use virtualenv:
virtualenv --system-site-packages -p python3 hypergansource hypergan/bin/activate
hypergan -h
# Train a 32x32 gan with batch size 32 on a folder of pngshypergan train [folder] -s 32x32x3 -b 32 --config [name]
hypergan sample [folder] -s 32x32x3 -b 32 --config [name] --sampler batch_walk --sample_every 5 --save_samples