CLI Overview & Global Flags β
The Nyxora Command Line Interface (CLI) is the primary tool for managing your local daemon, installing plugins, and configuring system behaviors.
β¨ Global Flags β
The following flags can be appended to almost any nyxora command:
--help,-h: Show help documentation for the current command.--version,-v: Display the current installed version of Nyxora CLI.--verbose: Enable verbose logging for debugging purposes.--json: Output command results in JSON format.
π Environment Variables β
The CLI's behavior can be altered using environment variables:
NYXORA_HOME: Defines the root directory for Nyxora configuration (default:~/.nyxora).NYXORA_LOG_LEVEL: Sets the minimum log level (e.g.info,debug,error).