Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
Submodule
This record represents a git submodule binding.
Record Fields
Record Field | Description |
Branch
Signature: string
|
|
CurrentCommit
Signature: string
|
|
Initialized
Signature: bool
|
|
Name
Signature: string
|
|
SuperRepositoryDir
Signature: string
|
|
UpToDate
Signature: bool
|
Instance members
Instance member | Description |
x.GetLocalPath()
Signature: unit -> string
|
Gets the local path from the config. |
x.GetRemotePath()
Signature: unit -> string
|
Gets the remote path from the config. |
x.Status
Signature: string
|
Gets the current status. |