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

move file

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

Move file in project.

Options

  • --project [-p] <string> - Project name.
  • --name [-n] <string> - File name.
  • --up [-u] - Moves file up.
  • --down [-d] - Moves file down.

Example

forge move file -p src/SampleProj/SampleProj.fsproj -n src/SampleProj/App.config --down

Clone this wiki locally