module DPPM::CLI::Pkg
Extended Modules
Defined in:
cli/pkg.crInstance Method Summary
- #build(no_confirm, config, prefix, source_name, source_path, package, custom_vars, version = nil, tag = nil)
- #clean_unused_packages(no_confirm, prefix, source_name)
- #delete(no_confirm, prefix, source_name, package, version)
- #info(prefix, source_name, package, path)
Instance Method Detail
def build(no_confirm, config, prefix, source_name, source_path, package, custom_vars, version = nil, tag = nil)
#