at_repl

pub package pub points gitHub license

A CLI application that talks directly to the atPlatform.

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 https://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

-a, user's atsign (REQUIRED) -r, root URL (defaults to root.atsign.org:64) -v, verbose -n, enforce namespaces (defaults to true)

#example of full REPL command
$ at_repl -a @xavierlin -r root.atsign.org:64 -v -n

#example of shortened REPL command
$ at_repl -a @xavierlin

Use /help or help for instructions/usage.

@chess69 /help

Libraries

at_repl
# activate at_repl $ dart pub global activate at_repl