Have an Atlassian Stash server at work and think the search ain't that awesome? Heard of Etsy's Hound project?
This tool connects to the Stash/Bitbucket Servers REST api and extracts projects and repositories and dumps the info down in a hound config.json file.
git clone git@github.com:nippe/hound-stash-config-generator.git
node hound-stash-config-generator --help
Usage: hound-stash-config-generator [options]
Options:
-h, --help output usage information
-V, --version output the version number
-h, --host <path> The Stash path
-u, --user <username> Stash user
-p, --password <password> Stash user's password
-o, --outputfile <outputfile> Stash user's outputfile
When it's done move the config file to your etsy/hound server/container and run it.
- [] Make npm install --global work