Xtask commands
Pulsar include an xtask
crate to automate some commonly used commands, we have already seen an example in the integrations test.
In this section there is the list of the remaining commnds.
Run without installing
These are convenient cargo xtask
commands to build and run pulsar directly from the source without installing it.
Run the daemon
:
cargo xtask pulsard
Run the cli
:
cargo xtask pulsar
Single probe runner
Probes can be run in isolation, for example you can run the probe file-system-monitor
with the following command:
cargo xtask probe file-system-monitor