0.0.9 • Published 10 years ago
conduktor v0.0.9
Conduktor CLI

Global command-line wrapper for Conduktor.
Install
$ npm install -g conduktorUsage
Add
Start tracking a new project with co add /path/to/project.als.
Commit
Describe and record the changes made to a project since the last commit with co commit <project> <message>.
List
Show a list of all tracked projects with co ls.
Restore
Write changes to a tracked project back to its original source with co restore <project>.
Remove
Stop tracking a project with co rm <project>. The original project file is still kept.
Sync
Merge local changes with changes from the cloud copy with co sync <project>.
Development
Requires Git, Node.js and Grunt.
$ git clone https://github.com/conduktor/cli
$ cd cli
$ npm install
$ gruntLicense
MIT