diff --git a/docs/composer-cli.rst b/docs/composer-cli.rst index 71b6aaaa..69d08da1 100644 --- a/docs/composer-cli.rst +++ b/docs/composer-cli.rst @@ -27,13 +27,16 @@ Start out by listing the available blueprints using ``composer-cli blueprints list``, pick one and save it to the local directory by running ``composer-cli blueprints save http-server``. If there are no blueprints available you can copy one of the examples `from the test suite -`_. +`_. Edit the file (it will be saved with a .toml extension) and change the description, add a package or module to it. Send it back to the server by running ``composer-cli blueprints push http-server.toml``. You can verify that it was saved by viewing the changelog - ``composer-cli blueprints changes http-server``. +The full blueprint documentation `is +here`_. + Build an image ----------------