Skip to content

Commit b56c44b

Browse files
josillolblak
andauthored
init (#2632)
Co-authored-by: Olivier Vernin <olivier@vernin.me>
1 parent d1f76e1 commit b56c44b

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

content/en/docs/prologue/quick-start.adoc

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,37 @@ Source, Condition, and Target behave differently based on the plugin used, which
7676

7777
Now that we have a data file and an updatecli manifest, describing how to update our file, let's see how to use updatecli.
7878

79-
So for doing so, please execute the following command:
79+
So for doing so, please execute the following commands:
8080

81-
1. To see what would change: `updatecli diff --config manifest.yaml`
82-
2. To apply the change: `updatecli apply --config manifest.yaml`
83-
3. To see that nothing needs to be changed anymore: `updatecli apply --config manifest.yaml`
81+
. To see what would change:
82+
+
83+
[source,shell]
84+
----
85+
updatecli diff --config manifest.yaml
86+
----
87+
88+
. To apply the change:
89+
+
90+
[source,shell]
91+
----
92+
updatecli apply --config manifest.yaml
93+
----
94+
95+
. To see that nothing needs to be changed anymore:
96+
+
97+
[source,shell]
98+
----
99+
updatecli apply --config manifest.yaml
100+
----
101+
102+
Alternatively, you can copy all commands at once:
103+
104+
[source,shell]
105+
----
106+
updatecli diff --config manifest.yaml
107+
updatecli apply --config manifest.yaml
108+
updatecli apply --config manifest.yaml
109+
----
84110

85111
== Video
86112

0 commit comments

Comments
 (0)