apify-cli icon indicating copy to clipboard operation
apify-cli copied to clipboard

Apify command-line interface helps you create, develop, build and run Apify actors, and manage the Apify cloud platform.

Results 84 apify-cli issues
Sort by recently updated
recently updated
newest added

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...

enhancement
t-tooling

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...

t-tooling

Context: - https://github.com/nodejs/node/issues/37982#issuecomment-1248329844 - https://apify.slack.com/archives/CD0SF6KD4/p1741963523631019

tested
t-ai

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...

t-tooling

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...

t-tooling

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...

debt
t-tooling

[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/"} ```

t-tooling

Running `apify-cli push` on a project with root `actor.json` file results in an error: ![Image](https://github.com/user-attachments/assets/641554cc-8d60-4a7a-a64a-cb2033110d14) The file is still renamed, and the Actor is made on Platform, but the build...

t-tooling

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...

t-tooling

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. ![Image](https://github.com/user-attachments/assets/e15b3ac9-bab7-45e5-86a9-4cba655ac08d) ![Image](https://github.com/user-attachments/assets/51a7780d-21f3-4d06-8641-68978cc9d6c3) ![Image](https://github.com/user-attachments/assets/8414f4f9-b4cb-4b1d-82f2-4579f58fe668)

documentation
t-tooling