salt/scripts/spm

13 lines
210 B
Text
Raw Normal View History

2015-06-18 08:12:57 -06:00
#!/usr/bin/env python
'''
Publish commands to the salt system from the command line on the master.
2015-06-19 16:33:01 -06:00
.. versionadded:: 2015.8.0
2015-06-18 08:12:57 -06:00
'''
from salt.scripts import salt_spm
if __name__ == '__main__':
salt_spm()