Any tips on running `PULUMI_EXPERIMENTAL=true pulu...
# general
l
Any tips on running
PULUMI_EXPERIMENTAL=true pulumi query
? I am getting
Error: Program run without the Pulumi engine available; re-run using the pulumi CLI
w
Have you followed the steps in https://github.com/pulumi/pulumi-query-kubernetes/blob/master/README.md#getting-started? In particular, you currently need the folder layout of the example linked there - including a
Pulumi.yaml
and to have installed node dependencies with yarn/NPM.
👍 1