Skip to main content

Module init

Module init 

Source
Expand description

Application configuration initialization command.

Provides an interactive setup wizard that guides users through configuring kasl for first-time use.

§Features

  • Interactive Setup: Guided configuration wizard for all settings
  • API Integration: Configure GitLab, Jira, and custom API credentials
  • Monitoring Settings: Set up activity thresholds and productivity parameters
  • PATH Integration: Automatically adds kasl to system PATH
  • Reset Capability: Remove existing configuration for troubleshooting

§Usage

# Run interactive setup wizard
kasl init

# Reset configuration (remove existing settings)
kasl init --delete

Structs§

InitArgs
Command-line arguments for the initialization command.

Functions§

cmd
Executes the initialization command.