Describe the feature or problem you’d like to solve
I'd like to be able to link a project to a repository from the CLI.
Proposed solution
A new command, gh project link [<number>] [<repository>] which links the project to a repository. Uses the linkProjectV2ToRepository GraphQL mutation for implementation.
Will allow users to link a project to a repository from the CLI
Describe the feature or problem you’d like to solve
I'd like to be able to link a project to a repository from the CLI.
Proposed solution
A new command,
gh project link [<number>] [<repository>]which links the project to a repository. Uses thelinkProjectV2ToRepositoryGraphQL mutation for implementation.Will allow users to link a project to a repository from the CLI