Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update dryrun command with dryrun option #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ output with every information about one or possibly several recipes. For instanc
-> user_password: kameleon

You can also inspect the steps involed in your recipe using either
``kameleon dryrun``, or ``kameleon dag``.
``kameleon build --dryrun``, or ``kameleon dag``.

``kameleon dryrun`` run through the sections and steps that the ``kameleon build`` will actually execute.
``kameleon build --dryrun`` run through the sections and steps that the ``kameleon build`` will actually execute.

``kameleon dag`` draws a direct acyclic graph of a recipe inheritance and steps for one or possibly many recipes all at once. The DAG can be converted to a image or pdf file when using either the ``--file`` or ``--format`` option.

Expand Down
2 changes: 1 addition & 1 deletion erb/extend.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
#==============================================================================
# This recipe extends another. To look at the step involed, run:
# kameleon dryrun <%= recipe_name %>
# kameleon build --dryrun <%= recipe_name %>
# To see the variables that you can override, use the following command:
# kameleon info <%= recipe_name %>
---
Expand Down