A Nix flake for aws-secrets, an AWS Secrets Manager CLI tool from the go-clis repository.
Add this flake to your devbox.json:
{
"packages": [
"github:Optibus/aws-secrets-flake"
]
}# Run directly
nix run github:Optibus/aws-secrets-flake
# Install to profile
nix profile install github:Optibus/aws-secrets-flakeA CLI tool for managing and retrieving secrets from AWS Secrets Manager.
This flake is provided as-is.