CFConfig Documentation
  • Introduction
  • The Basics
    • About This Book
    • Authors
    • Overview
    • Getting Started Guide
    • Supported Engines
    • Config Items
  • Using the CLI
    • Installation
    • Usage
    • CommandBox Server Interceptors
      • Server Start
      • Server Stop
    • Command Overview
      • Export Settings
      • Import Settings
      • Transfer Settings
      • Diff Settings
      • Set/View Settings
      • Manage Datasources
      • Manage CF Mappings
      • Manage Caches
      • Manage Mail Servers
      • Manage Event Gateway Configuration
      • Manage Event Gateway Instances
      • Manage Lucee Loggers
      • Manage Scheduled Tasks
    • JSON File Storage
    • Env Var Overrides
  • Using the Services
    • Installation
    • Component Overview
    • API Overview
Powered by GitBook
On this page
  • List all Event Gateway Instances
  • Add or update an Event Gateway Instance
  • Delete an Event Gateway Instance

Was this helpful?

Edit on GitHub
Export as PDF
  1. Using the CLI
  2. Command Overview

Manage Event Gateway Instances

Event Gateway Instances are currently only supported for Adobe ColdFusion. Please contact us if you'd like to sponsor this feature.

List all Event Gateway Instances

cfconfig eventgatewayinstance list
cfconfig eventgatewayinstance list from=serverName
cfconfig eventgatewayinstance list from=/path/to/server/home

To receive the data back as JSON, use the --JSON flag.

cfconfig eventgatewayinstance list --JSON

Add or update an Event Gateway Instance

cfconfig eventgatewayinstance save myInstanceId myType "/path1/some.cfc,/path2/code.cfc"
cfconfig eventgatewayinstance save gatewayId=myInstanceId type=myType cfcPaths="/path1/some.cfc,/path2/code.cfc" configurationPath="path3" to=serverName
cfconfig eventgatewayinstance save gatewayId=myInstanceId type=myType cfcPaths="/path1/some.cfc,/path2/code.cfc" configurationPath="path3" to=/path/to/server/home

Delete an Event Gateway Instance

cfconfig eventgatewayinstance delete myInstanceId
cfconfig eventgatewayinstance delete myInstanceId serverName
cfconfig eventgatewayinstance delete myInstanceId /path/to/server/home
PreviousManage Event Gateway ConfigurationNextManage Lucee Loggers

Last updated 9 months ago

Was this helpful?