You've tried to visit a page that doesn't exist. Luckily this site 57 | has other pages.
58 |If you were looking for something specific, try searching: 59 |
62 | 63 | 64 |# activate at_repl
62 | $ dart pub global activate at_repl
63 |
64 | A CLI application that talks directly to the atPlatform.
57 |Ensure you have you atSign keys, keys are usually located in "homeDirectory.atsign\keys".
59 |If you don't have an atSign, visit here https://my.atsign.com/login.
60 |If the CLI application is available on pub, activate globally via:
61 |dart pub global activate at_repl
62 |
63 | Or locally via:
64 |dart pub global activate --source=path <path to this package>
65 |
66 | -a, user's atsign (REQUIRED) 68 | -r, root URL (defaults to root.atsign.org:64) 69 | -v, verbose 70 | -n, enforce namespaces (defaults to false)
71 |#example of full REPL command
72 | $ at_repl -a @xavierlin -r root.atsign.org:64 -v -n
73 |
74 | #example of shortened REPL command
75 | $ at_repl -a @xavierlin
76 |
77 |
78 | # activate at_repl
89 | $ dart pub global activate at_repl
90 |
91 |