From 88fb3107ce869a379846484ba650b4163bdfce34 Mon Sep 17 00:00:00 2001 From: cs Date: Sun, 25 Feb 2024 12:43:23 +0000 Subject: [PATCH] Fix README NOT FINISHED! --- README.md | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 66c8d17..d0804f7 100644 --- a/README.md +++ b/README.md @@ -16,27 +16,35 @@ ## CLI (Work in progress) -> activecollab [options] [command] [object] [arguments] +> activecollab [options] [object] [command] {arguments} + +The output will be always serialized to JSON. + ### Options +Mandatory options: - config= - read config from file (json) -### Command - -- list -- get -- create -- update -- delete -- ### Object -- info - get Info like version nummer from server -- project +- info - print version nummer from server +- account - all accounts you have access to with your login +- project - manage projects in Active Collab + +Future: - task - subtask - people - invoice +### Command + +- list - List all items + +Future: +- get +- create +- update +- delete