Install the .NET tool globally:
Update an existing installation with dotnet tool update --global NdsForge.Cli.
inspect prints high-level identity and layout information. validate emits structured findings in a human-readable form. list enumerates NitroFS content, with allocation details in long mode. extract applies the same safe host-path rules as the library. replace performs a preservation-oriented file edit. manifest writes stable JSON, and diff reports semantic and physical differences.
| Code | Meaning |
|---|---|
| 0 | Command completed successfully; compared images are equivalent. |
| 1 | Validation failed or compared images differ. |
| 2 | Command syntax or arguments are invalid. |
| 130 | The operation was canceled. |
The CLI is a thin client over NdsForge. Applications needing filtered extraction, custom validation policy, in-memory I/O, or build composition should use the library API directly.