Closed SabbirIrfan closed 4 months ago
when i was trying to rename with the command kli rename --name test --base "${KERI_TEMP_DIR}" --alias <old-alias> <new-alias> i didn't get the expected result. I think this PR can fix this issue.
kli rename --name test --base "${KERI_TEMP_DIR}" --alias <old-alias> <new-alias>
Would be great to see a test added for this.
sorry! there was an unnecessary echo.
Can you please add execute permission to the new script.
when i was trying to rename with the command
kli rename --name test --base "${KERI_TEMP_DIR}" --alias <old-alias> <new-alias>
i didn't get the expected result. I think this PR can fix this issue.