spcl/faaskeeper

Improve CLI operations

Aperta

#20 aperta il 16 feb 2023

 (11 commenti) (0 reazioni) (0 assegnatari)Python (13 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (24 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor