Artisan.page

nightwatch:deploy

Send deployment metadata to Nightwatch.

Terminal
php artisan nightwatch:deploy [--ref [REF]] [--name [NAME]] [--url [URL]] [--timestamp [TIMESTAMP]] [--] [<deploy>]

Options

nameOptional

The human-readable name of the deploy

refOptional

The git ref (tag or hash) of the deploy

timestampOptional

The timestamp of the deploy <comment>[default: `now()`]</comment>

urlOptional

A URL with information related to the deploy

Arguments

deployOptional

A unique value for the deploy <comment>[default: `NIGHTWATCH_DEPLOY`]</comment>