cloudflare / cloudflare-gcp

Google Cloud Function to push json files from GC Storage to Big Query
Apache License 2.0
84 stars 49 forks source link

.env.yml is missing #37

Closed schack closed 4 years ago

schack commented 4 years ago

Hi The .env.yml file is missing on the launch of the cloud shell.

Welcome to Cloud Shell! Type "help" to get started. To set your Cloud Platform project in this session use “gcloud config set project [PROJECT_ID]” henrik_schack@cloudshell:~$ cloudshell_open --repo_url "https://github.com/cloudflare/cloudflare-gcp" --print_file "install.sh" --dir "cli" --page "editor" --tutorial "cloudshell-security-events.md" 2020/02/27 04:49:17 Cloning https://github.com/cloudflare/cloudflare-gcp into /home/henrik_schack/cloudshell_open/cloudflare-gcp 2020/02/27 04:49:19 #!/bin/bash npm install && chmod +x setup henrik_schack@cloudshell:~/cloudshell_open/cloudflare-gcp/cli$ cat ~/cloudflare-gcp/security-events/.env.yml cat: /home/henrik_schack/cloudflare-gcp/security-events/.env.yml: No such file or directory

schack commented 4 years ago

Figured it out