You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
communication-keys/example/cmd_sops.sh

11 lines
259 B
Bash

#!/usr/bin/env bash
set -ueo pipefail
curdir="$(realpath $( dirname "${BASH_SOURCE[0]}"))"
cd "$( dirname "${BASH_SOURCE[0]}")/.."
# ./bin/update_sops.sh "${curdir}" "${PWD}"/
set -x
./bin/update_sops.sh "${curdir}" "${PWD}"/ "${curdir}/mock_secrets.yaml"