Another issue I found: I get this error for `flyte...
# ask-the-community
c
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
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
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
Have you exported the
FLYTECTL_CONFIG
env variable?
162 Views