README.md in dude-cli-2.0.7 vs README.md in dude-cli-2.1.0.alpha1

- old
+ new

@@ -30,11 +30,14 @@ $ dude install And configure all variables in this file -`PROJECT_MANAGEMENT_TOOL=jira` - Project management (Now only Jira supported) +`PROJECT_MANAGEMENT_TOOL=jira|trello` - Project management (Now only Jira and Trello supported) + +##### Jira setup + `ATLASSIAN_EMAIL` - Your Jira email `ATLASSIAN_TOKEN` - How to create Atlassian token: https://support.siteimprove.com/hc/en-gb/articles/360004317332-How-to-create-an-API-token-from-your-Atlassian-account `ATLASSIAN_URL` - URL of your project. Example: https://example.atlassian.net @@ -44,11 +47,17 @@ `ATLASSIAN_BOARD_ID`: Just open your atlassian main board and copy id from the url after rapidView=*ID* part. Example: https://dealmakerns.atlassian.net/secure/RapidBoard.jspa?rapidView=23&projectKey=DT - 23 is the id +##### Trello setup +You could generate your key and token here: https://trello.com/app-key +`TRELLO_KEY` + +`TRELLO_TOKEN` + #### Replace it with your project list names. Skip for empty lists ``` TODO_LIST_NAME=To Do IN_PROGRESS_LIST_NAME=In Progress @@ -61,10 +70,10 @@ `TOGGL_TOKEN` - Your Toggl API token can be found at the bottom of the page: https://track.toggl.com/profile `TOGGL_WORKSPACE_ID` - Can be copied from url here: https://toggl.com/app/projects/. Example: 123456 -#### Use the *id* and *title* and specify format for the task titles in Trello or keep it as it is +#### Use the *id* and *title* and specify format for the task titles in Toggl or keep it as it is `TOGGL_TASK_FORMAT=[id] title` ## Usage #### Using RVM