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. |
| expandUrlPattern | expandUrlPattern pattern version | Expands `{version}` and `{tag}` in a configured capsule URL pattern. |
| historyAddAction | historyAddAction indexPath version capsulePath capsuleUrl checksum sha256File | No description available. |
| buildAction | buildAction warnAsError projectPaths theme version | Orchestrates the build process for one or more projects. |
| renderHistoryInto | renderHistoryInto manifestPath theme retryAttempts outputDir | Renders every version in a manifest into <paramref name="outputDir"/>. |
| buildHistoryAction | buildHistoryAction manifestPath theme retryAttempts | No description available. |
| historyCheckAction | historyCheckAction indexPath candidateCapsule candidateVersion theme retryAttempts | Renders the committed history — optionally with a local candidate capsule spliced in as the release under test — into a temporary directory and verifies it. |
| 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
Expands `{version}` and `{tag}` in a configured capsule URL pattern. The pattern is a
plain format string the repository owns; the tool has no provider knowledge.
Parameters
| Name | Type | Description |
|---|---|---|
| pattern | string | |
| version | string |
Returns
string
Parameters
| Name | Type | Description |
|---|---|---|
| indexPath | string | |
| version | string | |
| capsulePath | string option | |
| capsuleUrl | string option | |
| checksum | string option | |
| sha256File | 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
Renders every version in a manifest into <paramref name="outputDir"/>. Shared by
`build-history` (which then indexes the site) and `history check` (which verifies it).
Parameters
| Name | Type | Description |
|---|---|---|
| manifestPath | string | |
| theme | string | |
| retryAttempts | int | |
| outputDir | string |
Returns
unit
Parameters
| Name | Type | Description |
|---|---|---|
| manifestPath | string | |
| theme | string | |
| retryAttempts | int |
Returns
unit
historyCheckAction indexPath candidateCapsule candidateVersion theme retryAttempts
Member
Renders the committed history — optionally with a local candidate capsule spliced in as
the release under test — into a temporary directory and verifies it. Never writes the index.
Parameters
| Name | Type | Description |
|---|---|---|
| indexPath | string | |
| candidateCapsule | string option | |
| candidateVersion | string option | |
| theme | string | |
| retryAttempts | int |
Returns
int