more demo records for the console #597

Merged
telackey merged 8 commits from zramsay/console-demo into main 2023-10-24 18:25:25 +00:00
Showing only changes of commit 39472f052f - Show all commits

View File

@ -24,5 +24,6 @@ if [ -d $demo_records_dir ]; then
publish_response=$(${registry_command} record publish --filename ${demo_record} --bond-id ${bond_id})
published_record_id=$(echo ${publish_response} | jq -r .id)
echo "Published ${demo_record} with id: ${published_record_id}"
cat ${demo_record}
done
fi