blob: 2934e193cee55c53c25956608b95bdf8c79f569c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
adenosine(1) "adenosine Client Tool Manual Page"
# NAME
adenosine - command-line client for AT protocol (atproto.com)
# SYNOPSIS
adenosine [OPTIONS] <COMMAND> <ARGS>
# DESCRIPTION
TODO
# COMMANDS
## Other Commands
*status* [--json]
Summarizes connection and authentication to the API server. Useful for debugging
# OPTIONS
*-h, --help*
Prints help information
*-V, --version*
Prints version information
*-v, --verbose*
Pass many times for more log output
By default, it'll only report errors. Passing `-v` one time also prints warnings, `-vv` enables info logging, `-vvv` debug, and `-vvvv` trace.
*--host <atp-host>* [env: ATP_HOST]
*--auth-token <auth-token>* [env: ATP_AUTH_TOKEN]
# EXAMPLES
TODO
|