This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
2. Advanced Options
Graham Pugh edited this page Sep 28, 2019
·
1 revision
-
-r / --recipe_template RECIPE_TEMPLATE
allows you to specify an alternate recipe template file (default behavior is to use the one in the current working directory specified in the preferenceDefault_Recipe_Template
, which is provided asRecipeTemplate.xml
May not be used with-s
. -
-s / ---from_scratch
Do not use a recipe template. Creates a recipe file from scratch. May not be used with-r
. -
-a / --auto
Speed up recipe creation even more! Automatically chooses default values whenever possible, only prompting you when there isn't one. -
-d / --dest DEST_FOLDER
Specify a destination folder to which to write the recipe. Defaults to current directory. -
-p / --package_only
Will create a package-only recipe instead of a normal one, designed only to upload the package and create a package object. These types of recipe will produce no policy or smart group. It uses theRecipeTemplate-package-only.plist
template in theTemplates
directory, and the recipe and identifier will be.jss-upload
instead of.jss
, to avoid confusion in case you publish your recipes.