package
1.9.0
Repository: https://github.com/launchdarkly/ldcli.git
Documentation: pkg.go.dev

# README

dev server

The dev server is a go server that ldcli can run. It provides a local-only version of all the APIs that support LaunchDarkly SDKs. You can use it to serve flags to local and ephemeral environments. It copies flag values for a project from a source environment and serves those. There are also APIs that let you override those values so that you can enable a feature just in your dev environment, e.g.

The build of the dev server is incorporated into the ldcli build itself. The UI provided by the dev server has a manual build.

# Packages

No description provided by the author
Package api provides primitives to interact with the openapi HTTP API.
Package store provides database storage for package model.
Package model provides dev projects and flag override data models for the api handler to use.
Package sdk provides API handlers for [the endpoints provided by ld-relay](https://github.com/launchdarkly/ld-relay/blob/v8/docs/endpoints.md).
No description provided by the author

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author