< Back

Set-BitBucketCredential

Sun Jan 19, 2020 5:53 pm

NAME Set-BitBucketCredential



SYNOPSIS

Sets the credential for the target BitBucket Server.





SYNTAX

Set-BitBucketCredential -Credential <PSCredential> [<CommonParameters>]





DESCRIPTION

All further cmdlets from Ps.BitBucket will be executed with the Authentication details passed by this command.





PARAMETERS

-Credential <PSCredential>

PSCredential to be used to login to the target BitBucket server



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Set-BitBucketAuthentication -Credential username















RELATED LINKS