Example Commands
Configuration Examples
1. Configure the CLI
# Interactive configuration
zeno configure
# View current configuration
zeno configure list
# Get a specific configuration value
zeno configure get output
# Set a specific configuration value
zeno configure set output table2. Using Different Profiles
# Use the prod profile
zeno --profile prod zec describe-instances
# Specify profile using environment variable
export ZENLAYER_PROFILE=dev
zeno zec describe-instancesCloud Server (ZEC) Examples
1. Create Cloud Server Instances
2. Manage Cloud Server Instances
3. Manage Cloud Server Instance Attributes
Advanced Usage Examples
1. Using Output Formats and Queries
2. Combining with Shell Commands
3. Using Environment Variables
Common Use Cases
Scenario 1: Automated Cloud Server Instance Deployment
Scenario 2: Monitor Bandwidth Usage
Scenario 3: Batch Resource Management
Best Practices
Related Documentation
Last updated
Was this helpful?