The export-sdk command translates a manifest into a ServiceNow SDK Fluent project. Use --verify to compile-check the output immediately after export.
export-sdk
Export manifest as ServiceNow SDK Fluent project.
sn export-sdk <manifest.ts> [--verify] Export manifest as ServiceNow SDK Fluent project.
Arguments
| Name | Required | Description |
|---|---|---|
| manifest.ts | Yes | Path to the manifest to export. |
Flags
| Flag | Default | Description |
|---|---|---|
| --verify | — | Compile-check the exported SDK project after generation. |
Examples
sn export-sdk manifests/business-rule/manifest.ts --verifyExporting manifest to SDK project...
✓ Generated sdk-export/
✓ Build verification passed
Export complete.