at_repl
A CLI tool for interacting with an atServer using the atProtocol.
Getting Started
Ensure you have your atSign keys. Keys are usually located in $HOME/.atsign/keys
.
If you don't have an atSign, visit here my.atsign.com/login.
If the CLI application is available on pub, activate globally via:
dart pub global activate at_repl
Or locally via:
cd packages/at_repl
dart pub global activate . -s path
Usage
➜ dart run bin/at_repl.dart --help
Usage: at_repl [options]
Options:
-a, --atSign The atSign to use
--rootUrl The root URL to connect to
(defaults to "root.atsign.org:64")
-k, --keys-file Path to the atKeys file
-v, --[no-]verbose Enable verbose output
-h, --[no-]help Show this help message