Releases: apify/apify-cli
Releases · apify/apify-cli
v0.16.2
What's Changed
- chore: Use new workflow secrets by @fnesveda in #361
- feat: Add community message by @HonzaTuron in #363
- fix: Use the right exit code on error by @fnesveda in #364
- feat(push): Allow disabling of the prompt mechanism via flag/CI by @vladfrangu in #365
- fix(push): Correctly check if in CI env to skip prompt by @vladfrangu in #366
- fix: Fix unit tests by @fnesveda in #371
- feat(app): Add apify pull by @HonzaTuron in #360
New Contributors
- @vladfrangu made their first contribution in #365
Full Changelog: v0.16.1...v0.16.2
v0.16.1
v0.16.0
What's Changed
New features
- Added option to open actor detail in Apify Console after successful
apify push
by @HonzaTuron in #353
Fixes
- Stopped adding
apify_storage
to .gitignore if it already is there by @fnesveda in #355 - Fixed extracting some template archives by @mvolfik in #358
- Improved log messages for different build statuses by @fnesveda in #350
Full Changelog: v0.15.1...v0.16.0
v0.15.1
v0.15.0
New features
- Apify Console login integration in
apify login-new
by @fnesveda in #302 - Preparations for release on Homebrew by @fnesveda in #341, #342, #343 and #345
- Better template language selection in
apify create
by @mnmkng in #338 - New documentation portal by @barjin in #331
Internal changes
Full Changelog: v0.14.1...v0.15.0
v0.14.1
v0.13.0
v0.12.0
v0.11.1
v0.11.0
- modify commands to work with actor config stored in
.actor/actor.json
instead of the deprecatedapify.json
- add migration from the deprecated config to the new one
- modify
vis
andedit-input-schema
commands to find the input schema at the correct location, where it would be loaded from on the platform - update README and commands' help texts to cover these changes