From aa5e627c0a5b15d9756111980454745c9681fec6 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 24 Jun 2021 12:00:06 -0700 Subject: [PATCH] composer-cli: Update documentation URLs Resolves: rhbz#1915361 --- docs/composer-cli.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ----------------