From 094f085db1593c56130b32bc21c59f45e2a9c264 Mon Sep 17 00:00:00 2001 From: Lyndon Maydwell Date: Thu, 15 Feb 2024 15:13:52 +1000 Subject: [PATCH] WIP --- rfcs/0002-distribution.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rfcs/0002-distribution.md b/rfcs/0002-distribution.md index 20b4f25a..5c7f691f 100644 --- a/rfcs/0002-distribution.md +++ b/rfcs/0002-distribution.md @@ -141,6 +141,14 @@ The various functions of the API are described as follows: The Hasura V3 CLI will provide a consistent and convenient interface to interacting with the API. +The CLI commands will include the following: + +* hasura3 package create +* hasura3 package publish +* hasura3 package revoke +* hasura3 package search +* hasura3 package fetch + ### CI