summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-01-12 18:44:49 +0100
committerMS <ms@taler.net>2021-01-12 18:44:49 +0100
commit60af52093c25001ace7deb7d831a770a1d2bac66 (patch)
treeee73f3b413012ae439e9f1c25df620a4fcd63052 /cli
parent79b2a0e6792e19d694886e83a2e4a546de7282d7 (diff)
downloadlibeufin-60af52093c25001ace7deb7d831a770a1d2bac66.tar.gz
libeufin-60af52093c25001ace7deb7d831a770a1d2bac66.tar.bz2
libeufin-60af52093c25001ace7deb7d831a770a1d2bac66.zip
list-facades sub-comm prototype
Diffstat (limited to 'cli')
-rwxr-xr-xcli/bin/libeufin-cli7
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index 4484abb3..df65a42e 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -393,6 +393,13 @@ def transactions(obj, account_name):
exit(1)
print(resp.content.decode("utf-8"))
+@taler_facade.command(help="List active facades in the Nexus")
+@click.argument("connection-name")
+@click.argument("account-name")
+@click.pass_obj
+def list_facades(obj, connection_name, account_name):
+ pass
+
@taler_facade.command(help="create a new Taler facade")
@click.option("--facade-name", help="Name of the Taler facade", required=True)
@click.argument("connection-name")