spcl/faaskeeper

Improve CLI operations

開放

#20 建立於 2023年2月16日

 (11 則留言) (0 個反應) (0 位負責人)Python (13 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (24 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南