As application password are going to become obsolete in the near future.
How to login from the command line using an api token?
Hi @shuki, welcome to the community.
I assume you're talking about interacting with a git repository from the command line. You can use an API token when prompted for a password using an HTTPS connector.
https://support.atlassian.com/bitbucket-cloud/docs/using-api-tokens/
...but, I wouldn't.
Unless there's an organizational policy or technical reason that prevents it for some reason, use SSH keys to authenticate yourself.
https://support.atlassian.com/bitbucket-cloud/docs/configure-ssh-and-two-step-verification/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.