diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-10-26 23:28:35 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-10-26 23:28:57 -0700 |
commit | b4f643ef26d9568044f343ca3537222726768f73 (patch) | |
tree | 8965a2a75f0ac153cb33d9eea6fcea7ee1360a76 /adenosine-cli/plan.txt | |
parent | fea10888148094b64c7ca96ec670b68b55beaef5 (diff) | |
download | adenosine-b4f643ef26d9568044f343ca3537222726768f73.tar.gz adenosine-b4f643ef26d9568044f343ca3537222726768f73.zip |
cli: initial progress
Diffstat (limited to 'adenosine-cli/plan.txt')
-rw-r--r-- | adenosine-cli/plan.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/adenosine-cli/plan.txt b/adenosine-cli/plan.txt index fc7b6dc..4eb594c 100644 --- a/adenosine-cli/plan.txt +++ b/adenosine-cli/plan.txt @@ -6,7 +6,7 @@ just talks to the remote. config variables: - ATP_SERVICE: prefix, eg http://localhost:1234 + ATP_HOST: prefix, eg http://localhost:1234 ATP_AUTH_TOKEN: JWT string at-uri can be either a global `at://` URI string, or a user-local referene of @@ -63,3 +63,7 @@ file; '-' to read a JSON file from stdin. profile <name>? search-users <query> +--- + +plan: +- first version which uses entirely schema-less / generic XRPC client |