Shelter (shelter
) is a command-line tool for downloading & uploading Habitat packages to an S3-compatible bucket. It uses min.io's Go SDK to connect to a bucket using an access key and secret key.
See shelter --help
for a commands list, and shelter <command name> --help
for more detail.
- Download the release for your platform.
- Make it executable (macOS and Linux):
chmod +x binaryname
- Add the binary to your
$PATH
.
- Fork (https://github.com/gyamada619/shelter/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run
gofmt -s
- Create a new pull request
Garrett Yamada (gyamada619) and Alec Smith (peepnoop)