Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

list references

Gien Verschatse edited this page Dec 22, 2016 · 1 revision
forge list references [--project <string>] [--filter <string>] 

List reference from project.

Options

  • -project [-p] <string> - List the refrences in this project.
  • --filter <string> - Filter list via fuzzy search for this string.

Example

List all references in project:

forge list references -p src/SampleProj/SampleProj.fsproj

List references with filter (returns everything with an edit distance of 5 or less):

forge list references -p src/SampleProj/SampleProj.fsproj --filter System.*

Clone this wiki locally