gucci icon indicating copy to clipboard operation
gucci copied to clipboard

Templating on the command line with sprig.

Results 12 gucci issues
Sort by recently updated
recently updated
newest added

I tried to install gucci by following steps from Readme: ``` VERSION=1.5.5 wget -q https://github.com/noqcks/gucci/releases/download/${VERSION}/gucci-v${VERSION}-darwin-amd64 chmod +x gucci-v${VERSION}-darwin-amd64 mv gucci-v${VERSION}-darwin-amd64 /usr/local/bin/gucci ``` But wget can't find the binary to download.

Although the ability to reference environment variables with the `{{ .VARNAME }}` syntax is useful, it throws when `VARNAME` is not defined. It is sometimes useful to have the shell...

size/XS

Hi, if i'm not mistaken it is only possible to read template files from stdin but not json data to be used. I'd like to be able to do something...

Currently, `gucci` allows a single vars file to be provided while transforming gotemplates. It would help if `gucci` allows an arbitrary number of vars files to be provided.

Hello, First of all, thanks for this great project. I'm using it and it's working great. This is a feature request to allow to include templates in the current template....

Currently we have no way to pass arrays via the -s command line arg. We should support this.

Recently #57 was merged which addressed the most critical security warnings. However, it might be beneficial to just update all remaining dependencies so everything is on the latest version? Is...

I'm unable to convert a (map) section of the values file to JSON because of this error: ``` $ gucci -f test.yaml < g.tpl V (map):Failed to parse standard input:...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...

size/S
dependencies
go