Function cfBindLocalServices

    • Example of usage : cf bind-local -path .env -service-names serviceName1 serviceName2 -service-keys serviceKeys1 serviceKeys2 -tags tagsValue1 tagsValue2 -params {"permissions":["development"]} -quote-vcap

    Parameters

    • filePath: string

      : string

    • instanceNames: string[]

      : string[]

    • Optionaltags: string[]

      : string[] (Optional)

    • OptionalserviceKeyNames: string[]

      : string[] (Optional)

    • OptionalserviceKeyParams: unknown[]

      : any[] (Optional) Example: {"pemissions":["development"]}

    • OptionalquoteVcap: boolean

      : boolean (Optional) If true, it will surround the VCAP_SERVICES JSON object with single quotes

    Returns Promise<void>