salt/scripts/salt-cloud
2020-04-03 13:05:41 -05:00

9 lines
185 B
Python
Executable file

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