I'm still running into the issue <here> even with ...
# ask-the-community
r
I'm still running into the issue here even with flytekit 1.0.3. Create project is asking for project?
y
which version of flytectl are you on?
could you do
flytectl version
?
r
Copy code
{
  "App": "flytectl",
  "Build": "bff8cf1",
  "Version": "0.5.28",
  "BuildTime": "2022-06-28 12:19:06.357349 -0700 PDT m=+0.045494584"
}
y
do you mind if i try the command?
hmm
Copy code
$ flytectl create project --name intelligent-gophers-18 --id intelligent-gophers-18 --description "Hackathon - intelligent-moles-17 team" --labels app=flyte -c ~/.flyte/playground.yaml
project created successfully.
i removed one of the args
maybe that was why
159 Views