MCPcopy Create free account
hub / github.com/saltstack/salt / salt_spm

Function salt_spm

salt/scripts.py:612–621  ·  view source on GitHub ↗

The main function for spm, the Salt Package Manager .. versionadded:: 2015.8.0

()

Source from the content-addressed store, hash-verified

610
611
612def salt_spm():
613 """
614 The main function for spm, the Salt Package Manager
615
616 .. versionadded:: 2015.8.0
617 """
618 import salt.cli.spm
619
620 spm = salt.cli.spm.SPM() # pylint: disable=E1120
621 spm.run()
622
623
624def salt_extend(extension, name, description, salt_dir, merge):

Callers

nothing calls this directly

Calls 1

runMethod · 0.95

Tested by

no test coverage detected