-
Enable to use for example `--inspect` option and others from https://nodejs.org/docs/latest-v9.x/api/cli.html#cli_command_line_options.
I think we can create new option node-options for apify run l…
-
```
brew install coin-or-tools/coinor/cbc
Running `brew update --auto-update`...
==> Homebrew collects anonymous analytics.
Read the analytics documentation (and how to opt-out) here:
https://d…
-
Actually, one more thing. When a user pushes the actor to Apify using CLI, then modifies it there manually, and then pushes it again, all changes there will be lost, without any warning. I think it wi…
-
I have a project using `"apify": "^3.1.0"` in `package.json`, but I don't specify any Crawlee packages directly. However, in my code, I use `Actor.openKeyValueStore()` & friends. However, now the proj…
-
The [docs reference are outdated](https://github.com/apify/apify-cli/blob/master/docs/reference.md) because the commands reference gets updated just into readme during preparing release see https://gi…
-
We have this in our Docker images, it is needed for some websites
https://github.com/apify/apify-actor-docker/blob/master/node/Dockerfile#L34C48-L34C68
-
The warning that you're running an old version is shown only if you run some command, not when just run "apify". It would be nicer to show this all the time (if possible)
-
The CLI is probably the last package we still havent migrated to TS, we should do that together with oclif upgrade, and possibly in the same PR as #460.
I already tried to update oclif to latest he…
B4nan updated
8 months ago
-
Some of our dependencies are ESM only, and as this project is not used as a dependency, but as a script instead, nothing is holding us from making it ESM only too.
B4nan updated
8 months ago
-
Would it be possible to add option to pass an input data to the actor? i.e.:
`apify call xxx --input-file=~/input.json`