1. blueprint-apply(1)
  2. Blueprint
  3. blueprint-apply(1)

NAME

blueprint-apply - run a blueprint's generated shell code

SYNOPSIS

blueprint apply [-r] [-q] [name]

DESCRIPTION

blueprint-apply generated POSIX shell code for the blueprint name and executes it. It is equivalent to

blueprint show <name> --sh | sh

and provided for convenience and completeness.

If name is omitted or -, a blueprint is read from standard input and applied in the same manner. See blueprint(5) for the details of the format.

OPTIONS

-r, --relaxed
Relax version constraints in generated code.
-q, --quiet
Operate quietly.
-h, --help
Show a help message.

FILES

~/.blueprints.git
The local repsitory where blueprints are stored, each on its own branch.

THEME SONG

The Flaming Lips - "The W.A.N.D. (The Will Always Negates Defeat)"

AUTHOR

Richard Crowley richard@devstructure.com

SEE ALSO

Part of blueprint(1).

  1. DevStructure
  2. December 2011
  3. blueprint-apply(1)