Skip to content

Commit ddd1ea3

Browse files
committed
migrate text, pare down words
1 parent d7cf9f8 commit ddd1ea3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Running this command creates a configuration file located at `$XDG_CONFIG_HOME/l
9595
LaunchDarkly CLI commands:
9696

9797
- `setup` guides you through creating your first flag, connecting an SDK, and evaluating your flag in your Test environment
98+
- `dev-server` lets you start a local server and retrieve flag values from a LaunchDarkly source environment so you can test your code locally. For assistance starting with or running dev-server, refer to the [reference docs](https://launchdarkly.com/docs/guides/flags/ldcli-dev-server).
9899

99100
### Resource Commands
100101

@@ -146,9 +147,3 @@ LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply
146147

147148
[ghrelease-badge]: https://img.shields.io/github/release/launchdarkly/ldcli.svg
148149
[ghrelease-link]: https://github.com/launchdarkly/ldcli/releases/latest
149-
150-
## Dev Server
151-
152-
LaunchDarkly provides a command line interface (CLI), which includes a `dev-server` command that you can use to start a local server and retrieve flag values from a LaunchDarkly source environment. This development server supports a single variation value for each flag, which you can override as needed. This means you can test your code locally, and you do not need to coordinate with other developers in your organization who are using the same LaunchDarkly source environment.
153-
154-
For assistance starting with or running dev-server, refer to the [reference docs](https://launchdarkly.com/docs/guides/flags/ldcli-dev-server).

0 commit comments

Comments
 (0)