Categorygithub.com/bitrise-io/bitrise-add-new-project
modulepackage
0.0.0-20240219162820-22a081567435
Repository: https://github.com/bitrise-io/bitrise-add-new-project.git
Documentation: pkg.go.dev

# README

banp (bitrise-add-new-project)

Creates new project on Bitrise.io using a local bitrise.yml or running the Bitrise scanner.

one-liner for executing banp

Copy and Paste the above commands in your terminal on macOS and Linux.

Create a Bitrise project under an organization

bash <(curl -sfL https://raw.githubusercontent.com/bitrise-io/bitrise-add-new-project/master/_scripts/run.sh) --api-token "<Bitrise personal access token>" --org "<organisation slug>" --public "<true|false>"

Create a personal Bitrise project

bash <(curl -sfL https://raw.githubusercontent.com/bitrise-io/bitrise-add-new-project/master/_scripts/run.sh) --api-token "<Bitrise personal access token>" --public "<true|false>" --personal "true"

Install or upgrade

curl -fL https://github.com/bitrise-io/bitrise-add-new-project/releases/latest/download/banp-$(uname -s)-$(uname -m) > /usr/local/bin/banp

Then:

chmod +x /usr/local/bin/banp

That's all, you're ready to call banp!

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author