Skip to main content
Quick command to validate your CLI installation and Lager Box connection.

Syntax

lager hello [OPTIONS]

Global Options

OptionDescription
--box TEXTLagerbox name or IP address
--helpShow help message and exit

Commands

CommandDescription
helloSay hello to Lager Box

Command Reference

hello

Say hello to Lager Box.
lager hello [OPTIONS]
Options:
  • --box TEXT - Lagerbox name or IP

Examples

# Basic hello command
lager hello

# Hello with specific Lager Box
lager hello --box my-lager-box

# Hello with Lager Box IP
lager hello --box 100.91.127.26

Notes

  • Simple validation command to test CLI installation
  • Verifies connectivity to the Lager Box
  • Useful for troubleshooting connection issues
  • No arguments required - just validates the setup
  • Returns success message when connection is working