Skip to main content

VKPR bitbucket parameter add

Description

Add a secret on repo to use with Bitbucket pipeline.

Commands

Interactive inputs:

  vkpr bitbucket parameter add [flags]

Argument Reference

Flags

  --project_name      Specifies the Bitbucket project Name
--parameter_name Specifies the name from the secret to be used in Bitbucket pipeline
--parameter_value Specifies the value from the secret to be used in Bitbucket pipeline
--parameter_masked Specifies if the parameter will be masked when execute the pipeline
--parameter_scope Define the scope from the Bitbucket secret

Setting Provider credentials

CAUTION: Setting credentials manually will override the credentials already saved in memory

Github

  rit set credential --provider="bitbucket" --fields="bitbucket_username,bitbucket_token" --values="your-username,your-token"

See Also