#!/usr/bin/expect spawn ../amplify-cli/codebuild_specs/sh-files/delete.sh expect "Are you sure you want to continue? This CANNOT be undone. (This will delete all the environments of the project from the cloud and wipe out all the local files created by Amplify CLI)" send -- "Y\r" expect "✅ Project deleted locally." set timeout -1 interact