Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 809 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 809 Bytes

Reactivate OmniStudio OmniScripts and Flex Cards

Port of node puppeteer script to generate LWC components for OmniStudio OmniScripts and FlexCards to Go and chromedp.

The active force CLI login is used, so log in using force login or set your active user using force active -a <username> before running your application.

Installation

$ go install github.com/octoberswimmer/omnistudio-activation

Debugging

To run the application in a non-headless browser:

$ env HEADLESS=false go run main.go

Enable debug logging by setting the DEBUG environment variable to true.

$ env DEBUG=true go run main.go