24 releases

0.4.5 Oct 25, 2021
0.4.2 Sep 3, 2021
0.4.0 May 9, 2021
0.3.15 Jan 7, 2021
0.2.2 Mar 29, 2020

#568 in Development tools

Download history 44/week @ 2024-02-19 3/week @ 2024-02-26 1/week @ 2024-03-11 267/week @ 2024-04-01

268 downloads per month

MIT license

62KB
1.5K SLoC

BitBucket Server Cli

GH-Build Rust audit

repo dependency status release dependency status

unsafe forbidden warnings forbidden

Crates.io Crates.io Crates.io Homebrew Linuxbrew

State Maintenance

Screen recording

Install

OSX

# From brew
brew install jensim/bitbucket_server_cli/bitbucket_server_cli

# From cargo
cargo install bitbucket_server_cli

# From source
cargo install --path . --force

Linux

& Windows subsystem Linux

https://github.com/jensim/linuxbrew-bitbucket_server_cli-linux/

brew install jensim/bitbucket_server_cli-linux/bitbucket_server_cli
# or
brew tap jensim/linuxbrew-bitbucket_server_cli-linux git@github.com:jensim/linuxbrew-bitbucket_server_cli-linux.git
brew install bitbucket_server_cli

Windows

Head over to the releases page and snag the windows *.exe archive. Or build from source. Or install from Cargo, which will build from source.

Interactive mode doesn't work in Cygwin/GitBash terminals due to lacking support in dialoguer, stick to using cmd.exe and PowerShell terminals

Run

# Fully interactive
bitbucket_server_cli clone

# Partially interactive
bitbucket_server_cli clone -s https://example.com

# Batch mode 
bitbucket_server_cli -B -s https://example.com -A

# 'Safe' password usage in batch mode. Depending on terminal, password might be seen in process description.
IFS= read -rs BITBUCKET_PASSWORD < /dev/tty
export BITBUCKET_PASSWORD
bitbucket_server_cli -s https://example.com -A -u jensim -W

# Run from source
cargo run -- clone

git hooks

I've set up a little pre-commit bash-script that will run fmt, clippy & integration-tests

git config core.hooksPath .githooks
# or
./.githooks/pre-commit

Disclaimer

  • Only tested on Mac OS X
  • Use at own risk
  • You are responsible for any and all actions you perform with this tool
    • Legal
    • Company policy
    • Any other

Dependencies

~13–28MB
~420K SLoC