diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-06-10 17:03:58 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-06-10 17:03:58 +0300 |
commit | 3867120e959a34d3b27422864171d385de76b478 (patch) | |
tree | 0d7043c7d9abef75a0d05482f752900caa58fa83 /NETWORKING | |
parent | 7c5ce2313038333ab8eed02e35006de5783c21e0 (diff) | |
download | arching-kaos-tools-3867120e959a34d3b27422864171d385de76b478.tar.gz arching-kaos-tools-3867120e959a34d3b27422864171d385de76b478.tar.bz2 arching-kaos-tools-3867120e959a34d3b27422864171d385de76b478.zip |
new flag for ak-config: --get-ipns-key
Diffstat (limited to 'NETWORKING')
-rw-r--r-- | NETWORKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ Before we publish anything, we need to know what we need to publish and where. Issuing the command ``` -ipfs key list -l | grep ak-config | cut -d ' ' -f 1 +ak config --get-ipns-key ``` will return to us the IPNS key that points to our current AKID. |