saltstack/salt

View on GitHub
scripts/salt-cloud

Summary

Maintainability
Test Coverage
#!/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()