export-sdk command translates a manifest into a ServiceNow SDK Fluent project. Use --verify to compile-check the output immediately after export.Export manifest as ServiceNow SDK Fluent project.
export-sdk command translates a manifest into a ServiceNow SDK Fluent project. Use --verify to compile-check the output immediately after export.sn export-sdk <manifest.ts> [--verify] Export manifest as ServiceNow SDK Fluent project.
| Name | Required | Description |
|---|---|---|
| manifest.ts | Yes | Path to the manifest to export. |
| Flag | Default | Description |
|---|---|---|
| --verify | — | Compile-check the exported SDK project after generation. |
sn export-sdk examples/test-business-rule/manifest.ts --verify