Skip to content

Commit be3bbd3

Browse files
committed
missing section in docs!
Signed-off-by: vsoch <[email protected]>
1 parent 4a32450 commit be3bbd3

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/getting_started/user-guide.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,12 +1093,21 @@ is subject to change!)
10931093
$ shpc check tensorflow/tensorflow:2.2.2
10941094
⭐️ tag 2.2.2 is up to date. ⭐️
10951095
1096-
As a trick, you can loop through registry entries with ``shpc show``. The return
1097-
value will be 0 is there are no updates, and 1 otherwise. This is a trick
1098-
we use to check for new recipes to test.
1096+
As a trick, you can loop through registry entries with ``shpc list``. The return
1097+
value will be 0 is there are no updates, and 1 otherwise. This is how
1098+
we check for new recipes to test.
10991099

11001100
.. code-block:: console
11011101
1102+
$ for name in $(shpc list); do
1103+
shpc check $name
1104+
done
1105+
⭐️ tag 3.1.1 is up to date. ⭐️
1106+
⭐️ tag 3.9.10 is up to date. ⭐️
1107+
⭐️ tag latest is up to date. ⭐️
1108+
⭐️ tag 1.14 is up to date. ⭐️
1109+
⭐️ tag 5.5.1 is up to date. ⭐️
1110+
⭐️ tag 1.54.0 is up to date. ⭐️
11021111
11031112
11041113
Add

0 commit comments

Comments
 (0)