var img = document.createElement('img'); img.src = "https://terradocs.matomo.cloud//piwik.php?idsite=2&rec=1&url=https://feather.terra.money" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

4. Initialise feather CLI

Note

This configurations in here are re-used throughout all validator deployments.

To populate the $HOME/.feather directory with all the necessary configuration files, run:


feather validator config init --moniker <moniker>

The --moniker flag is the only required flag. To see all the available flags, run:


feather validator config init --help

If need be, you can update the configurations later by running:


feather validator config update