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.

贡献者指南