File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments