libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 60af52093c25001ace7deb7d831a770a1d2bac66
parent 79b2a0e6792e19d694886e83a2e4a546de7282d7
Author: MS <ms@taler.net>
Date:   Tue, 12 Jan 2021 18:44:49 +0100

list-facades sub-comm prototype

Diffstat:
Mcli/bin/libeufin-cli | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git 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")