"""
Creating a New Project
-------------------------

Creates project to be used as a home for the flyte resources of tasks and workflows.
Refer to the `flytectl API reference <https://docs.flyte.org/projects/flytectl/en/stable/gen/flytectl_create_project.html>`__
for more details.

.. prompt:: bash

  flytectl create project --id "my-flyte-project-name" --labels "my-label=my-project-label"  --description "my-flyte-project-name" --name "my-flyte-project-name"

"""
