Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

5. Package only Recipe Creation

Graham Pugh edited this page Sep 28, 2019 · 1 revision

Use JSSRecipeCreator with the -p/--package_only option to create a recipe that will only upload a package and create a package object. These types of recipe will produce no policy or smart group.

This mode uses the RecipeTemplate-package-only.plist template in the Templates directory by default (which can be overridden with the -roption), and the recipe and identifier will be .jss-upload instead of .jss, to avoid confusion in case you publish your recipes.

In this mode you will only be asked to provide the package category and NAME. If used with the -a/--auto option, the NAME value is automatically inferred from the parent recipe or (if absent) recipe name.

Clone this wiki locally