apify-cli
apify-cli copied to clipboard
Apify command-line interface helps you create, develop, build and run Apify actors, and manage the Apify cloud platform.
A common issue with CLI users is our rudimentary attempt at discovering your Actor's entrypoint (see https://github.com/apify/apify-cli/issues/761, https://github.com/apify/apify-cli/issues/746, https://github.com/apify/apify-cli/issues/271). Right now, `apify init` will use our attempt at detecting a...
Running the following ``` apify create xyz --template=python-crawlee-beautifulsoup ``` results in the following output: ``` Info: Python version 3.13.2 detected. Info: Creating a virtual environment in "/Users/honza/Projects/xyz/.venv" and installing dependencies...
Context: - https://github.com/nodejs/node/issues/37982#issuecomment-1248329844 - https://apify.slack.com/archives/CD0SF6KD4/p1741963523631019
After learning about the differences between various ways how to start a project with the Apify CLI (see https://github.com/apify/apify-cli/issues/746#issuecomment-2713656964), I think the `apify init` command is named in a way...
The only docs about the `apify init` command I've found is [this small section](https://docs.apify.com/cli/docs/reference#apify-init-actorname), which documents the basic usage of the command, but provides no information about how the project...
Currently if we use crawlee to create python Project. `crawlee create` and then within this project we call `apify init` we get surprising warning: `Warning: The current directory does not...
[Run](https://console.apify.com/view/runs/LOUpEgq4K4TeZ6w7d) `apify actor get-input` should output: ```json {"secret":"my secret","url":"https://www.apify.com/"} ``` Got: ```json {"secret":"ENCRYPTED_VALUE:SpuCoqPHFDNAw+m8lRcjxgDzmR/1wxdDDtRWrLKkyNqXmbivbjH62zl2Qed3mcVb6aUAg0kw9VnepclnTh+2Hc1b3U/X4ew8w+LxRfR1gz1MAH4cG1d9WU2KA4VtbEf3MbgAP6+Niurp3eJveqFsgrvSBgRfDIuzTaT2FzqnKNbwFnST4JkmdgwVvh5cc5H02ytqvLh+QBwIWDMNt7WREztPSjkreiYum13OOHTA9OalVhZ7ENcl0FQ2IYSR6kbTgwBvqiXLbi+v7Hb5j7vo0APFwDud0t0OoHg0au4BYh7aRnFBixMMCw1gN9izkGK7xVR7jsCKz1rNBlxJn7dupg==:TzXWaP7j57wJytR2hRRZbjWKdv2gkZEYYA==","url":"https://www.apify.com/"} ```
Running `apify-cli push` on a project with root `actor.json` file results in an error:  The file is still renamed, and the Actor is made on Platform, but the build...
Currently, when developing an Apify actor, the UI defined in actor.json can only be seen after deployment. This creates a slow development cycle, as any changes require pushing updates and...
It seems that our setup does not handle well multi-line descriptions of commands and cuts them off after the first line. See screenshots for reference.   