From 4154ef79a059a9e0b33d70fb254c7011a58295b0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 16 Mar 2019 18:34:58 +0200 Subject: Add: document allow-scope, deny-scope in READM --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 9f599cc..3eaa05f 100644 --- a/README +++ b/README @@ -61,6 +61,14 @@ To show the allowed scopes for a specific client: ./effitool show-client tomjon +To add to the allowed scopes for a specific client: + + ./effitool allow-scope tomjon create + +To remove from the allowed scopes for a specific client: + + ./effitool deny-scope tomjon create + To list all members (database ids): ./effitool list-members -- cgit v1.2.1