Creates new project on Bitrise.io using a local bitrise.yml or running the Bitrise scanner.
Copy and Paste the above commands in your terminal on macOS and Linux.
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>"
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"
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
!