this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Updated test data script

+3 -3
+2 -2
CHANGELOG.md
··· 7 7 ## [Unreleased] 8 8 9 9 ### Added 10 - - CLI ergonomics: command structure and completion (#305) 10 + - CLI ergonomics: command structure and completion [#305](https://issues.opake.app/issues/305.html) 11 11 - Add BIP-39 seed phrase recovery for account identity (24 words) [#211](https://issues.opake.app/issues/211.html) 12 12 13 13 ### Fixed 14 14 15 15 ### Changed 16 - - Audit and improve command hierarchy for clarity (#306) 16 + - Audit and improve command hierarchy for clarity [#306](https://issues.opake.app/issues/306.html) 17 17 - Improve help text and examples for all commands [#307](https://issues.opake.app/issues/307.html) 18 18 - Refactor stdin prompt handling: consolidate 4+ duplicated implementations [#334](https://issues.opake.app/issues/334.html) 19 19 - Generate man page for opake CLI [#339](https://issues.opake.app/issues/339.html)
+1 -1
tools/upload-test-data.sh
··· 40 40 exit 1 41 41 fi 42 42 43 - if ! $OPAKE_BIN accounts | grep -q "did:plc"; then 43 + if ! $OPAKE_BIN account list | grep -q "did:plc"; then 44 44 echo -e "${YELLOW}No accounts found.${RESET} Please run 'opake login' first." 45 45 exit 1 46 46 fi