Fix README
NOT FINISHED!
This commit is contained in:
@@ -16,27 +16,35 @@
|
|||||||
|
|
||||||
## CLI (Work in progress)
|
## CLI (Work in progress)
|
||||||
|
|
||||||
> activecollab [options] [command] [object] [arguments]
|
> activecollab [options] [object] [command] {arguments}
|
||||||
|
|
||||||
|
The output will be always serialized to JSON.
|
||||||
|
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
|
Mandatory options:
|
||||||
- config=<file> - read config from file (json)
|
- config=<file> - read config from file (json)
|
||||||
|
|
||||||
### Command
|
|
||||||
|
|
||||||
- list
|
|
||||||
- get
|
|
||||||
- create
|
|
||||||
- update
|
|
||||||
- delete
|
|
||||||
-
|
|
||||||
### Object
|
### Object
|
||||||
|
|
||||||
- info - get Info like version nummer from server
|
- info - print version nummer from server
|
||||||
- project
|
- account - all accounts you have access to with your login
|
||||||
|
- project - manage projects in Active Collab
|
||||||
|
|
||||||
|
Future:
|
||||||
- task
|
- task
|
||||||
- subtask
|
- subtask
|
||||||
- people
|
- people
|
||||||
- invoice
|
- invoice
|
||||||
|
|
||||||
|
### Command
|
||||||
|
|
||||||
|
- list - List all items
|
||||||
|
|
||||||
|
Future:
|
||||||
|
- get
|
||||||
|
- create
|
||||||
|
- update
|
||||||
|
- delete
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user