Wekan CLI
Wekan CLI
Features
- Login via prompt, can be insecure as well or localhost
- Set context to have multiple WEKAN hosts
- Logout user and remove contexts
- Show board, lists, cards and checklists
- Remove board, list, cards and checklists
- Update cards properties:
-
- Move between lists of the same board
-
- Update title, description, due_at, end_at and sort properties
- Recommend your next workflow, after one command has been run
- Store: Requests artifacts will be writen into the store locally. At the moment, this data can also be corrupted by the user. If the CLI doesn't find anything, it will do a new request. Using of local store can also be disabled with -d.
- get subcommand tries to parse your input type/name, like kubectl
- inspect subcommand takes the original id. You can get the Id in the URL if you have a session open or if you use -o ext.
- table build are table of one board, where all lists and cards are arrange in the same order as on the webpage
Reference: wekan-cli