blueprint-create - turn blueprints into code or save them for later
blueprint create blueprint [-f] [-S|-P|-C] [-l] [-m msg] [-p] [-q] [-h]
blueprint-create introspects the current sandbox to create a list of all installed packages and modified configuration files. By default, a blueprint is also generated for the base sandbox and subtracted from the blueprint of the current sandbox. This results in a more compact blueprint but if for some reason you would like to see the whole thing, the -f flag supresses this behavior.
The generated blueprint is saved as blueprint with msg and a timestamp to the DevStructure website for future use with blueprint-show(1) and blueprint-apply(1). Its URL will be indicated unless -q has been given.
If one of --sh, --puppet, or --chef is given, POSIX shell code, a Puppet module, or a Chef cookbook will be generated and its filename will be printed to stdout.
-f, --full-S, --sh-P, --puppet-C, --chef-l, --local-m msg, --message=msg-p, --public-q, --quiet-h, --helpThe Flaming Lips - "The W.A.N.D. (The Will Always Negates Defeat)"
Richard Crowley richard@devstructure.com
Part of blueprint(1).
blueprint-list(1), blueprint-create(1), blueprint-show(1), blueprint-apply(1), and blueprint-destroy(1).
blueprint(5) details the blueprint JSON format.