We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d3980 commit b6126e7Copy full SHA for b6126e7
packages/wrangler/src/versions/view.ts
@@ -114,7 +114,7 @@ export const versionsViewCommand = createCommand({
114
const bindings = version.resources.bindings.filter(
115
(binding) => binding.type !== "secret_text"
116
);
117
- logRaw(JSON.stringify(bindings, null, 2));
+
118
if (bindings.length > 0) {
119
printBindings(
120
(await convertBindingsToCfWorkerInitBindings(bindings)).bindings
0 commit comments