azlin help¶
Show help for azlin commands.
Synopsis¶
Description¶
Display general help or detailed help for a specific command. Shows usage, options, examples, and related commands.
Usage¶
General Help¶
Shows complete command listing with descriptions.
Command-Specific Help¶
Displays detailed information including: - Command syntax - Available options - Usage examples - Related commands
Examples¶
View All Commands¶
Output:
azlin - Azure Ubuntu VM provisioning and management
NATURAL LANGUAGE COMMANDS (AI-POWERED):
do Execute commands using natural language
VM LIFECYCLE COMMANDS:
new Provision a new VM
clone Clone a VM with its home directory
list List VMs in resource group
...
Get Help for Specific Commands¶
Quick Reference¶
Both azlin help <command> and azlin <command> --help show the same information.
Common Help Queries¶
VM Management¶
azlin help new # Create VMs
azlin help list # List VMs
azlin help status # VM status
azlin help start # Start VMs
azlin help stop # Stop VMs
azlin help kill # Delete VMs
Connection¶
azlin help connect # SSH to VM
azlin help code # VS Code integration
azlin help bastion # Bastion hosts
Storage & Files¶
Monitoring¶
azlin help cost # Cost estimates
azlin help w # Who's logged in
azlin help ps # Running processes
azlin help top # System resources
Advanced¶
azlin help do # AI commands
azlin help batch # Batch operations
azlin help compose # Multi-VM orchestration
Help Output Format¶
Each command help includes:
- Usage - Command syntax
- Description - What the command does
- Arguments - Required parameters
- Options - Optional flags
- Examples - Common usage patterns
Related Commands¶
All commands support the --help flag:
Tips¶
Find Commands by Category¶
Use azlin help and search the output:
Quick Command Reference¶
# Most used commands
azlin help new # Create VM
azlin help list # List VMs
azlin help connect # SSH to VM
azlin help stop # Stop VM
azlin help kill # Delete VM