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!)
1093
1093
$ shpc check tensorflow/tensorflow:2.2.2
1094
1094
⭐️ tag 2.2.2 is up to date. ⭐️
1095
1095
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.
1099
1099
1100
1100
.. code-block :: console
1101
1101
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. ⭐️
1102
1111
1103
1112
1104
1113
Add
You can’t perform that action at this time.
0 commit comments