Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

yngveh/sprig-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sprig command line tool

Command line for Sprig

Install

go install github.com/yngveh/sprig-cli@latest

Usage

Template from file

sprig-cli -tmpl /path/to/template.tpl -data /path/to/data.yaml

Template from stdin

echo "{{ uuidv4 }}" | sprig-cli
echo "{{ .root.key1 }}" | spring-cli -data test/my-data.yaml

Build

make

About

Comand line tool for Sprig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published