prqlc
Verified for current stable LTS
Prqlc Command: Watch Directory Compile On Modification
Use for watch directory compile on modification with Prqlc. Exact CLI syntax to watch directory compile on modification using Prqlc.
When to use this: Use for watch directory compile on modification with Prqlc.
Command Syntax
prqlc watch <path/to/directory> prqlc watch <path/to/directory> Command Breakdown
prqlc is the base executable for this command.
FAQ
Purpose: Exact syntax to watch directory compile on modification using Prqlc.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Prqlc Command: Compile Prql File To Sql File
prqlc compile <path/to/source.prql> <path/to/target.sql> Prqlc Command: Compile Prql File To Stdout prqlc compile <path/to/file.prql> Prqlc Command: Compile Prql Query From Echo echo "<from employees | filter has_dog | select salary>" | prqlc compile Prqlc Command: Run Prqlc Compiler Interactively prqlc compile