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.
$ go install github.com/octoberswimmer/omnistudio-activation
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