GitHub 최신 릴리스 버전 확인

Jmnote (토론 | 기여)님의 2024년 5월 3일 (금) 19:14 판 (→‎개요)

개요

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 | grep tag_name | grep -oP '[v0-9.]\+'
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}