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

remove file

Gien Verschatse edited this page Dec 22, 2016 · 1 revision
forge remove file [--project <string>] [--solution <string>] [--name <string>]

Removes file from project or solution.

Options

  • --project [-p] <string> - Project from which file will be removed
  • --solution [-s] <string> - Solution from which file will be removed
  • --name [-n] <string> - File name

Example

forge remove file -p src/SampleProj/SampleProj.fsproj -n src/SampleProj/SampleFile.fs

Clone this wiki locally