at_repl 2.0.0+1
at_repl: ^2.0.0+1 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 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 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 #
➜ 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