Silkworm is a WordPress plugin update ticket creation tool. It's meant to bridge the gap between Platypus and Bowerbird, reading the output from Platypus and supplying Bowerbird with information recieved and tickets created.
The Go Programming Language installed to enable building executables from source code.
A variety of json files to enable ticket creation, authorized querying, and changelog gathering (see jsons folder for reference).
Before building the application, change the values of these constants to reflect your environment:
temp string = "/data/automation/temp/"
tokens string = "/data/automation/tokens/"
repos string = "/data/automation/checkouts/"
config string = "desso-automation-conf/atlassian/"Then, from the root folder containing main.go, use the command that matches your environment:
go build -o [name] .GOOS=linux GOARCH=amd64 go build -o [name] .silkworm -r| Command | Action |
|---|---|
-h, --help |
Help information |
-r, --run |
Run program |
-v, --version |
Display program version |
Code is distributed under The Unlicense and is part of the Public Domain.