Skip to content

Installation commands

These package commands install Pulsar's explicit Laravel wiring. Their syntax and options are generated from the manifest.

install

Wire Pulsar discovery and its application service provider

Synopsis

install [--dry-run] [--force]

Arguments and options

  • --dry-run — Print the planned diff without writing files
  • --force — Re-apply the generated provider while preserving wiring

Use

Prerequisites
Run from a Laravel application with readable bootstrap files.
Effect
Plans or applies Pulsar discovery and provider wiring.
Generated paths or files
app/Providers/PulsarServiceProvider.phpbootstrap/app.phpbootstrap/app.php.pulsar.bak{.N}bootstrap/providers.php
Success output shape
Reports the command outcome; file generators report their generated location.
Expected failures
A bootstrap chain that cannot be safely parsed is left unchanged and reports manual wiring guidance.
Overwrite policy
Idempotent. `--dry-run` writes nothing; `--force` re-applies only the generated provider while preserving wiring.

Checked example

pulsar install --dry-run

See the related reference.

ping

Pulsar sanity check

Synopsis

ping

Arguments and options

None.

Use

Prerequisites
The Pulsar executable must be available.
Effect
Performs the package health response.
Generated paths or files
None.
Success output shape
Reports the command outcome; file generators report their generated location.
Expected failures
A non-zero process result indicates the executable could not complete.
Overwrite policy
Does not write files.

Checked example

pulsar ping

See the related reference.

Last updated: