"GitHub 최신 릴리스 버전 확인"의 두 판 사이의 차이

(새 문서: ==개요== ;GitHub 최신 릴리스 버전 확인 <syntaxhighlight lang='bash' run> curl -s https://api.github.com/repos/tensorflow/tensorflow/releases/latest | grep tag_name </synta...)
 
4번째 줄: 4번째 줄:
<syntaxhighlight lang='bash' run>
<syntaxhighlight lang='bash' run>
curl -s https://api.github.com/repos/tensorflow/tensorflow/releases/latest | grep tag_name
curl -s https://api.github.com/repos/tensorflow/tensorflow/releases/latest | grep tag_name
</syntaxhighlight>
<syntaxhighlight lang='bash' run>
curl -s https://api.github.com/repos/tensorflow/tensorflow/releases/latest | jq -r .tag_name
</syntaxhighlight>
</syntaxhighlight>


[[분류: GitHub]]
[[분류: GitHub]]

2024년 5월 3일 (금) 19:12 판

개요

GitHub 최신 릴리스 버전 확인
curl -s https://api.github.com/repos/tensorflow/tensorflow/releases/latest | grep tag_name
curl -s https://api.github.com/repos/tensorflow/tensorflow/releases/latest | jq -r .tag_name
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}