New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

conduktor

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conduktor

Command line interface for Conduktor

  • 0.0.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Conduktor CLI Build Status npm version

Global command-line wrapper for Conduktor.

Install

$ npm install -g conduktor

Usage

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
$ grunt

License

MIT

FAQs

Package last updated on 11 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc