sndev.io / docs

export-sdk

Export manifest as ServiceNow SDK Fluent project.

The 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.

Arguments

NameRequiredDescription
manifest.tsYesPath to the manifest to export.

Flags

FlagDefaultDescription
--verifyCompile-check the exported SDK project after generation.

Examples

sn export-sdk examples/test-business-rule/manifest.ts --verify
Exporting manifest to SDK project...
✓ Generated sdk-export/
✓ Build verification passed
Export complete.