Skip to main content

Vercel/vcr

@swamp/vercel/vcrv2026.09.15.1· 1d agoMODELS
01README

Vercel vcr infrastructure models

02Release Notes
  • Updated: repository
03Models1
@swamp/vercel/vcr/repositoryv2026.09.15.1repository.ts

Global Arguments

ArgumentTypeDescription
teamId?stringVercel team ID
slug?stringVercel team slug (alternative to teamId)
projectIdstringProject ID or name (slug) within the authenticated team. IDs take precedence over names. Missing or empty values return HTTP 400.
namestringSingle Docker repository name component.
token?stringVercel API token; overrides the VERCEL_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
fn create()
Create a Repository
fn get(id: string)
Get a Repository
ArgumentTypeDescription
idstringThe ID of the Repository
fn lookup()
Look up an existing Repository by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Repository by ID into state for management
ArgumentTypeDescription
idstringThe ID of the Repository to import
fn delete(id: string)
Delete the Repository
ArgumentTypeDescription
idstringThe ID of the Repository
fn sync(identifier?: string)
Sync Repository state from Vercel
ArgumentTypeDescription
identifier?stringTarget a specific Repository by id (e.g. one discovered by list)

Resources

state(infinite)— Repository resource state
04Previous Versions3
2026.09.09.1
  • Updated: repository
2026.08.04.1
  • Updated: repository
2026.08.03.2
  • Updated: repository
05Stats
A
100 / 100
Downloads
0
Archive size
9.3 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels