https://github.com/cored/tm
Taskmapper command line interface
https://github.com/cored/tm
Last synced: 2 days ago
JSON representation
Taskmapper command line interface
- Host: GitHub
- URL: https://github.com/cored/tm
- Owner: cored
- Created: 2013-03-20T18:44:57.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-27T20:45:18.000Z (over 13 years ago)
- Last Synced: 2025-10-09T20:16:10.495Z (10 months ago)
- Language: Ruby
- Size: 234 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= tm - Command line interface for TaskMapper[http://github.com/hybridgroup/taskmapper]
Author:: Rafael George (mailto: george.rafael@gmail.com)
Copyright:: Copyright (c) 2013 by Rafael George
This application provides an easy to use interface to interact with any TaskMapper
provider in an standard way.
= Install:
gem install tm
Also it will be include with TaskMapper so no need to install it alone.
== Use
=== Authentication
tm --provider kanbanpad --authentication 'token:kdkdjdkd,username:username'
Refer to particular providers documentation to know which fields they need for authentication.
After using this mechanism for authentication is better to pass the `initconfig` command to not
be writing the credentials for each command. This will use the specified provider name as default.
=== Project command
==== List projects
* Available options
* --format=pretty|csv|table (Default: pretty)
* --no-color
This is the default operation on projects. It will list all the projects for a given user.
tm project --list=all
id: 1
name: Project
created_at: 2013-03-19T20:10:37Z
updated_at: 2013-03-21T02:53:53Z
tm project --list=all --format=csv
1, Project, 2013-03-19T20:10:37Z, 2013-03-21T02:53:53Z
For more help
tm help
tm help