at_repl 2.1.0 copy "at_repl: ^2.1.0" to clipboard
at_repl: ^2.1.0 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 (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

1
likes
120
points
151
downloads

Documentation

API reference

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

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