Skip to main content

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 with vers repo visibility. Repo names must be 1-64 characters and may contain letters, digits, hyphens, underscores, and dots.

Options

Examples

Create a repo for your app

Create with a description

Error Cases

Name already exists

Solution: pick a different name, or delete the existing repo with vers repo delete my-app (this does not delete the commits inside it).

Invalid name

Solution: use alphanumerics, hyphens, underscores, or dots. No spaces.

See Also