Jix CLI Reference

Source: src/jix-cli/main.js

Jix provides a command-line interface for managing configurations, running scripts, and controlling effects.

Usage

jix <command> [arguments...]

Run jix <command> --help for details on each command.

Commands

  • install - Install a jix configuration
  • uninstall - Uninstall a jix manifest
  • run - Execute a jix script or command
  • init - Initialize a new jix environment
  • show - Display information about a jix effect
  • force-remove - Forcefully remove derivations
  • host-info - Query and display host and user information
  • service - Display running services
  • gc - Delete unreferenced build outputs and effect files
  • help - Show help for a command

Table of contents