composer-cli: Update documentation URLs

Resolves: rhbz#1915361
This commit is contained in:
Brian C. Lane 2021-06-24 12:00:06 -07:00
parent 677c08f743
commit aa5e627c0a

View File

@ -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 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 blueprints save http-server``. If there are no blueprints available you can
copy one of the examples `from the test suite copy one of the examples `from the test suite
<https://github.com/weldr/lorax/tree/master/tests/pylorax/blueprints/>`_. <https://github.com/weldr/lorax/tree/rhel8-branch/tests/pylorax/blueprints/>`_.
Edit the file (it will be saved with a .toml extension) and change the 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 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 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``. saved by viewing the changelog - ``composer-cli blueprints changes http-server``.
The full blueprint documentation `is
here<https://www.osbuild.org/guides/blueprint-reference/blueprint-reference.html>`_.
Build an image Build an image
---------------- ----------------