Skip to content

Releases: appcircleio/appcircle-cli

v1.3.2

18 Apr 13:12
Compare
Choose a tag to compare

Bug Fixes

  • commands: Fixed undefined workflow name in the 'listBuildProfileWorkflows' command.

v1.3.1

17 Apr 08:34
Compare
Choose a tag to compare

Bug Fixes

  • commands: Fixed an issue that caused an unknown error to be thrown when using organization commands.

v1.3.0

07 Apr 14:32
Compare
Choose a tag to compare

Features

commands: Added publish module commands (profile, variable) to manage the publish module via Appcircle CLI.

v1.2.0

05 Apr 07:35
Compare
Choose a tag to compare

Bug Fixes

  • messages: Fixed unknown error messages when operation failed.

Features

  • commands: Added organization commands (users, roles, and details) to manage organization via Appcircle CLI.

v1.1.1

08 Feb 09:18
Compare
Choose a tag to compare

Bug Fixes

  • scripts: Fixed a bug in the Appcircle CLI config trust command about not finding the script.

v1.1.0

05 Feb 14:11
Compare
Choose a tag to compare

Bug Fixes

  • doc: Fix version label in README (072435e)
  • build: Add the "get configurations list" step to the build command (8dbe764)
  • commands: Exit with code 0 when the help command runs (26a9a26)
  • help: Check build commands and optional parameters for input validation (b67518e)

Features

  • command: Add the missing "builds of commit" command and refactor the "download artifact" command parameters (a34fc4c)
  • command: Add config commands (54b3adc)
  • core: Add commander for help command (cba319b)
  • core: Separate services (writer, command runner, interactive runner) (567de5f)
  • prompt: Add an autocomplete prompt instead of selecting (713df4e)
  • scripts: Add the NPM package checker script (bc4eff4)

v1.0.4

16 May 13:26
d1049e2
Compare
Choose a tag to compare

1.0.4 (2022-05-16)

Added

  • Enterprise endpoints added
    • List Enterprise app versions by publish type (Beta, Live)

v1.0.3

09 May 14:58
2987431
Compare
Choose a tag to compare

1.0.3 (2022-05-09)

Added

  • Enterprise endpoints added
    • List Enterprise profiles
    • List Enterprise app versions
    • Publish Enterprise app version
    • Unpublish Enterprise app version
    • Remove Enterprise app version
    • Notify Enterprise app version
    • Upload Enterprise app version for a profile
    • Upload Enterprise app version without a profile
    • Get enterprise app download link
  • Logging requests as curl command added
  • Appcircle CLI User Agent added for requests
  • Upgraded axios to 0.27.1
  • Upgraded minimist to 1.2.5
  • Upgraded moment to 2.29.1
  • Upgraded strip-ansi to 6.0.1 with selective dependency resolution

Removed

  • yargs package was removed since it's not being used.

Fixed

  • Error handling code is updated to remove warnings.

v1.0.2

08 Feb 10:31
96dad07
Compare
Choose a tag to compare
  • Upgraded axios dependency
  • Added listBuildProfileWorkflows command
  • workflow parameter added for build command