Description
When creating a label with scope "p" (project-specific), the command allows creating invalid labels in two scenarios:
Issue 1: Missing project ID
Using --scope p without --project flag creates an orphan label with no project association.
Issue 2: Non-existent project
Using --scope p --project <id> with a non-existent project ID creates a label linked to nothing.

Description
When creating a label with scope "p" (project-specific), the command allows creating invalid labels in two scenarios:
Issue 1: Missing project ID
Using
--scope pwithout--projectflag creates an orphan label with no project association.Issue 2: Non-existent project
Using
--scope p --project <id>with a non-existent project ID creates a label linked to nothing.