appcenter-cli

Command-line Interface (CLI) for Visual Studio App Center

MIT License

Downloads
609.2K
Stars
581
Committers
129

Bot releases are hidden (Show)

appcenter-cli - Version 2.6.2

Published by jp-andre over 4 years ago

Changes:

  • Fix for #973 (unable to upload releases when token is passed by environment variable)
appcenter-cli - v2.6.1

Published by anywherepilot over 4 years ago

Minor fixes and dependency updates:

  • Stop waiting for a release to load if an error occurs.
  • Fix typos, thanks @friederbluemle.
  • Run functional tests more reliably in PR pipeline.
  • Update inquirer from 7.2.0 to 7.3.0.
  • Update nock from 12.0.3 to 13.0.2.
  • Update through2 from 3.0.1 to 4.0.2.
  • Update typescript from 3.9.5 to 3.9.6.
  • Update some @types packages.
appcenter-cli - v2.6.0

Published by anywherepilot over 4 years ago

New minor features and dependency updates.

Features:

  • New command apps orgs create to create an app inside an org. You can create an org with orgs create and then create apps inside. To delete the app, use the portal or the API.
  • Speed improvement for high latency connections and large files in distribute release. File chunks are now uploaded in parallel instead of in series, to reduce the impact of latency.
  • Update readme to explain how to run functional tests, and allow them to run against production accounts for external developers.

Dependency updates:

  • Various @types package updates.
  • chalk from 4.0.0 to 4.1.0.
  • eslint-plugin-prettier from 3.1.3 to 3.1.4.
  • fast-xml-parser from 3.16.0 to 3.17.4.
  • inquirer from 7.1.0 to 7.2.0.
  • jszip from 3.4.0 to 3.5.0.
  • mocha from 7.1.2 to 8.0.1.
  • mocha-junit-reporter from 1.23.3 to 2.0.0.
  • p-limit from 2.3.0 to 3.0.1.
  • ts-node from 8.10.1 to 8.10.2.
  • typescript from 3.9.3 to 3.9.5.
  • webpack-cli from 3.3.11 to 3.3.12.
  • xcode from 3.0.0 to 3.0.1.
appcenter-cli - v2.5.4

Published by anywherepilot over 4 years ago

Bug fix and dependency updates.

  • Fix isOrg check in test commands.
  • Various @types package updates.
appcenter-cli - v2.5.3

Published by anywherepilot over 4 years ago

Dependency updates.

  • @typescript-eslint/eslint-plugin from 2.31.0 to 2.34.0.
  • @typescript-eslint/parser from 2.31.0 to 2.34.0.
  • date-fns from 2.12.0 to 2.14.0.
  • typescript from 3.8.3 to 3.9.3.
appcenter-cli - v2.5.2

Published by jp-andre over 4 years ago

Changes:

  • Added new command appcenter distribute releases edit-notes by @Vacxe in #853
  • Reverted uuid to v7 to fix issues with appcenter login on some platforms, see #861
appcenter-cli - v2.5.1

Published by jp-andre over 4 years ago

Changes:

  • Added support for app-level tokens create/list/delete in #839
  • Dependency updates
  • Client API update (with autorest)
appcenter-cli - v2.5.0

Published by anywherepilot over 4 years ago

  • Disable telemetry and the telemetry question on the telemetry commands. PR #806, Issue #485.
  • Fix react-native build with hermes enabled on Windows. Thanks @Shywim! PR #811, Issue #693.
  • Add test run required parameter combination to help. PR #807, Issue #635.
  • Allow changing whether a distribution group is public. PR #808, Issue #642.
  • Dependency updates from Dependabot.
appcenter-cli -

Published by yujincat over 4 years ago

Changes:

  • Update most dependencies
  • Change documentation for support system (#781)
appcenter-cli - v2.4.0

Published by jp-andre over 4 years ago

Changes:

  • Updated most dependencies
  • Fixed react-native bundle command #766
  • Fixed build URLs with slashes #760
  • Adjusted error message #742
appcenter-cli - v2.3.5

Published by anywherepilot over 4 years ago

Changes:

In this release we update most dependencies, most notably removing a vulnerability in the minimist package we use both directly and indirectly.

appcenter-cli - v2.3.4

Published by jp-andre over 4 years ago

Changes:

  • Codepush fix for Xcode 11
  • Command line help fixes
  • Ran npm audit fix to fix vulnerable dependencies
  • Add functional test
appcenter-cli - v2.3.3

Published by jp-andre almost 5 years ago

Changes:

  • Update Xamarin.UITest to the 3.0.5 which fixes issues with invalid certificates.
appcenter-cli - v2.3.2

Published by jp-andre almost 5 years ago

Changes:

  • Add support for multiple --test-parameter options (test_env and app_env only).
appcenter-cli - v2.3.1

Published by avocaddo almost 5 years ago

Changes:

  • Android NDK documentation
  • Test status check retry logic
  • Documentation
appcenter-cli - v2.3.0

Published by anywherepilot almost 5 years ago

Changes:

  • Add support for macOS .pkg & .dmg files.
  • Skip empty release notes when allowed by the store.
  • Use Stream to upload releases.
appcenter-cli - v2.2.1

Published by jp-andre about 5 years ago

Minor changes:

  • Filter file extensions supported by Stores and Groups
  • Require release notes when uploading to App Store
appcenter-cli - v2.2.0

Published by anywherepilot about 5 years ago

Changes:

  • Add support for Stores publishing
  • Add support for hermes-engine
  • Add option --silent to avoid notifying users on distribute release
appcenter-cli - v2.1.2

Published by owenniblock about 5 years ago

  • Adds .appxsym file support for UWP Apps in crashes command
appcenter-cli - v2.1.1

Published by cjonsmith about 5 years ago

  • Update codepush release* commands to use updated CodePush API
  • Updates UITest library to latest version.