Socket
Socket
Sign inDemoInstall

bitbucket-ext

Package Overview
Dependencies
51
Maintainers
8
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bitbucket-ext

A tool to manipulate your Bitbucket repositories more easily


Version published
Weekly downloads
1
Maintainers
8
Install size
2.85 MB
Created
Weekly downloads
 

Readme

Source

Actions Status Actions Status Actions Status Test Coverage Maintainability Packages npm version

A tool to manipulate your Bitbucket repositories more easily

How to Install

If you'll use it as a package in your project

npm i bitbucket-ext

If you'll use it as a cli:

npm i -g bitbucket-ext

How to use it

First, create your config file named bitbucket-ext.json in your home or current folder with the following properties:

{
  "user": "your Bitbucket user name",
  "password": "we recommend to use an app password",
  "workspace": "your workspace name"
}

Now, just use one of the commands available:

create-repo

This command will create a new repo for you

bitbucket-ext create-repo <repository name> --private --project <project name>

copy-settings

This command will copy all the settings from one repository to another (no source code is changed)

bitbucket-ext copy-settings <origin repo> <destination repo>

License

Licensed under MIT.

FAQs

Last updated on 06 Jul 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc