<#3806 [Housekeeping] Inconsistent treatment of pr...
# flyte-github
a
#3806 [Housekeeping] Inconsistent treatment of project id param in flytectl Issue created by katrogan Describe the issue
flytectl update project --help
shows
id
as a flag:
Copy code
Flags:
...
      --id string               id for the project specified as argument.
However attempting to update a project with the id flag fails:
Copy code
flytectl update project --id katrina-test                                                                                                                                                  <region:us-west-2>
Error: project id wasn't passed
and requires using the global
-p
flag instead What if we do not do this? Poor DevX using the project noun in flytectl Related component(s) flytectl Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte