Skip to content

add distribution

Mason J. Katz edited this page Dec 15, 2015 · 1 revision

add distribution

Usage

stack add distribution {distribution} [graph=string] [os=string]

Description

Add a distribution specification to the database.

Arguments

  • {distribution}

    Name of the new distribution.

Parameters

  • [graph=string]

    Graph associated with the distribution

  • [os=string]

    OS associated with the distribution

Examples

  • stack add distribution develop

    Adds the distribution named "develop" into the database.

Clone this wiki locally