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 visibility
Toggle a repository’sis_public flag. Public repos are discoverable and forkable by any authenticated Vers user. Private repos are only visible to members of your org.
Synopsis
Description
Flips the visibility flag on an existing repo. No commits are moved, copied, or rebuilt, the only thing that changes is who can list and fork the repo. Once public, the repo appears inGET /api/v1/public/repositories and is reachable as your-org/repo-name:tag from anywhere.
Options
| Option | Description |
|---|---|
--public | Set to public. Use --public=false to make private. |
Examples
Publish a repo
Take it back
See Also
vers repo fork- consume someone else’s public repo- Repositories and Tags - full visibility model