Share Secrets Safely Cli Versions Save

share secrets within teams to avoid plain-text secrets from day one

4.0.11

3 years ago

Please note that the linux build seems to fail on my machine as cargo is unable to download anything from crates.io. Thus for now I only provide binaries for MacOS.

For linux builds, please have a look at older releases.

4.0.10

4 years ago

4.0.8

4 years ago

In addition to updated dependencies, the extract and substitute sub-commands learned the --no-stdin flag.

4.0.7

4 years ago

You can now pass partial templates for use in liquid and handlebars directly using the '--partials=templatepath...' flag in the 'substitute' subcommand.

4.0.6

4 years ago
  • Assure writes to a single unique output file will overwrite its complete content during substitution.
    • Previously, if you would write less than the original file size, parts of the previous content may still be present.

4.0.5

4 years ago
  • upgrade all dependencies to the latest version

4.0.4

5 years ago

In this release, all library dependencies were updated.

A highlight to mention is the Liquid template engine, which was updated to the very latest version. This removes the ability to check for the size of a string with `.size`, and replaces it with the size filter like this:` | size`.

4.0.3

5 years ago

Update of all dependencies to the latest version.

4.0.2

5 years ago
  • add the '--no-stdin' flag to sy process. It allows to prevent it from blocking on reading from stdin in certain situations. Previously, one would have to provide some stdin like echo '{}' | sy process ....

4.0.1

6 years ago

This release contains some minor fixes and improvements, as well as a lot more documentation.

More documentation

Git-based installation