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

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
1
likes
130
pub points
0%
popularity

Publisher

verified publisheratsign.org

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_client, at_commons, at_onboarding_cli, at_utils, build_runner, build_version, io, pub_updater

More

Packages that depend on at_repl