salt/scripts/spm

13 lines
210 B
Plaintext
Raw Normal View History

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