at_repl 1.0.2
at_repl: ^1.0.2 copied to clipboard
A command line tool that interacts with the at_platform. Uses some custom functions as well as protocol verbs.
at_repl #
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
copied to clipboard
Or locally via:
cd packages/at_repl
dart pub global activate . -s path
copied to clipboard
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
copied to clipboard
Use /help or help for instructions/usage.
@chess69 /help
copied to clipboard