Reference
Reference material describes the machinery plainly and completely so you can look things up. Come here when you need the exact flag, the precise environment-variable name, or which npm script a pipeline step runs.
- CLI commands — every
dia-scriptscommand, its flags and its npm alias. - npm scripts — the
package.jsonentry points and what they invoke. - Pipeline steps — every
bitbucket-pipelines.ymlstep and trigger. - Environment variables — every toggle the pipeline reads.
- Opt-out keys — the
.opt-outswitches that disable individual checks. - Deployment workarounds — the metadata workarounds applied around platform limits.
- Pool definition file — every key of
config/project-<tag>-pool-def.json.
The code is the source of truth
When this reference disagrees with the code in front of you, the code wins — the reference has drifted, so please fix it.