From 98af59585b378fddfb135a28ca499fa23df8d0ac Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 1 Jul 2024 05:05:26 +0300 Subject: moving towards 'ak zchain --crawl' over 'ak enter' --- README | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index 6b4771a..77c0836 100644 --- a/README +++ b/README @@ -155,26 +155,29 @@ Add is nice, you can add an already existing file directly. `news` is the second module after `mixtape`. Both modules need refactoring but they work at a level that someone can be productive with these tools. -### Explore chains ( `ak-enter` ) +### Explore chains ( `ak-zchain --crawl` ) You can view your zchain as a JSON object using `enter`. There are some flags in order to either view other zchains or change the depth of view ( includes or ignores data object and action ). ``` console -$ ak enter -h -ak-enter - Crawl an arching kaos chain -====================================== -ak-enter [-N | --no-verify] [-l | --limit ] [zblock] -ak-enter [-N | --no-verify] [-l | --limit ] -n +$ ak zchain --crawl -h +ak zchain --crawl [-N | --no-verify] [-l | --limit ] [zblock] +ak zchain --crawl [-N | --no-verify] [-l | --limit ] -n Usage: + --help, -h Print this help and exit + --chain , -n Crawl specified chain + --no-verify, -N Don't verify signatures + Specify IPFS CID for entrance Note that combined flags don't work for now -Running with no flags crawls your chain based on AK_ZLATEST environment variable +Running with no flags crawls your chain based on AK_ZLATEST environment +variable ``` Podman (or Docker) -- cgit v1.2.3