https://flyte.org logo
#ask-the-community
Title
# ask-the-community
c

Chandrashekhar Kotekar

06/20/2023, 10:59 AM
Another issue I found: I get this error for
flytectl config validate
command, although I have
config-sandbox-yaml
and
config.yaml
files in
~/.flyte
directory
Copy code
Couldn't find a config file.
Validated config file successfully.
j

jeev

06/20/2023, 12:47 PM
hmm not able to repro this:
Copy code
Config file(s) found at: config.yaml
Validated config file successfully.
what version of
flytectl
are you running?
Copy code
flytectl version
latest is
0.6.39
c

Chandrashekhar Kotekar

06/20/2023, 12:48 PM
I am same version:
Copy code
flytectl version  
{
  "App": "flytectl",
  "Build": "0cb2bfa",
  "Version": "0.6.39",
  "BuildTime": "2023-06-20 14:45:22.664715 +0200 CEST m=+0.016518584"
}
s

Samhita Alla

06/21/2023, 5:15 AM
Have you exported the
FLYTECTL_CONFIG
env variable?