at_repl 2.0.0+1 copy "at_repl: ^2.0.0+1" to clipboard
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 #

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 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

Example Execution #

screenshot of usage

1
likes
140
points
64
downloads

Publisher

verified publisheratsign.org

Weekly Downloads

A command line tool that interacts with the at_platform. Uses some custom functions as well as protocol verbs.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, at_cli_commons, at_client, at_commons, at_onboarding_cli, at_utils, build_runner, build_version, io, pub_updater

More

Packages that depend on at_repl