at_repl

The Atsign FoundationThe Atsign Foundation

pub package pub points gitHub license

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 (mandatory)    The atSign to use
    --root-domain           The root domain (optionally host:port) to connect to
                            (defaults to "root.atsign.org:64")
-k, --keys=<path>           Directory that contains the .atKeys file
-v, --[no-]verbose          Enable verbose output
-h, --[no-]help             Show this help message
-V, --[no-]version          Show at_repl version

Use --version or -V to print the current version.

Example Execution

screenshot of usage