< Back

Login-BitbucketAccount

Sat Jan 11, 2020 2:24 pm

NAME Login-BitbucketAccount



SYNOPSIS

Login to your Bitbucket account for use with other commands.





SYNTAX

Login-BitbucketAccount [[-Credential] <PSCredential>] [<CommonParameters>]





DESCRIPTION

Logs in to your Bitbucket account and stores it in your current PowerShell session for later use.





PARAMETERS

-Credential <PSCredential>



Required? false

Position? 1

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:\\>Login-BitbucketAccount













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Login-BitbucketAccount -Credential $credential















RELATED LINKS