Skip to main content
Save a Bitbucket username and app password for commands that interact with Bitbucket. The username and app password are written as block-style YAML to ~/.talos/credentials/bitbucket.yml under the default profile. Create an app password (with the Pipelines: Read and write permission) at bitbucket.org/account/settings/app-passwords.

Usage

talos bitbucket:credentials:create [options]

Examples

Run with no flags to be prompted for the username and app password (the password is hidden):
talos bitbucket:credentials:create
Provide everything non-interactively:
talos bitbucket:credentials:create --username=ooneex --token=ATBBxxxxxxxx

Options

OptionDescriptionDefault
--usernameBitbucket username the app password belongs to.Prompted if omitted
--tokenBitbucket app password to store.Prompted if omitted
--silentSuppress the instructional message and the saved-to confirmation.false