Skip to content

Instantly share code, notes, and snippets.

@mAster-rAdio
Created August 6, 2019 04:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mAster-rAdio/e0712524f4c53f353c6e567eac5cf45e to your computer and use it in GitHub Desktop.
Save mAster-rAdio/e0712524f4c53f353c6e567eac5cf45e to your computer and use it in GitHub Desktop.
tfschema最新版リリースバイナリを${HOME}のbinにDLして配置するワンライナー。

tfschema最新版リリースバイナリを ${HOME} のbinにダウンロードして配置するワンライナー。

  • ただし、アーキテクチャは自前指定。
curl -kLRs `curl -kLRs https://api.github.com/repos/minamijoyo/tfschema/releases/latest | grep browser_download_url | grep linux | grep amd64 | awk '{print($NF);}' | tr -d '"'` | tar -C ~/bin -zxf - tfschema
  • anyenvだと ${ANYENV_DEFINITION_ROOT}/tfenvinstall_plugin 指定すれば良いのだろうか…?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment