summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-01-24 10:10:11 +0200
committerLars Wirzenius <liw@liw.fi>2019-01-24 10:10:11 +0200
commit478512d10ef861c05c7fb5e08b046d340636aef9 (patch)
treee04de686ff5748e249753bab7f6c3a5e11d2e57d /README
parent9570f628ec485cb2fe52685555103dfe2a89e596 (diff)
downloadeffitool-478512d10ef861c05c7fb5e08b046d340636aef9.tar.gz
Add: first step at creating client
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index ccc3425..9320fb7 100644
--- a/README
+++ b/README
@@ -43,6 +43,17 @@ To check the status of the membership register:
./effitool status
+To register a new API client:
+
+ ./effitool register-client ID SECRET
+
+where `ID` is the client id and `SECRET` is the client secret. The new
+client will automatically be allowed the scopes. Note that the
+`credentials.conf` file is NOT updated: this command is for
+registering API clients for other people, who do not have access to
+the config file.
+
+
Legalese
-----------------------------------------------------------------------------