Projects

Manage your projects with the official authority.

Create a Project

To create a new project, run nv init in your project directory. This will redirect you to the official authority.

$   nv init
    Initialising Project...
 
    Press ENTER to open in browser:
    https://onlynv.dev/init/M6ibGtlyhy7JzP96YUef_

A dark-themed user interface displaying a "Create Project" modal. The user is prompted to enter a project name. Two buttons are available: a red "Cancel Request" button and a white "Create
Project" button. A note below indicates where the request originated from A glowing plus icon appears at the top of the modal.

onlynv.dev's init process

Linking to a Project

To link your local project to the official authority, run nv link in your project directory. This will redirect you to the official authority.

$   nv link <?id>
    Linking project...
 
    Press ENTER to open in browser:
    https://onlynv.dev/api/projects/M6ibGtlyhy7JzP96YUef_/link/SDyDK8hYfAlAbHlUfuz2w

You will be presented with a page much the same as the one shown above. You may approve or deny the request.

Deleting a Project

To delete a project, navigate to the project page on the official authority. Click on the "Delete Project" button in the admin section. This will prompt you to confirm the deletion. Once confirmed, the project will be permanently deleted.

A dark-themed admin interface for a project settings page. The "Admin" section, marked as "Only Visible to You", provides options to manage project access. Users can invalidate all access tokens
and force collaborators to re-link by clicking the "🔑 Regenerate Key Pairs" button. Below that, there's a red "🗑 Delete Project"
button.

You will find the admin section on the right side of the project page.

Regenerate Keys

The admin section also provides a method to regenerate project's keys. This will invalidate all collaborators' links and tokens, so they will need to re-link their projects.

On this page