Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
redmine-sync
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gerhard Gonter
redmine-sync
Commits
574fcab0
Commit
574fcab0
authored
8 years ago
by
Gerhard Gonter
Browse files
Options
Downloads
Patches
Plain Diff
added section about Redmine CLI
parent
8e480f77
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.textile
+23
-0
23 additions, 0 deletions
README.textile
with
23 additions
and
0 deletions
README.textile
+
23
−
0
View file @
574fcab0
...
...
@@ -34,5 +34,28 @@ check for that, it only looks at the syncs table.
Also, the pre-configured trackers and roles need to be considered.
h2. Redmine command line interface
experimental CLI to interact with Redmine
h3. config file example
The default config file named "redmine.json" is searched in the directories '.', $HOME/etc, $HOME/bin, $HOME or
can be specified via environment variable $REDMINE_CONFIG or the option --config=<filename>.
<pre><code class="JSON">
{
"Redmine": {
"protocol": "https",
"host": "redmine.example.org/redmine",
"key": "API-ACCESS-KEY-AS-FOUND-IN-REDMINE-XXXXX",
"project-name": "my-project",
"automapping" : 2
}
}
</code></pre>
h2. TODOs
* The CLI code needs a little more consideration and documentation ...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment