• Example of usage : cf bind-local-ups -path .env -service-names serviceNamesValue1 -service-names serviceNamesvalue2 -tags tagsValue1 -tags tagsValue2 -quote-vcap

    Parameters

    • filePath: string

      : string

    • instanceNames: string[]

      : string[]

    • Optionaltags: string[]

      : string[] (Optional)

    • OptionalquoteVcap: boolean

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

    Returns Promise<void>