Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/cli/cloudFoundryLogParser"

Index

Variables

Const routes

routes: Microgrammar<object> = Microgrammar.fromString<{ endpoint: string }>(// tslint:disable-next-line:no-invalid-template-strings"routes:${endpoint}",{endpoint: /[http:\/\/]?[a-zA-Z0-9\-.]+/,},)

Const urls

urls: Microgrammar<object> = Microgrammar.fromString<{ endpoint: string }>(// tslint:disable-next-line:no-invalid-template-strings"urls:${endpoint}",{endpoint: /[http:\/\/]?[a-zA-Z0-9\-.]+/,},)

Functions

parseCloudFoundryLogForEndpoint

  • parseCloudFoundryLogForEndpoint(cfLog: string): string | undefined
  • Use a microgrammar to parse the Cloud Foundry log to extract the endpoint url if found. Look for urls: or routes: style exposure in log.

    Parameters

    • cfLog: string

    Returns string | undefined

Generated using TypeDoc