Baseguard

CLI Reference

Complete reference for all Baseguard CLI commands

The Baseguard CLI (baseguard) provides command-line access to manage your connection. Use it to authenticate, connect, check status, and switch between organizations.

Quick start: Run baseguard connect to join the network. If you haven't logged in before, it will automatically prompt you to authenticate.

Prerequisites

  • Baseguard is installed
  • The daemon is running

Commands

CommandDescription
loginAuthenticate and register device
logoutRemove credentials and disconnect
connectConnect to the network
disconnectDisconnect from the network
statusView connected nodes and stats
organizationsList available organizations
switch-organizationChange active organization
versionDisplay version information

Quick Reference

# Connect to network (auto-authenticates if needed)
baseguard connect

# Check status
baseguard status

# List organizations
baseguard organizations

# Switch organization
baseguard switch-organization <org-id>

# Disconnect
baseguard disconnect

# Log out completely
baseguard logout

# Show version
baseguard version

See Also

On this page