blueprint-pull - pull a blueprint from the Internet
blueprint pull [-m message] [-q] url
With server and secret configured:
blueprint pull [-m message] [-q] name
blueprint-pull fetches a blueprint and all associated tarballs from the configured server (which is https://devstructure.com by default) and stores them in the local repository as name or the final component of url.
If name is given, the secret must be configured in /etc/blueprint.cfg or ~/.blueprint.cfg. See EXAMPLES below.
If url is given, it must be a fully-qualified HTTP or HTTPS URL of the form server/secret/name.
DevStructure provides a free Blueprint I/O Server at https://devstructure.com, which stores blueprints in Amazon S3. Alternatively, you can supply your own backend server.
-m message, --message=message-q, --quiet-h, --help~/.blueprints.git/etc/blueprint.cfg, ~/.blueprint.cfgblueprint.cfg(5).Example ~/.blueprint.cfg:
[io]
server = https://devstructure.com
secret = 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_-
The server in this case specifies the default and may be omitted.
Girl Talk - "Let It Out"
Part of blueprint(1).