Creating a Feed Without Dependent Packages
- Updated2022-05-25
- 1 minute(s) read
Creating a Feed Without Dependent Packages
Use nipkg, the Command Line Interface (CLI) of NI Package Manager, to create a directory feed without dependent packages.
NI Package Manager can . For more information on the nipkg command, refer to the NI Package Manager manual,
- Copy all packages (.nipkg) that you want to include in a feed to a single directory.
- Open the command prompt.
-
Navigate to the NI Package Manager directory.
The default location is C:\Program Files\National Instruments\NI Package Manager.
-
Use the following command to create a feed:
nipkg feed-create “<target location of feed>” “<location of source directory>”
For example, if you enter C:\Program Files\National Instruments\NI Package Manager nipkg feed-create C:\temp\myTestFeed C:\temp\myTestPackage, NI Package Manager creates the feed manifest files in the C:\temp\myTestFeed directory using the package files in C:\temp\myTestPackage.
Related Information
- Common Tasks
Refer to the following tasks for step-by-step guidance for creating or editing a new or existing package-based distribution.