Documentation Index
Fetch the complete documentation index at: https://docs.vers.sh/llms.txt
Use this file to discover all available pages before exploring further.
vers repo create
Create a named repository in your org. Repositories are containers for tags, and tags are named pointers to commits. See Repositories and Tags for the full model.Synopsis
Description
Creates an empty repository scoped to your organization. The repo is private by default; publish it later withvers repo visibility. Repo names must be 1-64 characters and may contain letters, digits, hyphens, underscores, and dots.
Options
| Option | Description |
|---|---|
--description, -d | Optional description shown in vers repo list and vers repo get |
Examples
Create a repo for your app
Create with a description
Error Cases
Name already exists
vers repo delete my-app (this does not delete the commits inside it).