#!/usr/bin/bash # source some functions . common.sh test_header "List locals" GINA_FPR=$(sq key generate --shared-key --without-password --name "Gina" --email "gina@example.com" 2>&1 | grep "Fingerprint:" | cut -d ':' -f 2) cd $HUSK_DIR $HUSK_BIN locals list --config config/config.toml | grep $GINA_FPR