apify-cli 1.2.2-beta.9 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -4
- package/dist/.tsbuildinfo +1 -1
- package/dist/actor.js +1 -1
- package/dist/apify.js +1 -1
- package/dist/chunk-YCUUD3VH.js +311 -0
- package/dist/chunk-YCUUD3VH.js.map +1 -0
- package/package.json +13 -12
- package/dist/chunk-JZ6KLHT4.js +0 -255
- package/dist/chunk-JZ6KLHT4.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,17 +2,29 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## 1.2.2 - **not yet released**
|
|
5
|
+
## [1.3.0](https://github.com/apify/apify-cli/releases/tag/v1.3.0) (2026-03-11)
|
|
8
6
|
|
|
9
7
|
### 🚀 Features
|
|
10
8
|
|
|
11
9
|
- Add `--dockerfile` flag to `apify init` ([#989](https://github.com/apify/apify-cli/pull/989)) ([3f2104e](https://github.com/apify/apify-cli/commit/3f2104ef3321728cca07c53b853f668e31c66648)) by [@janbuchar](https://github.com/janbuchar), closes [#76](https://github.com/apify/apify-cli/issues/76)
|
|
12
10
|
- Add secrets:ls command to list all secrets ([#990](https://github.com/apify/apify-cli/pull/990)) ([8256cf5](https://github.com/apify/apify-cli/commit/8256cf55995060c8ff845dede46fb1943c9ec179)) by [@janbuchar](https://github.com/janbuchar), closes [#80](https://github.com/apify/apify-cli/issues/80)
|
|
13
11
|
- **actors:** Propagates title/description ([#992](https://github.com/apify/apify-cli/pull/992)) ([7285aec](https://github.com/apify/apify-cli/commit/7285aec39a1ecdcf6e21999ddf2195c427335da9)) by [@l2ysho](https://github.com/l2ysho), closes [#723](https://github.com/apify/apify-cli/issues/723)
|
|
12
|
+
- **auth:** Introduces auth commands ([#1002](https://github.com/apify/apify-cli/pull/1002)) ([f3e1460](https://github.com/apify/apify-cli/commit/f3e146065f489d0b0c85ff5356a9f070c1a279ab)) by [@l2ysho](https://github.com/l2ysho), closes [#898](https://github.com/apify/apify-cli/issues/898)
|
|
13
|
+
- **builds:** Adds build tag commands ([#1004](https://github.com/apify/apify-cli/pull/1004)) ([082f981](https://github.com/apify/apify-cli/commit/082f981a9161c745bbcfa5c89303ba381bff226c)) by [@l2ysho](https://github.com/l2ysho), closes [#997](https://github.com/apify/apify-cli/issues/997)
|
|
14
|
+
- **actors:** Enables standby mode via actor.json ([#991](https://github.com/apify/apify-cli/pull/991)) ([519aa43](https://github.com/apify/apify-cli/commit/519aa4327d92117d398fa47b819653012526ebdf)) by [@l2ysho](https://github.com/l2ysho), closes [#913](https://github.com/apify/apify-cli/issues/913)
|
|
15
|
+
- Add `--json` flag support to `apify push` ([#1025](https://github.com/apify/apify-cli/pull/1025)) ([baf39bb](https://github.com/apify/apify-cli/commit/baf39bb806ec8a552a1c34784d7bf1f0c76fcda4)) by [@Copilot](https://github.com/Copilot), closes [#1024](https://github.com/apify/apify-cli/issues/1024)
|
|
16
|
+
- **actor:** Adds actor types generation ([#1000](https://github.com/apify/apify-cli/pull/1000)) ([ed11261](https://github.com/apify/apify-cli/commit/ed11261f8cfdc1f7ca30d056c7da8411d4258b45)) by [@l2ysho](https://github.com/l2ysho), closes [#993](https://github.com/apify/apify-cli/issues/993)
|
|
17
|
+
|
|
18
|
+
### 🐛 Bug Fixes
|
|
19
|
+
|
|
20
|
+
- Improve Python project detection and entrypoint resolution ([#1010](https://github.com/apify/apify-cli/pull/1010)) ([f0704d3](https://github.com/apify/apify-cli/commit/f0704d3767c8e4cab883e3ba5d678f951a3fa378)) by [@vdusek](https://github.com/vdusek)
|
|
21
|
+
- Set correct exit code on incorect `apify secrets` usage ([#1021](https://github.com/apify/apify-cli/pull/1021)) ([083c909](https://github.com/apify/apify-cli/commit/083c909990185ca48e88be77dce12ac5a627cf37)) by [@janbuchar](https://github.com/janbuchar), closes [#953](https://github.com/apify/apify-cli/issues/953)
|
|
22
|
+
- Enable standby mode on actors during push when usesStandbyMode is set ([#1016](https://github.com/apify/apify-cli/pull/1016)) ([fca7c58](https://github.com/apify/apify-cli/commit/fca7c58ce4659e659e0dc7984467ff43ce8f0949)) by [@MQ37](https://github.com/MQ37)
|
|
23
|
+
- Install script TTY handling on Unix ([#1032](https://github.com/apify/apify-cli/pull/1032)) ([f149310](https://github.com/apify/apify-cli/commit/f14931001b4eaf708185e8106bec5e902ad8fd65)) by [@vladfrangu](https://github.com/vladfrangu), closes [#1027](https://github.com/apify/apify-cli/issues/1027)
|
|
24
|
+
|
|
25
|
+
### ⚡ Performance
|
|
14
26
|
|
|
15
|
-
|
|
27
|
+
- Speed up creating archives when pusing big codebases ([#1011](https://github.com/apify/apify-cli/pull/1011)) ([a873e0c](https://github.com/apify/apify-cli/commit/a873e0cb6c1c1f9e3bca61821de2b8373ec92744)) by [@matyascimbulka](https://github.com/matyascimbulka)
|
|
16
28
|
|
|
17
29
|
## [1.2.1](https://github.com/apify/apify-cli/releases/tag/v1.2.1) (2026-01-06)
|
|
18
30
|
|