Skip to content

Commit 169cb91

Browse files
committed
don't hide functions:config:export command.
1 parent b9bbb99 commit 169cb91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/functions-config-export.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ function fromEntries<V>(itr: Iterable<[string, V]>): Record<string, V> {
8989

9090
export const command = new Command("functions:config:export")
9191
.description("export environment config as environment variables in dotenv format")
92-
.before(functionsConfig.ensureLegacyRuntimeConfigCommandsEnabled)
9392
.before(requirePermissions, [
9493
"runtimeconfig.configs.list",
9594
"runtimeconfig.configs.get",

0 commit comments

Comments
 (0)