spcl/faaskeeper

Improve CLI operations

Open

#20 opened on Feb 16, 2023

View on GitHub
 (11 comments) (0 reactions) (0 assignees)Python (13 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (24 stars)
PR merge metrics
 (PR metrics pending)

Description

We implemented FaaSKeeper CLI by mapping user input to function arguments. This is not ideal - for example, we cannot skip some parameters, and we require users to pass "True" and "False" for boolean arguments.

On the other hand, ZooKeeper's commands are much nicer, e.g. create -e /ephemeral_node mydata instead of us using True for the ephemeral parameter.

Contributor guide