You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/flagd-cli/flagd_start.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ flagd start [flags]
35
35
--stream-deadline duration Set a server-side deadline for flagd sync and event streams (default 0, means no deadline).
36
36
-g, --sync-port int32 gRPC Sync port (default 8015)
37
37
-e, --sync-socket-path string Flagd sync service socket path. With grpc the sync service will be available on this address.
38
-
-f, --uri .yaml/.yml/.json Set a sync provider uri to read data from, this can be a filepath, URL (HTTP and gRPC), FeatureFlag custom resource, or GCS or Azure Blob. When flag keys are duplicated across multiple providers the merge priority follows the index of the flag arguments, as such flags from the uri at index 0 take the lowest precedence, with duplicated keys being overwritten by those from the uri at index 1. Please note that if you are using filepath, flagd only supports files with .yaml/.yml/.json extension.
38
+
-f, --uri .yaml/.yml/.json Set a sync provider uri to read data from, this can be a filepath, URL (HTTP and gRPC), FeatureFlag custom resource, or GCS, Azure Blob or S3. When flag keys are duplicated across multiple providers the merge priority follows the index of the flag arguments, as such flags from the uri at index 0 take the lowest precedence, with duplicated keys being overwritten by those from the uri at index 1. Please note that if you are using filepath, flagd only supports files with .yaml/.yml/.json extension.
| authHeader | optional `string`| Used for http sync; set this to include the complete `Authorization` header value for any authentication scheme (e.g., "Bearer token_here", "Basic base64_credentials", etc.). |
55
-
| interval | optional `uint32`| Used for http, gcsand azblob syncs; requests will be made at this interval. Defaults to 5 seconds. |
55
+
| interval | optional `uint32`| Used for http, gcs, azblob and s3 syncs; requests will be made at this interval. Defaults to 5 seconds. |
56
56
| tls | optional `boolean`| Enable/Disable secure TLS connectivity. Currently used only by gRPC sync. Default (ex: if unset) is false, which will use an insecure connection |
57
57
| providerID | optional `string`| Value binds to grpc connection's providerID field. gRPC server implementations may use this to identify connecting flagd instance |
58
58
| selector | optional `string`| Selector expression to filter flag configurations. Supports `source=<name>` and `flagSetId=<id>` syntax. See [selector syntax](selector-syntax.md) for details. |
0 commit comments