summaryrefslogtreecommitdiff
path: root/docs/content
AgeCommit message (Expand)Author
2022-02-27Support piping input to pluginDave Henderson
2022-02-18docs: Add MacPorts installation instructionsHerby Gillot
2022-02-15Clarify plugin documentation re: stdinDave Henderson
2022-02-13Updating install docs (#1309)Dave Henderson
2022-02-13Ensure output file paths existDave Henderson
2022-02-12New crypto.SHA*Bytes functions (#1306)Dave Henderson
2022-02-12New crypto.EncryptAES/DecryptAES functions (#1305)Dave Henderson
2022-02-10conv.URL - add example of how to redact the passwordDave Henderson
2022-02-10Add example of how to use Time.IsDSTDave Henderson
2022-02-05Add function to list datasources (#1287)jeevansai
2022-02-01aws+sm datasource - support reading from SecretBinary when SecretString is no...Dave Henderson
2022-01-09Add strings.Split example to strings.md (#1279)Karl Schriek
2021-09-24Attempt to find the correct default git branch (#1217)Dave Henderson
2021-09-24conv.ToInt: return -1 instead of overflowing on 32-bit systems (#1216)Dave Henderson
2021-09-24crypto.RSAGenerateKey - Enforce key length of at least 2048 bits (#1214)Dave Henderson
2021-09-04Clarify install docs to use stable docker tags (#1204)Dave Henderson
2021-09-03Typo in alias (#1202)SALES
2021-08-23New functions net.ParseIP, net.ParseIPPrefix, and net.ParseIPRange (#1197)Dave Henderson
2021-04-18Fix 'files.IsDir' typo in doc exampleDave Henderson
2021-04-04Merge pull request #1121 from adriens/patch-2SALES
2021-01-24Support different log formats with GOMPLATE_LOG_FORMATDave Henderson
2021-01-24Use etcd-io/bbolt fork instead of boltdb/boltDave Henderson
2020-12-17Adding some links to GitHub DiscussionsDave Henderson
2020-11-08Fixing docker image tagDave Henderson
2020-10-09Fix some Windows file mode issuesDave Henderson
2020-08-27Add EC2Tags functionSuresh Kumar
2020-08-23Add experimental modeDave Henderson
2020-08-19Fall back to JSON/YAML arrays when parsing datasourcesDave Henderson
2020-07-21Document the --datasource-header flagDave Henderson
2020-07-21Fix typos in strings examplesDave Henderson
2020-07-16Add test.Kind/kind and test.IsKind/isKind functionsDave Henderson
2020-07-13Merge pull request #891 from jen20/jen20/gcp-metaDave Henderson
2020-07-13Merge pull request #897 from jen20/jen20/aws-meta-docDave Henderson
2020-07-12Add gcp.Meta function, equivalent to aws.EC2MetaJames Nugent
2020-07-12Document AWS_META_ENDPOINTJames Nugent
2020-07-11Some more install doc clarificationsDave Henderson
2020-07-11Update misleading 'go get' install instructionsDave Henderson
2020-06-14New RSA encrypt/decrypt functions, and new base64.DecodeBytes functionDave Henderson
2020-06-13Allow referencing aws+sm[p] keys that don't start with '/'Dave Henderson
2020-05-15Add directory datasource support to aws+smpDave Henderson
2020-05-15Document variable scopeDave Henderson
2020-05-06Add function regexp.QuoteMetaDave Henderson
2020-05-04New functions coll.Pick and coll.OmitDave Henderson
2020-05-03Add references to the built-in template actionsDave Henderson
2020-05-03Support a config file to use instead of commandline argumentsDave Henderson
2020-01-25Documentation for the gs datasource schemeDave Henderson
2020-01-15Documenting the initial context ($) variableDave Henderson
2019-11-10New git datasourceDave Henderson
2019-10-23New --exec-pipe output optionDave Henderson
2019-10-22Plugins for custom functionsDave Henderson