itamae-kitchen / itamae

Configuration management tool inspired by Chef, but simpler and lightweight. Formerly known as Lightchef.

Home Page:https://itamae.kitchen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thor Deprecation warning

neidiom opened this issue · comments

I got the error below when using this command

itamae --test local /home/nedim/neidiom/test/lib/itamae/nginx.rb
ERROR: "itamae help" was called with arguments ["--test", "local", "/home/nedim/neidiom/test/lib/itamae/nginx.rb"]
Usage: "itamae help [COMMAND]"
Deprecation warning: Thor exit with status 0 on errors. To keep this behavior, you must define `exit_on_failure?` in `Itamae::CLI`
You can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.

Thank you for your report! We will confirm it...