From f4f8cff3b0dafc866049f09cd303aa9a436ab37b Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Tue, 24 Sep 2024 15:31:00 +0200 Subject: [PATCH] [doc] update cli commands --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5d40268..18b95a5 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,14 @@ Basic management actions are available using the command line tool (`go run omno #### Available Commands ``` - create-token create new login token for a user - create-user create new user - listen start server - show-user show user details - help Help about any command - completion generate the autocompletion script for the specified shell + create-token create new login/addon token for a user + create-user create new user + generate-api-docs-md Generate Markdown API documentation + help Help about any command + listen start server + set-token set new login/addon token for a user + show-user show user details + completion Generate the autocompletion script for the specified shell ``` ### Browser addon