文件名称:knife-toruby:一个 Chef Knife 插件,用于以 ruby 格式打印 Chef 对象
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-02 06:03:46
Ruby
刀对Ruby 一个 Knife 插件,用于在 ruby 代码中打印 Chef 对象(角色/环境), $ knife role toruby role_name name "role_name" description "my description" default_attributes({ "a" => "b" }) override_attributes({ "a" => "b" }) run_list("recipe[cookbook_a]", "recipe[cookbook_b]") 应该相当于knife show role -Fj但对于ruby。 检查以查看更改的内容。 安装 /opt/chef/embedded/gem install knife-toruby 如何使用 knife role toruby [ROLE] knife environment
【文件预览】:
knife-toruby-master
----LICENSE.txt(1KB)
----VERSION(5B)
----lib()
--------chef()
----Gemfile(97B)
----knife-toruby.gemspec(1KB)
----spec()
--------spec_helper.rb(46B)
--------ruby_compat_spec.rb(4KB)
----Rakefile(4KB)
----README.md(1KB)
----.gitignore(193B)
----CHANGELOG.md(618B)