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

Possibly just a simple 1:1 mapping of CLI to API endpoints (i.e. `ApifyClient` methods) - e.g. `apify apiCall dataset listItems`. It may also be viable (as @vladfrangu suggested) to just...

t-tooling

Users are [struggling with downloading](https://github.com/apify/apify-core/issues/12346) large datasets. We need to introduce new command, that handle downloading dataset for them. see slack https://apifier.slack.com/archives/C010Q0FBYG3/p1696943625090939

debt
medium priority
t-tooling
backend

Users want to override to env attribute in apify.json for local actors runs. - add support for file apify.local.json, where user can override env for local runs - decribe it...

enhancement
t-tooling

Apify CLI should support the organizations in an equal way to Apify Console UI, i.e., the user should be able to push Actor under their own account or under the...

t-tooling

On Apify platform you can easily run the actor task. But you can not do it locally using apify CLI.

enhancement
t-tooling

This kind of code looks like something I'd expect in `ProjectAnalyzer`. Couldn't the error be thrown if no project type matches? It could mean adding project types such as `PROJECT_TYPES.UNKNOWN_PYTHON`...

t-tooling

- https://classic.yarnpkg.com/lang/en/docs/cli/create/ - https://docs.npmjs.com/cli/v10/commands/npm-init There is a minor advantage in using conventions that developers may know from other packages (e.g. `yarn create react-app`). This is relevant mainly for crawlee, but...

t-tooling

During my GitHub Actions builds, I'm using a shared version number (binaries, containers, serverless, doc, …). The version is formatted with the SemVer norm, `x.y.x-a.b`. I cannot use my version...

t-platform
backend