We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1079a81 commit 3054078Copy full SHA for 3054078
1 file changed
packages/apollo/src/Command.ts
@@ -126,6 +126,11 @@ export abstract class ProjectCommand extends Command {
126
title: "Loading Apollo Project",
127
task: async ctx => {
128
await this.project.whenReady;
129
+
130
+ console.log("Env:");
131
+ console.log(Object.keys(process.env).toString());
132
+ console.log("/Env");
133
134
ctx = { ...ctx, ...this.ctx };
135
}
136
});
0 commit comments