diff options
Diffstat (limited to 'extra/adenosine.1.scdoc')
-rw-r--r-- | extra/adenosine.1.scdoc | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/extra/adenosine.1.scdoc b/extra/adenosine.1.scdoc new file mode 100644 index 0000000..2934e19 --- /dev/null +++ b/extra/adenosine.1.scdoc @@ -0,0 +1,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 |