refactor: rename gemini-code to gemini-cli (#822)

This commit is contained in:
cperry-goog
2025-06-07 14:27:22 -07:00
committed by GitHub
parent d6cf4d5b0b
commit 18d6a11c04
46 changed files with 87 additions and 87 deletions

View File

@@ -41,7 +41,7 @@ while getopts "i" opt; do
done
shift $((OPTIND - 1))
IMAGE=gemini-code-sandbox
IMAGE=gemini-cli-sandbox
CMD=$(scripts/sandbox_command.sh)
# list all containers running on sandbox image
@@ -61,7 +61,7 @@ elif [[ "${1:-}" =~ ^[0-9]+$ ]]; then
else
# exit if no sandbox is running
if [ ${#sandboxes[@]} -eq 0 ]; then
echo "No sandboxes found. Are you running gemini-code with sandboxing enabled?"
echo "No sandboxes found. Are you running gemini-cli with sandboxing enabled?"
exit 1
fi
# exit if multiple sandboxes are running