main
1#!/usr/bin/env bash
2# Claude Code with Vertex AI environment
3# Usage: cr [args...]
4# This is a script version of the 'cr' alias for use with shpool and other tools
5
6export CLAUDE_CODE_USE_VERTEX=1
7
8exec pass-run -q \
9 -e CLOUD_ML_REGION=redhat/google/osp/location \
10 -e ANTHROPIC_VERTEX_PROJECT_ID=redhat/google/osp/project \
11 -- claude "$@"