Skip to content

create new pallet

Anoop Rajendra edited this page May 15, 2017 · 1 revision

create new pallet

Usage

stack create new pallet {name=string} [version=string]

Description

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.

Parameters

  • [name=string]

  • {version=string}

    Version of the pallet. Typically the version of the application to be palletized.

Examples

  • stack create new pallet name=valgrind version=3.10.1

    Creates a new pallet for Valgrind version 3.10.1.

Clone this wiki locally