Skip to content

Commit

Permalink
fix: update flagd provider docs, publishing (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <toddbaert@gmail.com>
  • Loading branch information
toddbaert authored Feb 13, 2023
1 parent d7ed1f4 commit 7abdf5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}
with:
fetch-depth: 0
submodules: recursive

- name: Install dependencies
if: ${{ steps.release.outputs.releases_created }}
Expand Down
10 changes: 5 additions & 5 deletions src/OpenFeature.Contrib.Providers.Flagd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flagd Feature Flag .NET Provider
# flagd Feature Flag .NET Provider

The Flagd Flag provider allows you to connect to your Flagd instance.
The flagd Flag provider allows you to connect to your flagd instance.

# .Net SDK usage

Expand Down Expand Up @@ -38,7 +38,7 @@ paket add OpenFeature.Contrib.Providers.Flagd
#tool nuget:?package=OpenFeature.Contrib.Providers.Flagd
```

## Using the FlagdProvider with the OpenFeature SDK
## Using the flagd Provider with the OpenFeature SDK

This example assumes that the flagd server is running locally
For example, you can start flagd with the following example configuration:
Expand All @@ -47,7 +47,7 @@ For example, you can start flagd with the following example configuration:
flagd start --uri https://raw.githubusercontent.com/open-feature/flagd/main/config/samples/example_flags.json
```

When the flagd service is running, you can use the SDK with the FlagdProvider as in the following example console application:
When the flagd service is running, you can use the SDK with the flagd Provider as in the following example console application:

```csharp
using OpenFeature.Contrib.Providers.Flagd;
Expand All @@ -74,7 +74,7 @@ namespace OpenFeatureTestApp

### Configuring the FlagdProvider

The URI of the flagd server to which the `FlagdProvider` connects to can either be passed directly to the constructor, or be configured using the following environment variables:
The URI of the flagd server to which the `flagd Provider` connects to can either be passed directly to the constructor, or be configured using the following environment variables:

| Option name | Environment variable name | Type | Default | Values |
| --------------------- | ------------------------------- | ------- | --------- | ------------- |
Expand Down

0 comments on commit 7abdf5e

Please sign in to comment.