Sha256: a25d818dcdf45c5ac20eb8fca4a03b49dcab3a9543a70808d4f832d6d6a0ecad
Contents?: true
Size: 782 Bytes
Versions: 61
Compression:
Stored size: 782 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' c.builtin 'package', :Package, desc: 'package infrastructure repository' end
Version data entries
61 entries across 61 versions & 2 rubygems