Releases: appcircleio/appcircle-cli
Releases · appcircleio/appcircle-cli
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.1
v1.1.0
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
v1.0.3
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.