We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fdad4c commit a26f76bCopy full SHA for a26f76b
src/commands/functions-config-export.ts
@@ -13,6 +13,7 @@ import { addVersion, listSecretVersions, toSecretVersionResourceName } from "../
13
import { needProjectId } from "../projectUtils";
14
import { requireAuth } from "../requireAuth";
15
import { ensureApi } from "../gcp/secretManager";
16
+import { getFunctionsSDKVersion } from "../deploy/functions/runtimes/node/versioning";
17
18
import type { Options } from "../options";
19
0 commit comments