-
Notifications
You must be signed in to change notification settings - Fork 74
create new pallet
Chris Ladd edited this page Oct 11, 2019
·
3 revisions
stack create new pallet {name=string} [os=string] [version=string]
Create a skeleton directory structure for a pallet source.
This command is to be used mainly by pallet developers.
This command creates a directory structure from
templates that can be then be populated with required
software and configuration.
Refer to Pallet Developer Guide for more information.
-
[name=string]
-
{os=string}
-
{version=string}
Version of the pallet. Typically the version of the application to be palletized.
-
stack create new pallet name=valgrind version=3.10.1
Creates a new pallet for Valgrind version 3.10.1.
Checkout our Google Group or our Slack Team for any support or other questions.
Want to contribute to this Wiki? Fork it and send a pull request.