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

list files

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

List files from project.

Options

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

Example

All files in project:

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

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

forge list files -p src/SampleProj/SampleProj.fsproj --filter Sample.fs

Clone this wiki locally