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
bash
# Check status git status --short # If there are changes, commit them git add -A git commit -m "Update scripts" # Run sync python ~/dev/superops-script-sync/sync.py sync
Report the sync results to the user.