salt/scripts/spm
2015-06-23 09:31:21 -06:00

13 lines
211 B
Python
Executable File

#!/usr/bin/env python
'''
Publish commands to the salt system from the command line on the master.
.. versionadded:: Beryllium
'''
from salt.scripts import salt_spm
if __name__ == '__main__':
salt_spm()