关于ruby-on-rails:gitlab-如何进入控制台

33次阅读

共计 317 个字符,预计需要花费 1 分钟才能阅读完成。

应用上面的命令:

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

正文完
 0