0.0.8 • Published 4 months ago

bitrise-api-cli v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Bitrise API CLI npm npm

šŸš€ An unofficial CLI tool for Bitrise API artifact downloads.

šŸŽÆ Features

  • Download artifacts from successful builds
  • Workflow-based retrieval
  • CI/CD integration

šŸš€ Quick Start

Download Artifacts

npx bitrise-api-cli@latest download --token <BITRISE_TOKEN> --workflow <WORKFLOW_NAME> [--slug <APP_SLUG>]

šŸ” Configuration

Environment Variables (instead of CLI flags)

VariableDescriptionRequired
BITRISE_API_CLI_TOKENYour Bitrise API tokenYes
BITRISE_API_CLI_WORKFLOWWorkflow name for artifact downloadsYes
BITRISE_APP_SLUGApp Slug (auto-set in Bitrise CI)Locally only

šŸ’” Examples

Command Line

npx bitrise-api-cli@latest download --token abc123 --workflow android-release --slug a1b2c3d4e5f6

CI/CD Integration

Integrate this CLI tool using the "Script" Step to download artifacts from previous builds, eliminating the need to rebuild from source.

steps:
  - script:
      inputs:
        content: |
          npx bitrise-api-cli download \
            --workflow android-release \
            --token $BITRISE_API_TOKEN

šŸ“ License

This project is MIT licensed.


0.0.8

4 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago