gitlab 如何進入控制檯

ponponon發表於2023-01-09

使用下面的命令:

gitlab-rails console

然後隨便玩吧

irb(main):037:0> Feature.enable(:feishu_integration)
WARNING: Understand the stability and security risks of enabling in-development features with feature flags.
See https://docs.gitlab.com/ee/administration/feature_flags.html#risks-when-enabling-features-still-in-development for more information.
=> true

圖片.png

相關文章