Skip to content

Commit 7381a7d

Browse files
committed
more details in README
1 parent 2c93709 commit 7381a7d

File tree

1 file changed

+28
-7
lines changed

1 file changed

+28
-7
lines changed

README.md

+28-7
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,34 @@ Redmine CLI uses git config as configuration backend. You have to set some git c
1111
git config redmine.project my-project # ID of your project
1212

1313
## Usage
14-
$ redmine
15-
Tasks:
16-
redmine commit [COMMAND] # Commit with ticket ref.
17-
redmine help [TASK] # Describe available tasks or one specific task
18-
redmine list [COMMAND] # List issues.
19-
redmine show [COMMAND] # Show issue information.
20-
redmine time [COMMAND] # Worktime management.
14+
15+
### Timevise
16+
17+
Display current sign in status:
18+
19+
$ redmine time current
20+
21+
Sign out:
22+
23+
$ redmine time out
24+
25+
### Issues
26+
27+
List open issues of current project:
28+
29+
$ redmine list open
30+
31+
### Commiting
32+
33+
Commit with ref to issue whose subject matches <term>:
34+
35+
$ redmine commit [refs|closes|fixes] <term> -m "<msg>"
36+
37+
Commit with ref to issue you are currently signed in for:
38+
39+
$ redmine commit [refs|closes|fixes] -m "<msg>"
40+
41+
### More Help
2142

2243
Use the built in documentation mechanism, i.e.
2344

0 commit comments

Comments
 (0)