Login / Sign Up

Vcp.xx - 'link'

export API_ENDPOINT=https://api-dev.company.com/v2 Teams write:

If you’ve stumbled across vcp.xx in a config file, a CLI cheat sheet, or a developer forum, you might have wondered: Is this a typo? A hidden command? A new TLD? vcp.xx

echo "Deploying to $API_URL" curl -X POST "$API_URL/deploy" -d "version=2.0" export API_ENDPOINT=https://api-dev

#!/bin/bash # Usage: ./deploy.sh <env> ENV=$1 # e.g., dev, staging, prod API_BASE="https://api.vcp.xx.internal" API_URL=${API_BASE/vcp.xx/vcp.$ENV} a CLI cheat sheet