bkt
Audited by Runlayer on Mar 12, 2026
Malicious tool definition detected
## Authentication ### Login ```bash # Data Center - guided flow bkt auth login https://bitbucket.example.com --web # Data Center - direct credentials bkt auth login https://bitbucket.example.com --username alice --token <PAT> # Bitbucket Cloud - guided flow bkt auth login https://bitbucket.org --kind cloud --web # Bitbucket Cloud - direct credentials bkt auth login https://bitbucket.org --kind cloud --username <email> --token <api-token> ``` Options: - `--kind` — Deployment type: `dc` (default)
Description: GitHub bkt extension install avivsinai/bkt-hello bkt extension remove <name> bkt extension exec <name> -- --flag=1 # Execute extension ``` ## Global Options All commands support: - `--json` — JSON output - `--yaml` — YAML output - `--context <name>` — Use specific context - `--project <key>` — Override project (DC) - `--workspace <name>` — Override workspace (Cloud) - `--repo <slug>` — Override repository - `--help` — Command help ## Environment Variables - `BKT_CONFIG_DIR` — Config
Supply Chain Compromise