Skip to content

Commit

Permalink
missing section in docs!
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Mar 17, 2022
1 parent 4a32450 commit be3bbd3
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docs/getting_started/user-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1093,12 +1093,21 @@ is subject to change!)
$ shpc check tensorflow/tensorflow:2.2.2
⭐️ tag 2.2.2 is up to date. ⭐️
As a trick, you can loop through registry entries with ``shpc show``. The return
value will be 0 is there are no updates, and 1 otherwise. This is a trick
we use to check for new recipes to test.
As a trick, you can loop through registry entries with ``shpc list``. The return
value will be 0 is there are no updates, and 1 otherwise. This is how
we check for new recipes to test.

.. code-block:: console
$ for name in $(shpc list); do
shpc check $name
done
⭐️ tag 3.1.1 is up to date. ⭐️
⭐️ tag 3.9.10 is up to date. ⭐️
⭐️ tag latest is up to date. ⭐️
⭐️ tag 1.14 is up to date. ⭐️
⭐️ tag 5.5.1 is up to date. ⭐️
⭐️ tag 1.54.0 is up to date. ⭐️
Add
Expand Down

0 comments on commit be3bbd3

Please sign in to comment.