sopstool icon indicating copy to clipboard operation
sopstool copied to clipboard

SOPS multi-file wrapper

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

## Current Behavior Currently, we recommend installing `sopstool` via the [install.sh](https://github.com/Ibotta/sopstool/blob/master/install.sh) script. This installs sops first before installing sopstool. I believe we should instead ask the user to install `sops`...

enhancement

## Current Behavior The 'file missing' type errors are not obvious - is the file in question actually missing from disk, or is it missing from the config? ## Expected...

bug

If you run `sopstool clean` twice in a row, it currently displays an error for every file in the list ``` % sopstool clean rm: example1.json: No such file or...

bug

I have a ruby project directory that looks like this: ``` my_gem ├── .sops.yaml ├── lib │   └── my_gem.rb └── secrets └── my_secrets.sops.yaml ``` from within the my_gem directory, I...

bug

## Current Behavior * Plaintext files are not removed when a file is added to the list * Files are not removed when a file is removed from the list...

enhancement

## Current Behavior It would be nice to have a command that loads a (yml/json) file and turns its top-level key-values into environment variables in the called context ## Expected...

enhancement

## Current Behavior Initializing a new directory is not very friendly. Create a init command to create the top level config. ## Expected Behavior Note this will take a little...

enhancement

Story/Issue Link ----- [Issue #60](https://github.com/Ibotta/sopstool/issues/60) Background ----- - For the `add` command, we will ensure it encrypts all files when no argument is provided and will add checks to determine...

## Current Behavior When using `sopstool` to decrypt every secret in the folder defined in the `.sops.yaml` file via `sopstool d`, it allows for decryption and editing of the secrets....

Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 6 to 8. Release notes Sourced from paambaati/codeclimate-action's releases. v8.0.0 8.0.0 (2024-06-12) ⚠ BREAKING CHANGES declare new environment verification option in action.yml new environment verification flag new...

dependencies
github_actions