1. blueprint-push(1)
  2. Blueprint I/O
  3. blueprint-push(1)

NAME

blueprint-push - push a blueprint to the Internet

SYNOPSIS

blueprint push [-q] name

DESCRIPTION

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 no secret is configured in /etc/blueprint-io.cfg or ~/.blueprint-io.cfg, one is created and a sample configuration is printed.

OPTIONS

-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.
/etc/blueprint-io.cfg, ~/.blueprint-io.cfg
Optional INI-style configuration files for specifying a server and secret value.

EXAMPLES

Example ~/.blueprint-io.cfg:

[default]
server = https://devstructure.com
secret = 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_-

The server in this case specifies the default and may be omitted.

THEME SONG

Girl Talk - "Let It Out"

AUTHOR

SEE ALSO

blueprint-push(1) and blueprint-pull(1), which blueprint-io(7) adds to the blueprint(1) suite.

  1. DevStructure
  2. June 2011
  3. blueprint-push(1)