giantswarm/Install Tool
Install & cache common scripts and binaries.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| binary | Name of the binary. E.g. "architect" | yes | — |
| version | Version. E.g. "architect" | yes | — |
| download_url | Download URL template. Available variables are ${binary} and ${version}. If the URL has to extension then no unarchiving will happen. | no | https://github.com/giantswarm/${binary}/releases/download/v${version}/${binary}-v${version}-linux-amd64.tar.gz |
| tarball_binary_path | Template of the binary path in the tarball. Can contain wildcards. | no | */${binary} |
| smoke_test | Template of the binary smoke test. | no | ${binary} version |
| binary_new_name | Name of the binary once is installed. E.g. "aws". Available variables are ${binary} and ${version}. | no | — |
Outputs
no outputs