Sha256: da5634dcee438d45cbbb10fce0cf8817af98e1b43cb0f36e86aed46527ecc273
Contents?: true
Size: 707 Bytes
Versions: 7
Compression:
Stored size: 707 Bytes
Contents
Pfm.commands do |c| c.builtin 'generate', :Generate, desc: 'Generate a new server build, repository, cookbooks, etc.' c.builtin 'build', :Build, desc: 'Build a specified server template' c.builtin 'validate', :Validate, desc: 'Test & validate a server build' c.builtin 'exec', :Exec, desc: 'Runs the command in context of the embedded ruby' c.builtin 'configure', :Configure, desc: 'Run initial setup and configuration' c.builtin 'plan', :Plan, desc: 'Show the infrastructure plan' c.builtin 'apply', :Apply, desc: 'Apply the infrastructure plan' c.builtin 'destroy', :Destroy, desc: 'Destroy all managed infrastructure' c.builtin 'format', :Format, desc: 'format infrastructure code' end
Version data entries
7 entries across 7 versions & 1 rubygems