acoustic-carpenter-78188
06/26/2023, 8:45 PMflytectl update project --help
shows id as a flag:
Flags:
...
--id string id for the project specified as argument.
However attempting to update a project with the id flag fails:
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/flyteacoustic-carpenter-78188
07/12/2023, 3:53 PM