Skip to content

att-cloudnative-labs/template-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genesis Template API

Go Report Card Build Status

Parses .genesis.yml files and builds project from templates.

Example cmd usage:

user$ template-api  --targetProjectKey KEY \
                    --targetRepoSlug myrepo \
                    --targetRepoFunctionalDomain domainkey \
                    --targetRepoProjectName test-genesis-proj \
                    --templateProjectName "My Project" \
                    --templateName "My Template" \
                    --options "option1=hello,option2=world"