Sync all modified scripts to SuperOps.
Steps
- Check for uncommitted changes
- If changes exist, commit them with a descriptive message
- Run the sync script to push to SuperOps
- Report results
Execution
bash1# Check status 2git status --short 3 4# If there are changes, commit them 5git add -A 6git commit -m "Update scripts" 7 8# Run sync 9python ~/dev/superops-script-sync/sync.py sync
Report the sync results to the user.