Getting Started
Install the Luciq CLI with RubyGems or Homebrew, generate an authentication token in your dashboard, and run your first command in minutes.
1
3
4
Verify and run your first command
luciq whoami
# Authenticated as:
# Email: [email protected]
# Name: Your Nameluciq apps list
luciq crashes list --slug my-app --mode production --limit 10Configuration
Environment variables
Variable
Description
Config file
# ~/.luciqrc
token=your-cli-token
url=https://api.luciq.aiSelf-hosted / single-tenant clusters
Utility commands
Command
Description
Next steps
Last updated