Skip to content

Releases: apify/apify-cli

v0.16.2

14 Jun 09:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.1...v0.16.2

v0.16.1

28 Apr 14:53
1f884af
Compare
Choose a tag to compare

What's Changed

  • Fix apify create on Node 19+, add Node 20 to CI test roster by @fnesveda in #359

v0.16.0

26 Apr 11:55
Compare
Choose a tag to compare

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

14 Mar 09:12
637907f
Compare
Choose a tag to compare

What's Changed

  • Added a post-create message to Python actors by @fnesveda in #349
  • Updated the apify run help to not be so Node-specific by @fnesveda in #347
  • Started using correct "omit optional dependencies" argument based on NPM version by @fnesveda in #346

Full Changelog: v0.15.0...v0.15.1

v0.15.0

09 Mar 09:25
0b8adb0
Compare
Choose a tag to compare

New features

Internal changes

Full Changelog: v0.14.1...v0.15.0

v0.14.1

08 Feb 16:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.1

v0.13.0

03 Jan 12:10
843c631
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

20 Dec 08:17
dc8222c
Compare
Choose a tag to compare
  • add the X-Apify-Request-Origin: CLI header to the API calls done by CLI

v0.11.1

02 Dec 11:42
f0e4285
Compare
Choose a tag to compare
  • Fix create command which rewrites .actor/actor.json from template with default file

v0.11.0

30 Nov 08:51
562bfb4
Compare
Choose a tag to compare
  • modify commands to work with actor config stored in .actor/actor.json instead of the deprecated apify.json
  • add migration from the deprecated config to the new one
  • modify vis and edit-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