Skip to content

Command Line Interface

Pavel Bansky edited this page Dec 8, 2017 · 9 revisions

Command Line version of DevSkim is a standalone tool that enables DevSkim to be used without any IDE. Simply run Devskim from a command line in Windows, Linux or Mac OS X.

Microsoft DevSkim Command Line Interface 0.1.7

Usage: devskim [options] [command]

Options:
  -?|-h|--help  Show help information
  -v|--version  Show version information

Commands:
  analyze    Analyze source code
  catalogue  Create csv file catalogue of rules
  pack       Pack rules into a single file
  test       Run tests for rules
  verify     Verify integrity and syntax of rules

Use "devskim [command] --help" for more information about a command.

Commands

Command Line Interface provides list of commands to be used

Clone this wiki locally