Add glab command to enable configuration profiles
## Why are we doing this work We are doing this work to make it easy for project maintainers and owners to enable the feature without needing to use curl or some other tool that requires passing in a token manually. In the future we'll have a UI for this, but this is quick and builds support for agentic enablement of the feature too. ## Relevant links <!-- Information that the developer might need to refer to when implementing the issue. - [Design Issue](https://gitlab.com/gitlab-org/gitlab/-/issues/<id>) - [Design 1](https://gitlab.com/gitlab-org/gitlab/-/issues/<id>/designs/<image>.png) - [Design 2](https://gitlab.com/gitlab-org/gitlab/-/issues/<id>/designs/<image>.png) - [Similar implementation](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/<id>) --> - [CLI project](https://gitlab.com/gitlab-org/cli) ## Non-functional requirements <!-- Add details for required items and delete others. --> - [ ] Documentation: regenerate docs with `make gen-docs` and ensure that the release post mentions how to use `glab` for this - [ ] Feature flag: - [ ] Performance: - [ ] Testing:
issue