Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 846 Bytes

cli.md

File metadata and controls

20 lines (18 loc) · 846 Bytes

Command Line Interface

Usage

strazh [options]

Options

  • -c, --credentials (REQUIRED) required information in format dbname:user:password to connect to Neo4j Database
  • -t, --tier optional flag as project or code or 'all' (default all) selected tier to scan in a codebase
  • -d, --delete optional flag as true or false or no flag (default true) to delete data in graph before execution
  • -s, --solution (REQUIRED) optional absolute path to only one .sln file (can't be used together with -p / --projects)
  • -p, --projects (REQUIRED) optional list of absolute path to one or many .csproj files (can't be used together with -s / --solution)
  • --version show version information
  • -?, -h, --help show help and usage information