summaryrefslogtreecommitdiff
path: root/icktool
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-08-04 20:11:21 +0300
committerLars Wirzenius <liw@liw.fi>2019-08-04 20:11:21 +0300
commit2d1f31f63c8ce91e46c812e90b18966bcf28ff21 (patch)
treeca210277845751af5d4ccbab1bb31f9d34c6cf78 /icktool
parent799c56a4b4587ea2c70b95d8064168fb5841558d (diff)
downloadick2-2d1f31f63c8ce91e46c812e90b18966bcf28ff21.tar.gz
Fix: get scopes for using Muck
Diffstat (limited to 'icktool')
-rwxr-xr-xicktool4
1 files changed, 4 insertions, 0 deletions
diff --git a/icktool b/icktool
index 64b0793..e11202f 100755
--- a/icktool
+++ b/icktool
@@ -67,6 +67,10 @@ class Icktool(cliapp.Application):
'uapi_blobs_id_get',
'uapi_blobs_id_put',
'uapi_notify_post',
+ 'show',
+ 'create',
+ 'update',
+ 'delete',
] + scopes_for_types(types)
def add_settings(self):