Skip to content

bj variable

Manage Bitbucket Pipelines variables (use --secured for secrets).

Synopsis

bj variable <command> [OPTIONS]

Description

Bitbucket Pipelines variables. Bitbucket models secrets and plaintext variables as one resource with a secured flag, so --secured covers what gh secret does.

Commands

Command Description
list List a repository's pipeline variables.
set Set a pipeline variable (creates or replaces it).
delete Delete a pipeline variable by name.

See also