Skip to content

Commit

Permalink
update README for 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aztechian committed Jun 21, 2020
1 parent 9ff92fe commit 21a53de
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bridgr
# Bridgr

> Bridging the air-gap for your artifacts
Expand Down Expand Up @@ -57,14 +57,15 @@ To only run one of the repository types, simply give that type after any configu

Additional command line options include:

| Option | Meaning |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| -v / --verbose | Verbose Output |
| -n / --dry-run | Dry-run. Only do setup, don't fetch artifacts |
| -c / --config | Specify an alternate configuration file |
| --version | Print the version of Bridgr and exit. The output of stderr can be redirected to /dev/null to get just the version string. |
| -H / --host | Run Bridgr in "hosting" mode. This mode does no downloading of artifacts, but makes Bridgr into a simple HTTP server. See `Hosting` for more detail |
| -l / --listen | The listen address for Bridgr in hosting mode. This is only effective when coupled with the `-H` flag. Default is `:8080` |
| Option | Meaning |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| -v / --verbose | Verbose Output |
| -n / --dry-run | Dry-run. Only do setup, don't fetch artifacts |
| -c / --config | Specify an alternate configuration file |
| --version | Print the version of Bridgr and exit. The output of stderr can be redirected to /dev/null to get just the version string. |
| -H / --host | Run Bridgr in "hosting" mode. This mode does no downloading of artifacts, but makes Bridgr into a simple HTTP server. See `Hosting` for more detail |
| -l / --listen | The listen address for Bridgr in hosting mode. This is only effective when coupled with the `-H` flag. Default is `:8080` |
| -x / --file-timeout | A go "duration" specifying an overall timeout for HTTP file downloads. Examples are `15s` (15 seconds), or `2h5m` (2 hours and 5 minutes). Default is `20s` |

### Artifacts requiring authentication

Expand Down Expand Up @@ -121,7 +122,7 @@ You may also create a systemd service file and be able to control Bridgr as an O

## Development setup

Requires Go version 1.11 or higher.
Requires Go version 1.13 or higher. Current Go version is specified in `go.mod`.

Bridgr uses Go modules available since GoLang 1.11 release. To do development on Bridgr, simply clone this repository to your preferred location
and run `make`. This will download all dependencies using the controlled go modules configuration. You must have go properly installed and configured on your system first.
Expand Down Expand Up @@ -155,6 +156,9 @@ Potential library for creating iso9660 (ISO) files [https://github.com/kdomanski

## Release History

- 1.4.0
- Complete rewrite of bridgr, to organize code internally for better testability and future work
- Added `--file-timeout` flag to allow modifying the HTTP/s client overall timeout for downloading files
- 1.3.0
- Add authentication support
- Update to Go version 1.13
Expand Down

0 comments on commit 21a53de

Please sign in to comment.