blueprint-push
- push a blueprint to the Internet
blueprint push
[-q
] name
blueprint-push
stores the blueprint name and all associated tarballs as name on the configured server (which is https://devstructure.com
by default) and prints the URL from which it may be fetched.
If name does not exist and standard input is not a TTY, a blueprint is read from standard input. See blueprint
(5) for the details of the format.
If no secret is configured in /etc/blueprint.cfg
or ~/.blueprint.cfg
, one is created and a sample configuration is printed.
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.
-q
, --quiet
-h
, --help
~/.blueprints.git
/etc/blueprint.cfg
, ~/.blueprint.cfg
blueprint.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).