Skip to content

Commit

Permalink
chore: prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed May 7, 2024
1 parent dc5e88d commit 8353760
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This document contains the help content for the `unleash-edge` command-line prog
Default value: `3043`
* `--instance-id <INSTANCE_ID>` — Instance id. Used for metrics reporting

Default value: `01HM6PSP4E643VY4D0F3XMAHBX`
Default value: `01HX9QXY3MNKKAMP7XRS6RG2Q4`
* `-a`, `--app-name <APP_NAME>` — App name. Used for metrics reporting

Default value: `unleash-edge`
Expand Down Expand Up @@ -114,14 +114,19 @@ Run in edge mode
* `--pkcs12-identity-file <PKCS12_IDENTITY_FILE>` — Identity file in pkcs12 format. Typically this file has a pfx extension
* `--pkcs12-passphrase <PKCS12_PASSPHRASE>` — Passphrase used to unlock the pkcs12 file
* `--upstream-certificate-file <UPSTREAM_CERTIFICATE_FILE>` — Extra certificate passed to the client for building its trust chain. Needs to be in PEM format (crt or pem extensions usually are)
* `--service-account-token <SERVICE_ACCOUNT_TOKEN>` — Service account token. Used to create client tokens if receiving a frontend token we don't have data for
* `--upstream-request-timeout <UPSTREAM_REQUEST_TIMEOUT>` — Timeout for requests to the upstream server

Default value: `5`
* `--upstream-socket-timeout <UPSTREAM_SOCKET_TIMEOUT>` — Socket timeout for requests to upstream

Default value: `5`
* `--redis-url <REDIS_URL>`
* `--redis-mode <REDIS_MODE>`

Default value: `single`

Possible values: `single`, `cluster`

* `--redis-password <REDIS_PASSWORD>`
* `--redis-username <REDIS_USERNAME>`
* `--redis-port <REDIS_PORT>`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![crates.io](https://img.shields.io/crates/v/unleash-edge?label=latest)](https://crates.io/crates/unleash-edge)
[![Documentation](https://docs.rs/unleash-edge/badge.svg?version=latest)](https://docs.rs/unleash-edge/latest)
![MIT licensed](https://img.shields.io/crates/l/unleash-edge.svg)
[![Dependency Status](https://deps.rs/crate/unleash-edge/18.0.1/status.svg)](https://deps.rs/crate/unleash-edge/18.0.1)
[![Dependency Status](https://deps.rs/crate/unleash-edge/19.1.0/status.svg)](https://deps.rs/crate/unleash-edge/19.1.0)
[![CI](https://github.com/Unleash/unleash-edge/actions/workflows/test-with-coverage.yaml/badge.svg)](https://github.com/Unleash/unleash-edge/actions/workflows/test-with-coverage.yaml)
[![Coverage Status](https://coveralls.io/repos/github/Unleash/unleash-edge/badge.svg?branch=main)](https://coveralls.io/github/Unleash/unleash-edge?branch=main)
![downloads](https://img.shields.io/crates/d/unleash-edge.svg)
Expand Down

0 comments on commit 8353760

Please sign in to comment.