# README
basic-consumer
A pxGrid Cloud app to receive messages from Cisco ISE
Build
go build
This will generate a binary named basic-consumer
in ths current directory.
Run
Show command options
./basic-consumer -help
Usage of ./basic-consumer:
-config string
Configuration yaml file to use (required)
-debug
Enable debug output
-insecure
Insecure TLS
A configuration file is required. Refer to config_sample.yaml
for the details.
Run with configuration
./basic-consumer -config config.yaml