File tree 1 file changed +28
-7
lines changed
1 file changed +28
-7
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,34 @@ Redmine CLI uses git config as configuration backend. You have to set some git c
11
11
git config redmine.project my-project # ID of your project
12
12
13
13
## 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
21
42
22
43
Use the built in documentation mechanism, i.e.
23
44
You can’t perform that action at this time.
0 commit comments