package
0.5.15
Repository: https://github.com/cisco-pxgrid/cloud-sdk-go.git
Documentation: pkg.go.dev

# 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