Monthly release of Bitrise CLI tools and summary of updates (January, 2018) - CLI v1.12.0

We ship a new bitrise cli version on the second Tuesday of every month.
The new release will be available on the bitrise.io
virtual machines on the weekend after the CLI release,
unless we discover any serious bug / regression.

Read on to learn more about this month’s Bitrise CLI release and about the changes around Bitrise tools and steps.


New version of Bitrise CLI (1.12.0)

removed include-workflow-meta flag from trigger-check command

The workflow’s meta tag is designed to define extra options for the workflows by other tools, but the cli does not handle this property.

tools update

  • envman update to version 1.1.9
  • stepman update to version 0.9.37

default plugins update

  • init plugin update to version 1.0.1
  • workflow-editor plugin update to version 1.1.3

go dependencies update


New version of Stepman (0.9.37)

go dependencies update


New version of Envman (1.1.9)

go dependencies update


New steps

  • android-screenrecord-start 0.9.0
  • android-screenrecord-stop 0.9.0
  • appcenter-dsym-upload 0.1.2

Step updates

  • avd-manager 0.9.2:
    • getting emulator sdk package from channel 3
  • cordova-archive 1.0.1:
    • fix: find output artifacts
    • fix: custom options not appended to cordova build command
  • deploy-to-bitrise-io 1.3.10:
    • New Output: BITRISE_PUBLIC_INSTALL_PAGE_URL_MAP - Export all Public Install Page URLs by the artifact’s file path. The format is KEY1=>VALUE|KEY2=>VALUE
  • email-with-mailgun 2.1.1:
    • upload all attachments not just the last one
  • export-xcarchive 1.0.1:
    • custom export options fix
  • fastlane 2.3.12:
    • update project type mac to macos
    • fix fastlane version detection
  • git-clone 4.0.5:
    • ignore depth in case of Pull Request if using manual merge
    • remove double quotes from exported env var values
    • print commit hash after checkout in case of Pull Request
    • Breaking change: manual_merge default to yes
    • step revision
    • call git merge if the checkout target is a branch
    • parse urls to decide if the repo is a fork
  • hipchat 3.1.0:
    • add ability to modify baseURL ( #19 )
  • ios-auto-provision 0.9.5:
    • fix custom configuration
  • project-scanner 1.6.2:
    • bitrise-init update to 1.6.4
    • bitrise-init update to 1.6.3
  • set-ios-product-bundle-identifier 1.1.3:
    • fixes bug with whitespaces or special characters in project name
  • virtual-device-testing-for-android 1.0.0:
    • fixed environment variables input
    • updated step infos
  • wait-for-android-emulator 1.0.3:
    • added timeout for adb command calls to avoid hanging builds
  • xcode-archive 2.4.4:
    • removed Export options input category
1 Like