From f2e45750f17dcc65fcfdf79985def386af64b181 Mon Sep 17 00:00:00 2001 From: Mike Zorn Date: Fri, 23 Aug 2024 17:48:05 -0700 Subject: [PATCH] Add dev server to usage template --- cmd/templates.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/templates.go b/cmd/templates.go index 024b82a4..b772bafa 100644 --- a/cmd/templates.go +++ b/cmd/templates.go @@ -15,6 +15,7 @@ Commands: {{rpad "config" 29}} View and modify specific configuration values {{rpad "completion" 29}} Enable command autocompletion within supported shells {{rpad "login" 29}} Log in to your LaunchDarkly account + {{rpad "dev-server" 29}} Run a development server to serve flags locally Common resource commands: {{rpad "flags" 29}} List, create, and modify feature flags and their targeting