gyamada619 / shelter

A command-line tool for downloading & uploading Habitat packages to an S3-compatible bucket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🏡 Shelter

Description

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.

Usage

See shelter --help for a commands list, and shelter <command name> --help for more detail.

Install

  1. Download the release for your platform.
  2. Make it executable (macOS and Linux): chmod +x binaryname
  3. Add the binary to your $PATH.

Contribution

  1. Fork (https://github.com/gyamada619/shelter/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run gofmt -s
  6. Create a new pull request

Authors

Garrett Yamada (gyamada619) and Alec Smith (peepnoop)

About

A command-line tool for downloading & uploading Habitat packages to an S3-compatible bucket.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%