Getting Started with ZenVault

ZenVault is a developer experience platform that helps you manage project environments, repositories, and team access in one place.

Quick Start

  1. 1

    Install the CLI

    npm install -g zvault

    Or use npx: npx zvault

  2. 2

    Sign Up & Get an Access Token

    Create an account and generate an access token from your dashboard settings.

  3. 3

    Authenticate

    npx zvault login

    Paste your access token when prompted.

  4. 4

    Pull a project

    npx zvault pull

    Interactively select a workspace and project to set up locally.

What ZenVault Does

  • Manages environment variables across development, staging, and production
  • Clones repositories and sets up your local environment in one command
  • Organizes project resources and documentation
  • Controls team access with role-based permissions