ProgramModule
PackageFsLiveDocs
Summary
| Name | Signature | Synopsis |
|---|---|---|
| printBanner | printBanner () | No description available. |
| getUnifiedPackage | getUnifiedPackage projectPaths | No description available. |
| auditAction | auditAction warnAsError projectPaths | No description available. |
| captureAction | captureAction warnAsError dryRun projectPaths version output | No description available. |
| historyAddAction | historyAddAction indexPath version capsulePath capsuleUrl checksum | No description available. |
| buildAction | buildAction warnAsError projectPaths theme version | Orchestrates the build process for one or more projects. |
| buildHistoryAction | buildHistoryAction manifestPath theme | No description available. |
| main | main args | CLI entry point. |
Parameters
| Name | Type | Description |
|---|---|---|
| projectPaths | string list |
Returns
Async<PackageModel * ApiDiagnostic list>
Parameters
| Name | Type | Description |
|---|---|---|
| warnAsError | bool | |
| projectPaths | string list |
Returns
int
Parameters
| Name | Type | Description |
|---|---|---|
| warnAsError | bool | |
| dryRun | bool | |
| projectPaths | string list | |
| version | string option | |
| output | string option |
Returns
int
Parameters
| Name | Type | Description |
|---|---|---|
| indexPath | string | |
| version | string | |
| capsulePath | string option | |
| capsuleUrl | string option | |
| checksum | string option |
Returns
int
Orchestrates the build process for one or more projects.
Parameters
| Name | Type | Description |
|---|---|---|
| warnAsError | bool | |
| projectPaths | string list | |
| theme | string | |
| version | string option |
Returns
unit
Parameters
| Name | Type | Description |
|---|---|---|
| manifestPath | string | |
| theme | string |
Returns
unit