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

Rupsha Chaudhuri

06/28/2022, 6:46 PM
I'm still running into the issue here even with flytekit 1.0.3. Create project is asking for project?
y

Yee

06/28/2022, 6:58 PM
which version of flytectl are you on?
could you do
flytectl version
?
r

Rupsha Chaudhuri

06/28/2022, 7:20 PM
Copy code
{
  "App": "flytectl",
  "Build": "bff8cf1",
  "Version": "0.5.28",
  "BuildTime": "2022-06-28 12:19:06.357349 -0700 PDT m=+0.045494584"
}
y

Yee

06/28/2022, 7:53 PM
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
2 Views