Skip to content

Gather update information and create Jira tickets.

License

Notifications You must be signed in to change notification settings

farghul/silkworm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silkworm

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 triggering Bowerbird with information recieved and tickets created.

Silkworm

Prerequisite

Googles' Go language installed to enable building executables from source code.

A jira.json file containing your API URL and Bearer token to enable ticket creation:

{
    "base": "Jira Issue base URL",
    "token": "Jira Bearer Token"
}

Build

From the root folder the go files, use the command that matches your environment:

Windows & Mac

go build -o [name] .

Linux

GOOS=linux GOARCH=amd64 go build -o [name] .

Run

[program] [optional flag]

Example:

silkworm -h

Output:

Usage:
  [program] [flag]

Example:
  Adding your path to file if necessary, run:
    silkworm

Additional Options:
  -h, --help 		Help Information
  -v, --version 	Display App Version

Help:
  For more information go to:
    https://github.com/farghul/silkworm.git

License

Code is distributed under The Unlicense and is part of the Public Domain.

About

Gather update information and create Jira tickets.

Topics

Resources

License

Stars

Watchers

Forks

Languages