CLI Tool
Command-line interface for deploying, managing, and troubleshooting your Elk applications with powerful commands and scripting capabilities.
Overview
Deployment
Quickly deploy applications with single commands
Monitoring
View logs and performance metrics
Automation
Script complex workflows and integrations
Installation
npm Package
npm install @elk/cli -g
Verify Installation
elk --version
Core Features
Deploy Applications
elk deploy
Auto-detects project type and deploys with one command
View Logs
elk logs --app=myapp
View application logs in your terminal
Environment Variables
elk env:set KEY=value
Configure environment variables for your application
Configuration
elk config:init
Generate a configuration file for your project
Command Reference
elk deploy
Deploys your current project or folder into Elk. Auto-detects language/framework and generates optimal configuration.
elk logs
View and filter application logs. Use --app to specify your target application.
elk config
Manage elk.yml configuration files. Create, edit, and validate project configurations.
elk env
Manage environment variables for your Elk applications secure.
Getting Help
Need Assistance?
Check out the Elk community forum for tips and troubleshooting. Our team and other developers share solutions daily.
Visit Community Forum