-
Notifications
You must be signed in to change notification settings - Fork 0
create new pallet
Anoop Rajendra edited this page May 15, 2017
·
1 revision
stack create new pallet {name=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]
-
{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.