[
    {
        "name": "Sample Script",
        "slug": "samplescriptfortesting",
        "description": "Sample Script For Testing",
        "command": "bash \"/var/www/html/lcp-api/scripts/sample.sh\"",
        "status_id": 1
    },
    {
        "name": "Truncate db data and update data with LCP seeder",
        "slug": "truncatedataandupdatewithlcpseeder",
        "description": "Truncate db data and update new data with the LCP seeder",
        "command": "bash \"/var/www/html/lcp-api/scripts/truncate_data_and_update_with_lcp_seeder.sh\" staging",
        "status_id": 1
    },
    {
        "name": "Backup DB Data",
        "slug": "backupdbdata",
        "description": "Backup DB Data",
        "command": "bash \"/var/www/html/lcp-api/scripts/db_backup.sh\" staging [\"users\"]",
        "status_id": 1
    },
    {
        "name": "Export Excel: Users",
        "slug": "exportexcelusers",
        "description": "Export Excel: Users",
        "command": "bash \"/var/www/html/lcp-api/scripts/export_csv.sh\" staging ./public/export/excel exportexcelusers",
        "status_id": 1
    }
]
  