solt

command module
v0.7.189 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2020 License: LGPL-3.0 Imports: 1 Imported by: 0

README

solt

Codacy Badge Build status codecov Go Report Card

SOLution Tool is a small commandline app written in Go that allows you to easily analyze sources and Microsoft Visual Studion solutions and projects. The tool can find files that aren't included into any project and projects that are not included into any solution. Additionally the tool shows some useful solution statistic

Command line syntax:

SOLution Tool that analyzes Microsoft Visual Studio solutions and projects

Usage:
  solt [flags]
  solt [command]

Available Commands:
  help        Help about any command
  in          Get information about found solutions
  lf          Find lost files in the folder specified
  lp          Find projects that not included into any solution
  nu          Get nuget packages information within solutions, projects or find Nuget mismatches in solution
  ver         Print the version number of solt

Flags:
  -d, --diag          Show application diagnostic after run
  -h, --help          help for solt
  -p, --path string   REQUIRED. Path to the sources folder

Use "solt [command] --help" for more information about a command.
Search lost files syntax:
Find lost files in the folder specified

Usage:
  solt lf [flags]

Aliases:
  lf, lostfiles

Flags:
  -a, --all           Search all lost files including that have links to but not exists in file system
  -f, --file string   Lost files filter extension. If not set .cs extension used (default ".cs")
  -h, --help          help for lf
  -r, --remove        Remove lost files

Global Flags:
  -d, --diag          Show application diagnostic after run
  -p, --path string   REQUIRED. Path to the sources folder
Search lost projects syntax:
Find projects that not included into any solution

Usage:
  solt lp [flags]

Aliases:
  lp, lostprojects

Flags:
  -h, --help   help for lp

Global Flags:
  -d, --diag          Show application diagnostic after run
  -p, --path string   REQUIRED. Path to the sources folder
Nuget information syntax:
Get nuget packages information within solutions, projects or find Nuget mismatches in solution

Usage:
  solt nu [flags]

Aliases:
  nu, nuget

Flags:
  -h, --help       help for nu
  -m, --mismatch   Find packages to consolidate i.e. packages with different versions in the same solution
  -r, --project    Show packages by projects instead

Global Flags:
  -d, --diag          Show application diagnostic after run
  -p, --path string   REQUIRED. Path to the sources folder

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
sys

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL