Skip to content

octoberswimmer/omnistudio-activation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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