Skip to content

Command Reference

This page provides an overview of all available dlabs-env commands. Click on each command for detailed documentation.

Usage

You can run commands in two ways:

bash
# Recommended: Using npx (always latest version)
npx dlabs-env@latest <command>

# Alternative: If installed globally
dlabs-env <command>

Global Options

These options are available for all commands:

bash
--help, -h     # Show help information
--version, -v  # Show version information

Available Commands

Core Commands

CommandDescriptionDocumentation
initInitialize dlabs-env and set up master passwordDetailed Guide
statusCheck environment statusDetailed Guide

Released under the MIT License.