JeremyTubongbanua / onboard-binary

Onboard your atSign and generate your .atKeys file without opening any apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onboard-binary

Onboard your atSigns easily with the onboard-binary. Just download the binary (via releases) and run it on your machine. Or, if you cloned the repository, just run the main.dart via dart run bin/main.dart <args>.

./onboard --atsign "@smoothalligator" --email "jeremy.tubongbanua@atsign.com" -v

Once ran successfully, your keys will be in your home directory under ~/.atsign/keys/

Usage

Option Mandatory Description Example
--atsign -a true atSign to generate .atKeys "@alice"
--email -e true Email address that owns the atSign "email@gmail.com"
--root -r false Root host to onboard the atSign "root.atsign.org"
--port -p false Port of the root host 64
Flag Defaults To Description
--verbose -v false Verbose logging

About

Onboard your atSign and generate your .atKeys file without opening any apps


Languages

Language:Dart 100.0%